public final class io.reactivex.internal.operators.completable.CompletableTakeUntilCompletable 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.CompletableTakeUntilCompletable
super_class: io.reactivex.Completable
{
final io.reactivex.Completable source;
descriptor: Lio/reactivex/Completable;
flags: (0x0010) ACC_FINAL
final io.reactivex.CompletableSource other;
descriptor: Lio/reactivex/CompletableSource;
flags: (0x0010) ACC_FINAL
public void <init>(io.reactivex.Completable, io.reactivex.CompletableSource);
descriptor: (Lio/reactivex/Completable;Lio/reactivex/CompletableSource;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 // io.reactivex.internal.operators.completable.CompletableTakeUntilCompletable this
start local 1 // io.reactivex.Completable source
start local 2 // io.reactivex.CompletableSource other
0: .line 34
aload 0 /* this */
invokespecial io.reactivex.Completable.<init>:()V
1: .line 36
aload 0 /* this */
aload 1 /* source */
putfield io.reactivex.internal.operators.completable.CompletableTakeUntilCompletable.source:Lio/reactivex/Completable;
2: .line 37
aload 0 /* this */
aload 2 /* other */
putfield io.reactivex.internal.operators.completable.CompletableTakeUntilCompletable.other:Lio/reactivex/CompletableSource;
3: .line 38
return
end local 2 // io.reactivex.CompletableSource other
end local 1 // io.reactivex.Completable source
end local 0 // io.reactivex.internal.operators.completable.CompletableTakeUntilCompletable this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/completable/CompletableTakeUntilCompletable;
0 4 1 source Lio/reactivex/Completable;
0 4 2 other Lio/reactivex/CompletableSource;
MethodParameters:
Name Flags
source
other
protected void subscribeActual(io.reactivex.CompletableObserver);
descriptor: (Lio/reactivex/CompletableObserver;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=2
start local 0 // io.reactivex.internal.operators.completable.CompletableTakeUntilCompletable this
start local 1 // io.reactivex.CompletableObserver observer
0: .line 42
new io.reactivex.internal.operators.completable.CompletableTakeUntilCompletable$TakeUntilMainObserver
dup
aload 1 /* observer */
invokespecial io.reactivex.internal.operators.completable.CompletableTakeUntilCompletable$TakeUntilMainObserver.<init>:(Lio/reactivex/CompletableObserver;)V
astore 2 /* parent */
start local 2 // io.reactivex.internal.operators.completable.CompletableTakeUntilCompletable$TakeUntilMainObserver parent
1: .line 43
aload 1 /* observer */
aload 2 /* parent */
invokeinterface io.reactivex.CompletableObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
2: .line 45
aload 0 /* this */
getfield io.reactivex.internal.operators.completable.CompletableTakeUntilCompletable.other:Lio/reactivex/CompletableSource;
aload 2 /* parent */
getfield io.reactivex.internal.operators.completable.CompletableTakeUntilCompletable$TakeUntilMainObserver.other:Lio/reactivex/internal/operators/completable/CompletableTakeUntilCompletable$TakeUntilMainObserver$OtherObserver;
invokeinterface io.reactivex.CompletableSource.subscribe:(Lio/reactivex/CompletableObserver;)V
3: .line 46
aload 0 /* this */
getfield io.reactivex.internal.operators.completable.CompletableTakeUntilCompletable.source:Lio/reactivex/Completable;
aload 2 /* parent */
invokevirtual io.reactivex.Completable.subscribe:(Lio/reactivex/CompletableObserver;)V
4: .line 47
return
end local 2 // io.reactivex.internal.operators.completable.CompletableTakeUntilCompletable$TakeUntilMainObserver parent
end local 1 // io.reactivex.CompletableObserver observer
end local 0 // io.reactivex.internal.operators.completable.CompletableTakeUntilCompletable this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/completable/CompletableTakeUntilCompletable;
0 5 1 observer Lio/reactivex/CompletableObserver;
1 5 2 parent Lio/reactivex/internal/operators/completable/CompletableTakeUntilCompletable$TakeUntilMainObserver;
MethodParameters:
Name Flags
observer
}
SourceFile: "CompletableTakeUntilCompletable.java"
NestMembers:
io.reactivex.internal.operators.completable.CompletableTakeUntilCompletable$TakeUntilMainObserver io.reactivex.internal.operators.completable.CompletableTakeUntilCompletable$TakeUntilMainObserver$OtherObserver
InnerClasses:
final TakeUntilMainObserver = io.reactivex.internal.operators.completable.CompletableTakeUntilCompletable$TakeUntilMainObserver of io.reactivex.internal.operators.completable.CompletableTakeUntilCompletable