public final class io.reactivex.internal.operators.mixed.CompletableAndThenObservable<R> extends io.reactivex.Observable<R>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.mixed.CompletableAndThenObservable
super_class: io.reactivex.Observable
{
final io.reactivex.CompletableSource source;
descriptor: Lio/reactivex/CompletableSource;
flags: (0x0010) ACC_FINAL
final io.reactivex.ObservableSource<? extends R> other;
descriptor: Lio/reactivex/ObservableSource;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/ObservableSource<+TR;>;
public void <init>(io.reactivex.CompletableSource, io.reactivex.ObservableSource<? extends R>);
descriptor: (Lio/reactivex/CompletableSource;Lio/reactivex/ObservableSource;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial io.reactivex.Observable.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.mixed.CompletableAndThenObservable.source:Lio/reactivex/CompletableSource;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.mixed.CompletableAndThenObservable.other:Lio/reactivex/ObservableSource;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/mixed/CompletableAndThenObservable<TR;>;
0 4 1 source Lio/reactivex/CompletableSource;
0 4 2 other Lio/reactivex/ObservableSource<+TR;>;
Signature: (Lio/reactivex/CompletableSource;Lio/reactivex/ObservableSource<+TR;>;)V
MethodParameters:
Name Flags
source
other
protected void subscribeActual(io.reactivex.Observer<? super R>);
descriptor: (Lio/reactivex/Observer;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: new io.reactivex.internal.operators.mixed.CompletableAndThenObservable$AndThenObservableObserver
dup
aload 1
aload 0
getfield io.reactivex.internal.operators.mixed.CompletableAndThenObservable.other:Lio/reactivex/ObservableSource;
invokespecial io.reactivex.internal.operators.mixed.CompletableAndThenObservable$AndThenObservableObserver.<init>:(Lio/reactivex/Observer;Lio/reactivex/ObservableSource;)V
astore 2
start local 2 1: aload 1
aload 2
invokeinterface io.reactivex.Observer.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
2: aload 0
getfield io.reactivex.internal.operators.mixed.CompletableAndThenObservable.source:Lio/reactivex/CompletableSource;
aload 2
invokeinterface io.reactivex.CompletableSource.subscribe:(Lio/reactivex/CompletableObserver;)V
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/mixed/CompletableAndThenObservable<TR;>;
0 4 1 observer Lio/reactivex/Observer<-TR;>;
1 4 2 parent Lio/reactivex/internal/operators/mixed/CompletableAndThenObservable$AndThenObservableObserver<TR;>;
Signature: (Lio/reactivex/Observer<-TR;>;)V
MethodParameters:
Name Flags
observer
}
Signature: <R:Ljava/lang/Object;>Lio/reactivex/Observable<TR;>;
SourceFile: "CompletableAndThenObservable.java"
NestMembers:
io.reactivex.internal.operators.mixed.CompletableAndThenObservable$AndThenObservableObserver
InnerClasses:
final AndThenObservableObserver = io.reactivex.internal.operators.mixed.CompletableAndThenObservable$AndThenObservableObserver of io.reactivex.internal.operators.mixed.CompletableAndThenObservable