public final class io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable<T> 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.maybe.MaybeFlatMapCompletable
  super_class: io.reactivex.Completable
{
  final io.reactivex.MaybeSource<T> source;
    descriptor: Lio/reactivex/MaybeSource;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/MaybeSource<TT;>;

  final io.reactivex.functions.Function<? super T, ? extends io.reactivex.CompletableSource> mapper;
    descriptor: Lio/reactivex/functions/Function;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/Function<-TT;+Lio/reactivex/CompletableSource;>;

  public void <init>(io.reactivex.MaybeSource<T>, io.reactivex.functions.Function<? super T, ? extends io.reactivex.CompletableSource>);
    descriptor: (Lio/reactivex/MaybeSource;Lio/reactivex/functions/Function;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable this
        start local 1 // io.reactivex.MaybeSource source
        start local 2 // io.reactivex.functions.Function mapper
         0: .line 35
            aload 0 /* this */
            invokespecial io.reactivex.Completable.<init>:()V
         1: .line 36
            aload 0 /* this */
            aload 1 /* source */
            putfield io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable.source:Lio/reactivex/MaybeSource;
         2: .line 37
            aload 0 /* this */
            aload 2 /* mapper */
            putfield io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable.mapper:Lio/reactivex/functions/Function;
         3: .line 38
            return
        end local 2 // io.reactivex.functions.Function mapper
        end local 1 // io.reactivex.MaybeSource source
        end local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/reactivex/internal/operators/maybe/MaybeFlatMapCompletable<TT;>;
            0    4     1  source  Lio/reactivex/MaybeSource<TT;>;
            0    4     2  mapper  Lio/reactivex/functions/Function<-TT;+Lio/reactivex/CompletableSource;>;
    Signature: (Lio/reactivex/MaybeSource<TT;>;Lio/reactivex/functions/Function<-TT;+Lio/reactivex/CompletableSource;>;)V
    MethodParameters:
        Name  Flags
      source  
      mapper  

  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.maybe.MaybeFlatMapCompletable this
        start local 1 // io.reactivex.CompletableObserver observer
         0: .line 42
            new io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver
            dup
            aload 1 /* observer */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable.mapper:Lio/reactivex/functions/Function;
            invokespecial io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver.<init>:(Lio/reactivex/CompletableObserver;Lio/reactivex/functions/Function;)V
            astore 2 /* parent */
        start local 2 // io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver parent
         1: .line 43
            aload 1 /* observer */
            aload 2 /* parent */
            invokeinterface io.reactivex.CompletableObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
         2: .line 44
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable.source:Lio/reactivex/MaybeSource;
            aload 2 /* parent */
            invokeinterface io.reactivex.MaybeSource.subscribe:(Lio/reactivex/MaybeObserver;)V
         3: .line 45
            return
        end local 2 // io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver parent
        end local 1 // io.reactivex.CompletableObserver observer
        end local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/reactivex/internal/operators/maybe/MaybeFlatMapCompletable<TT;>;
            0    4     1  observer  Lio/reactivex/CompletableObserver;
            1    4     2    parent  Lio/reactivex/internal/operators/maybe/MaybeFlatMapCompletable$FlatMapCompletableObserver<TT;>;
    MethodParameters:
          Name  Flags
      observer  
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/Completable;
SourceFile: "MaybeFlatMapCompletable.java"
NestMembers:
  io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver
InnerClasses:
  final FlatMapCompletableObserver = io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver of io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable