public final class io.reactivex.internal.operators.completable.CompletableResumeNext 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.CompletableResumeNext
  super_class: io.reactivex.Completable
{
  final io.reactivex.CompletableSource source;
    descriptor: Lio/reactivex/CompletableSource;
    flags: (0x0010) ACC_FINAL

  final io.reactivex.functions.Function<? super java.lang.Throwable, ? extends io.reactivex.CompletableSource> errorMapper;
    descriptor: Lio/reactivex/functions/Function;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/Function<-Ljava/lang/Throwable;+Lio/reactivex/CompletableSource;>;

  public void <init>(io.reactivex.CompletableSource, io.reactivex.functions.Function<? super java.lang.Throwable, ? extends io.reactivex.CompletableSource>);
    descriptor: (Lio/reactivex/CompletableSource;Lio/reactivex/functions/Function;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.completable.CompletableResumeNext this
        start local 1 // io.reactivex.CompletableSource source
        start local 2 // io.reactivex.functions.Function errorMapper
         0: .line 31
            aload 0 /* this */
            invokespecial io.reactivex.Completable.<init>:()V
         1: .line 33
            aload 0 /* this */
            aload 1 /* source */
            putfield io.reactivex.internal.operators.completable.CompletableResumeNext.source:Lio/reactivex/CompletableSource;
         2: .line 34
            aload 0 /* this */
            aload 2 /* errorMapper */
            putfield io.reactivex.internal.operators.completable.CompletableResumeNext.errorMapper:Lio/reactivex/functions/Function;
         3: .line 35
            return
        end local 2 // io.reactivex.functions.Function errorMapper
        end local 1 // io.reactivex.CompletableSource source
        end local 0 // io.reactivex.internal.operators.completable.CompletableResumeNext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lio/reactivex/internal/operators/completable/CompletableResumeNext;
            0    4     1       source  Lio/reactivex/CompletableSource;
            0    4     2  errorMapper  Lio/reactivex/functions/Function<-Ljava/lang/Throwable;+Lio/reactivex/CompletableSource;>;
    Signature: (Lio/reactivex/CompletableSource;Lio/reactivex/functions/Function<-Ljava/lang/Throwable;+Lio/reactivex/CompletableSource;>;)V
    MethodParameters:
             Name  Flags
      source       
      errorMapper  

  protected void subscribeActual(io.reactivex.CompletableObserver);
    descriptor: (Lio/reactivex/CompletableObserver;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.completable.CompletableResumeNext this
        start local 1 // io.reactivex.CompletableObserver observer
         0: .line 39
            new io.reactivex.internal.operators.completable.CompletableResumeNext$ResumeNextObserver
            dup
            aload 1 /* observer */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.completable.CompletableResumeNext.errorMapper:Lio/reactivex/functions/Function;
            invokespecial io.reactivex.internal.operators.completable.CompletableResumeNext$ResumeNextObserver.<init>:(Lio/reactivex/CompletableObserver;Lio/reactivex/functions/Function;)V
            astore 2 /* parent */
        start local 2 // io.reactivex.internal.operators.completable.CompletableResumeNext$ResumeNextObserver parent
         1: .line 40
            aload 1 /* observer */
            aload 2 /* parent */
            invokeinterface io.reactivex.CompletableObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
         2: .line 41
            aload 0 /* this */
            getfield io.reactivex.internal.operators.completable.CompletableResumeNext.source:Lio/reactivex/CompletableSource;
            aload 2 /* parent */
            invokeinterface io.reactivex.CompletableSource.subscribe:(Lio/reactivex/CompletableObserver;)V
         3: .line 42
            return
        end local 2 // io.reactivex.internal.operators.completable.CompletableResumeNext$ResumeNextObserver parent
        end local 1 // io.reactivex.CompletableObserver observer
        end local 0 // io.reactivex.internal.operators.completable.CompletableResumeNext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/reactivex/internal/operators/completable/CompletableResumeNext;
            0    4     1  observer  Lio/reactivex/CompletableObserver;
            1    4     2    parent  Lio/reactivex/internal/operators/completable/CompletableResumeNext$ResumeNextObserver;
    MethodParameters:
          Name  Flags
      observer  final
}
SourceFile: "CompletableResumeNext.java"
NestMembers:
  io.reactivex.internal.operators.completable.CompletableResumeNext$ResumeNextObserver
InnerClasses:
  final ResumeNextObserver = io.reactivex.internal.operators.completable.CompletableResumeNext$ResumeNextObserver of io.reactivex.internal.operators.completable.CompletableResumeNext