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 // io.reactivex.internal.operators.mixed.CompletableAndThenObservable this
        start local 1 // io.reactivex.CompletableSource source
        start local 2 // io.reactivex.ObservableSource other
         0: .line 35
            aload 0 /* this */
            invokespecial io.reactivex.Observable.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* source */
            putfield io.reactivex.internal.operators.mixed.CompletableAndThenObservable.source:Lio/reactivex/CompletableSource;
         2: .line 38
            aload 0 /* this */
            aload 2 /* other */
            putfield io.reactivex.internal.operators.mixed.CompletableAndThenObservable.other:Lio/reactivex/ObservableSource;
         3: .line 39
            return
        end local 2 // io.reactivex.ObservableSource other
        end local 1 // io.reactivex.CompletableSource source
        end local 0 // io.reactivex.internal.operators.mixed.CompletableAndThenObservable this
      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 // io.reactivex.internal.operators.mixed.CompletableAndThenObservable this
        start local 1 // io.reactivex.Observer observer
         0: .line 43
            new io.reactivex.internal.operators.mixed.CompletableAndThenObservable$AndThenObservableObserver
            dup
            aload 1 /* observer */
            aload 0 /* this */
            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 /* parent */
        start local 2 // io.reactivex.internal.operators.mixed.CompletableAndThenObservable$AndThenObservableObserver parent
         1: .line 44
            aload 1 /* observer */
            aload 2 /* parent */
            invokeinterface io.reactivex.Observer.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
         2: .line 45
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.CompletableAndThenObservable.source:Lio/reactivex/CompletableSource;
            aload 2 /* parent */
            invokeinterface io.reactivex.CompletableSource.subscribe:(Lio/reactivex/CompletableObserver;)V
         3: .line 46
            return
        end local 2 // io.reactivex.internal.operators.mixed.CompletableAndThenObservable$AndThenObservableObserver parent
        end local 1 // io.reactivex.Observer observer
        end local 0 // io.reactivex.internal.operators.mixed.CompletableAndThenObservable this
      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