final class io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver<T> extends java.util.concurrent.atomic.AtomicReference<io.reactivex.disposables.Disposable> implements io.reactivex.MaybeObserver<T>, io.reactivex.CompletableObserver, io.reactivex.disposables.Disposable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver
  super_class: java.util.concurrent.atomic.AtomicReference
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -2177128922851101253

  final io.reactivex.CompletableObserver downstream;
    descriptor: Lio/reactivex/CompletableObserver;
    flags: (0x0010) ACC_FINAL

  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;>;

  void <init>(io.reactivex.CompletableObserver, io.reactivex.functions.Function<? super T, ? extends io.reactivex.CompletableSource>);
    descriptor: (Lio/reactivex/CompletableObserver;Lio/reactivex/functions/Function;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver this
        start local 1 // io.reactivex.CompletableObserver actual
        start local 2 // io.reactivex.functions.Function mapper
         0: .line 57
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
         1: .line 59
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver.downstream:Lio/reactivex/CompletableObserver;
         2: .line 60
            aload 0 /* this */
            aload 2 /* mapper */
            putfield io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver.mapper:Lio/reactivex/functions/Function;
         3: .line 61
            return
        end local 2 // io.reactivex.functions.Function mapper
        end local 1 // io.reactivex.CompletableObserver actual
        end local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/reactivex/internal/operators/maybe/MaybeFlatMapCompletable$FlatMapCompletableObserver<TT;>;
            0    4     1  actual  Lio/reactivex/CompletableObserver;
            0    4     2  mapper  Lio/reactivex/functions/Function<-TT;+Lio/reactivex/CompletableSource;>;
    Signature: (Lio/reactivex/CompletableObserver;Lio/reactivex/functions/Function<-TT;+Lio/reactivex/CompletableSource;>;)V
    MethodParameters:
        Name  Flags
      actual  
      mapper  

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver this
         0: .line 65
            aload 0 /* this */
            invokestatic io.reactivex.internal.disposables.DisposableHelper.dispose:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         1: .line 66
            return
        end local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/maybe/MaybeFlatMapCompletable$FlatMapCompletableObserver<TT;>;

  public boolean isDisposed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver this
         0: .line 70
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver.get:()Ljava/lang/Object;
            checkcast io.reactivex.disposables.Disposable
            invokestatic io.reactivex.internal.disposables.DisposableHelper.isDisposed:(Lio/reactivex/disposables/Disposable;)Z
            ireturn
        end local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/maybe/MaybeFlatMapCompletable$FlatMapCompletableObserver<TT;>;

  public void onSubscribe(io.reactivex.disposables.Disposable);
    descriptor: (Lio/reactivex/disposables/Disposable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver this
        start local 1 // io.reactivex.disposables.Disposable d
         0: .line 75
            aload 0 /* this */
            aload 1 /* d */
            invokestatic io.reactivex.internal.disposables.DisposableHelper.replace:(Ljava/util/concurrent/atomic/AtomicReference;Lio/reactivex/disposables/Disposable;)Z
            pop
         1: .line 76
            return
        end local 1 // io.reactivex.disposables.Disposable d
        end local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/maybe/MaybeFlatMapCompletable$FlatMapCompletableObserver<TT;>;
            0    2     1     d  Lio/reactivex/disposables/Disposable;
    MethodParameters:
      Name  Flags
      d     

  public void onSuccess();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver this
        start local 1 // java.lang.Object value
         0: .line 83
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver.mapper:Lio/reactivex/functions/Function;
            aload 1 /* value */
            invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.reactivex.CompletableSource
            ldc "The mapper 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 /* cs */
        start local 2 // io.reactivex.CompletableSource cs
         1: .line 84
            goto 6
        end local 2 // io.reactivex.CompletableSource cs
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 3 /* ex */
        start local 3 // java.lang.Throwable ex
         3: .line 85
            aload 3 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         4: .line 86
            aload 0 /* this */
            aload 3 /* ex */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver.onError:(Ljava/lang/Throwable;)V
         5: .line 87
            return
        end local 3 // java.lang.Throwable ex
        start local 2 // io.reactivex.CompletableSource cs
         6: .line 90
      StackMap locals: io.reactivex.CompletableSource
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver.isDisposed:()Z
            ifne 8
         7: .line 91
            aload 2 /* cs */
            aload 0 /* this */
            invokeinterface io.reactivex.CompletableSource.subscribe:(Lio/reactivex/CompletableObserver;)V
         8: .line 93
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.reactivex.CompletableSource cs
        end local 1 // java.lang.Object value
        end local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lio/reactivex/internal/operators/maybe/MaybeFlatMapCompletable$FlatMapCompletableObserver<TT;>;
            0    9     1  value  TT;
            1    2     2     cs  Lio/reactivex/CompletableSource;
            6    9     2     cs  Lio/reactivex/CompletableSource;
            3    6     3     ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
    Signature: (TT;)V
    MethodParameters:
       Name  Flags
      value  

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver this
        start local 1 // java.lang.Throwable e
         0: .line 97
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver.downstream:Lio/reactivex/CompletableObserver;
            aload 1 /* e */
            invokeinterface io.reactivex.CompletableObserver.onError:(Ljava/lang/Throwable;)V
         1: .line 98
            return
        end local 1 // java.lang.Throwable e
        end local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/maybe/MaybeFlatMapCompletable$FlatMapCompletableObserver<TT;>;
            0    2     1     e  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      e     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver this
         0: .line 102
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver.downstream:Lio/reactivex/CompletableObserver;
            invokeinterface io.reactivex.CompletableObserver.onComplete:()V
         1: .line 103
            return
        end local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/maybe/MaybeFlatMapCompletable$FlatMapCompletableObserver<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/disposables/Disposable;>;Lio/reactivex/MaybeObserver<TT;>;Lio/reactivex/CompletableObserver;Lio/reactivex/disposables/Disposable;
SourceFile: "MaybeFlatMapCompletable.java"
NestHost: io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable
InnerClasses:
  final FlatMapCompletableObserver = io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable$FlatMapCompletableObserver of io.reactivex.internal.operators.maybe.MaybeFlatMapCompletable