public final class io.reactivex.internal.operators.completable.CompletableDefer 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.CompletableDefer
  super_class: io.reactivex.Completable
{
  final java.util.concurrent.Callable<? extends io.reactivex.CompletableSource> completableSupplier;
    descriptor: Ljava/util/concurrent/Callable;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/Callable<+Lio/reactivex/CompletableSource;>;

  public void <init>(java.util.concurrent.Callable<? extends io.reactivex.CompletableSource>);
    descriptor: (Ljava/util/concurrent/Callable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.completable.CompletableDefer this
        start local 1 // java.util.concurrent.Callable completableSupplier
         0: .line 27
            aload 0 /* this */
            invokespecial io.reactivex.Completable.<init>:()V
         1: .line 28
            aload 0 /* this */
            aload 1 /* completableSupplier */
            putfield io.reactivex.internal.operators.completable.CompletableDefer.completableSupplier:Ljava/util/concurrent/Callable;
         2: .line 29
            return
        end local 1 // java.util.concurrent.Callable completableSupplier
        end local 0 // io.reactivex.internal.operators.completable.CompletableDefer this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    3     0                 this  Lio/reactivex/internal/operators/completable/CompletableDefer;
            0    3     1  completableSupplier  Ljava/util/concurrent/Callable<+Lio/reactivex/CompletableSource;>;
    Signature: (Ljava/util/concurrent/Callable<+Lio/reactivex/CompletableSource;>;)V
    MethodParameters:
                     Name  Flags
      completableSupplier  

  protected void subscribeActual(io.reactivex.CompletableObserver);
    descriptor: (Lio/reactivex/CompletableObserver;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.completable.CompletableDefer this
        start local 1 // io.reactivex.CompletableObserver observer
         0: .line 36
            aload 0 /* this */
            getfield io.reactivex.internal.operators.completable.CompletableDefer.completableSupplier:Ljava/util/concurrent/Callable;
            invokeinterface java.util.concurrent.Callable.call:()Ljava/lang/Object;
            checkcast io.reactivex.CompletableSource
            ldc "The completableSupplier returned a null CompletableSource"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.reactivex.CompletableSource
            astore 2 /* c */
        start local 2 // io.reactivex.CompletableSource c
         1: .line 37
            goto 6
        end local 2 // io.reactivex.CompletableSource c
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 3 /* e */
        start local 3 // java.lang.Throwable e
         3: .line 38
            aload 3 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         4: .line 39
            aload 3 /* e */
            aload 1 /* observer */
            invokestatic io.reactivex.internal.disposables.EmptyDisposable.error:(Ljava/lang/Throwable;Lio/reactivex/CompletableObserver;)V
         5: .line 40
            return
        end local 3 // java.lang.Throwable e
        start local 2 // io.reactivex.CompletableSource c
         6: .line 43
      StackMap locals: io.reactivex.CompletableSource
      StackMap stack:
            aload 2 /* c */
            aload 1 /* observer */
            invokeinterface io.reactivex.CompletableSource.subscribe:(Lio/reactivex/CompletableObserver;)V
         7: .line 44
            return
        end local 2 // io.reactivex.CompletableSource c
        end local 1 // io.reactivex.CompletableObserver observer
        end local 0 // io.reactivex.internal.operators.completable.CompletableDefer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lio/reactivex/internal/operators/completable/CompletableDefer;
            0    8     1  observer  Lio/reactivex/CompletableObserver;
            1    2     2         c  Lio/reactivex/CompletableSource;
            6    8     2         c  Lio/reactivex/CompletableSource;
            3    6     3         e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
    MethodParameters:
          Name  Flags
      observer  
}
SourceFile: "CompletableDefer.java"