public final class io.reactivex.internal.operators.completable.CompletableLift extends io.reactivex.Completable
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.completable.CompletableLift
super_class: io.reactivex.Completable
{
final io.reactivex.CompletableSource source;
descriptor: Lio/reactivex/CompletableSource;
flags: (0x0010) ACC_FINAL
final io.reactivex.CompletableOperator onLift;
descriptor: Lio/reactivex/CompletableOperator;
flags: (0x0010) ACC_FINAL
public void <init>(io.reactivex.CompletableSource, io.reactivex.CompletableOperator);
descriptor: (Lio/reactivex/CompletableSource;Lio/reactivex/CompletableOperator;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 // io.reactivex.internal.operators.completable.CompletableLift this
start local 1 // io.reactivex.CompletableSource source
start local 2 // io.reactivex.CompletableOperator onLift
0: .line 26
aload 0 /* this */
invokespecial io.reactivex.Completable.<init>:()V
1: .line 27
aload 0 /* this */
aload 1 /* source */
putfield io.reactivex.internal.operators.completable.CompletableLift.source:Lio/reactivex/CompletableSource;
2: .line 28
aload 0 /* this */
aload 2 /* onLift */
putfield io.reactivex.internal.operators.completable.CompletableLift.onLift:Lio/reactivex/CompletableOperator;
3: .line 29
return
end local 2 // io.reactivex.CompletableOperator onLift
end local 1 // io.reactivex.CompletableSource source
end local 0 // io.reactivex.internal.operators.completable.CompletableLift this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/completable/CompletableLift;
0 4 1 source Lio/reactivex/CompletableSource;
0 4 2 onLift Lio/reactivex/CompletableOperator;
MethodParameters:
Name Flags
source
onLift
protected void subscribeActual(io.reactivex.CompletableObserver);
descriptor: (Lio/reactivex/CompletableObserver;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=3, args_size=2
start local 0 // io.reactivex.internal.operators.completable.CompletableLift this
start local 1 // io.reactivex.CompletableObserver observer
0: .line 36
aload 0 /* this */
getfield io.reactivex.internal.operators.completable.CompletableLift.onLift:Lio/reactivex/CompletableOperator;
aload 1 /* observer */
invokeinterface io.reactivex.CompletableOperator.apply:(Lio/reactivex/CompletableObserver;)Lio/reactivex/CompletableObserver;
astore 2 /* sw */
start local 2 // io.reactivex.CompletableObserver sw
1: .line 38
aload 0 /* this */
getfield io.reactivex.internal.operators.completable.CompletableLift.source:Lio/reactivex/CompletableSource;
aload 2 /* sw */
invokeinterface io.reactivex.CompletableSource.subscribe:(Lio/reactivex/CompletableObserver;)V
end local 2 // io.reactivex.CompletableObserver sw
2: .line 39
goto 8
StackMap locals:
StackMap stack: java.lang.NullPointerException
3: astore 2 /* ex */
start local 2 // java.lang.NullPointerException ex
4: .line 40
aload 2 /* ex */
athrow
end local 2 // java.lang.NullPointerException ex
5: .line 41
StackMap locals:
StackMap stack: java.lang.Throwable
astore 2 /* ex */
start local 2 // java.lang.Throwable ex
6: .line 42
aload 2 /* ex */
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
7: .line 43
aload 2 /* ex */
invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
end local 2 // java.lang.Throwable ex
8: .line 45
StackMap locals:
StackMap stack:
return
end local 1 // io.reactivex.CompletableObserver observer
end local 0 // io.reactivex.internal.operators.completable.CompletableLift this
LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/reactivex/internal/operators/completable/CompletableLift;
0 9 1 observer Lio/reactivex/CompletableObserver;
1 2 2 sw Lio/reactivex/CompletableObserver;
4 5 2 ex Ljava/lang/NullPointerException;
6 8 2 ex Ljava/lang/Throwable;
Exception table:
from to target type
0 2 3 Class java.lang.NullPointerException
0 2 5 Class java.lang.Throwable
MethodParameters:
Name Flags
observer
}
SourceFile: "CompletableLift.java"