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

  final io.reactivex.MaybeObserver<? super R> downstream;
    descriptor: Lio/reactivex/MaybeObserver;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/MaybeObserver<-TR;>;

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

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

  final java.util.concurrent.Callable<? extends io.reactivex.MaybeSource<? extends R>> onCompleteSupplier;
    descriptor: Ljava/util/concurrent/Callable;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/Callable<+Lio/reactivex/MaybeSource<+TR;>;>;

  io.reactivex.disposables.Disposable upstream;
    descriptor: Lio/reactivex/disposables/Disposable;
    flags: (0x0000) 

  void <init>(io.reactivex.MaybeObserver<? super R>, io.reactivex.functions.Function<? super T, ? extends io.reactivex.MaybeSource<? extends R>>, io.reactivex.functions.Function<? super java.lang.Throwable, ? extends io.reactivex.MaybeSource<? extends R>>, java.util.concurrent.Callable<? extends io.reactivex.MaybeSource<? extends R>>);
    descriptor: (Lio/reactivex/MaybeObserver;Lio/reactivex/functions/Function;Lio/reactivex/functions/Function;Ljava/util/concurrent/Callable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver this
        start local 1 // io.reactivex.MaybeObserver actual
        start local 2 // io.reactivex.functions.Function onSuccessMapper
        start local 3 // io.reactivex.functions.Function onErrorMapper
        start local 4 // java.util.concurrent.Callable onCompleteSupplier
         0: .line 71
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
         1: .line 75
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver.downstream:Lio/reactivex/MaybeObserver;
         2: .line 76
            aload 0 /* this */
            aload 2 /* onSuccessMapper */
            putfield io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver.onSuccessMapper:Lio/reactivex/functions/Function;
         3: .line 77
            aload 0 /* this */
            aload 3 /* onErrorMapper */
            putfield io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver.onErrorMapper:Lio/reactivex/functions/Function;
         4: .line 78
            aload 0 /* this */
            aload 4 /* onCompleteSupplier */
            putfield io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver.onCompleteSupplier:Ljava/util/concurrent/Callable;
         5: .line 79
            return
        end local 4 // java.util.concurrent.Callable onCompleteSupplier
        end local 3 // io.reactivex.functions.Function onErrorMapper
        end local 2 // io.reactivex.functions.Function onSuccessMapper
        end local 1 // io.reactivex.MaybeObserver actual
        end local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Lio/reactivex/internal/operators/maybe/MaybeFlatMapNotification$FlatMapMaybeObserver<TT;TR;>;
            0    6     1              actual  Lio/reactivex/MaybeObserver<-TR;>;
            0    6     2     onSuccessMapper  Lio/reactivex/functions/Function<-TT;+Lio/reactivex/MaybeSource<+TR;>;>;
            0    6     3       onErrorMapper  Lio/reactivex/functions/Function<-Ljava/lang/Throwable;+Lio/reactivex/MaybeSource<+TR;>;>;
            0    6     4  onCompleteSupplier  Ljava/util/concurrent/Callable<+Lio/reactivex/MaybeSource<+TR;>;>;
    Signature: (Lio/reactivex/MaybeObserver<-TR;>;Lio/reactivex/functions/Function<-TT;+Lio/reactivex/MaybeSource<+TR;>;>;Lio/reactivex/functions/Function<-Ljava/lang/Throwable;+Lio/reactivex/MaybeSource<+TR;>;>;Ljava/util/concurrent/Callable<+Lio/reactivex/MaybeSource<+TR;>;>;)V
    MethodParameters:
                    Name  Flags
      actual              
      onSuccessMapper     
      onErrorMapper       
      onCompleteSupplier  

  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.MaybeFlatMapNotification$FlatMapMaybeObserver this
         0: .line 83
            aload 0 /* this */
            invokestatic io.reactivex.internal.disposables.DisposableHelper.dispose:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         1: .line 84
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver.upstream:Lio/reactivex/disposables/Disposable;
            invokeinterface io.reactivex.disposables.Disposable.dispose:()V
         2: .line 85
            return
        end local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/maybe/MaybeFlatMapNotification$FlatMapMaybeObserver<TT;TR;>;

  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.MaybeFlatMapNotification$FlatMapMaybeObserver this
         0: .line 89
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver.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.MaybeFlatMapNotification$FlatMapMaybeObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/maybe/MaybeFlatMapNotification$FlatMapMaybeObserver<TT;TR;>;

  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.MaybeFlatMapNotification$FlatMapMaybeObserver this
        start local 1 // io.reactivex.disposables.Disposable d
         0: .line 94
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver.upstream:Lio/reactivex/disposables/Disposable;
            aload 1 /* d */
            invokestatic io.reactivex.internal.disposables.DisposableHelper.validate:(Lio/reactivex/disposables/Disposable;Lio/reactivex/disposables/Disposable;)Z
            ifeq 3
         1: .line 95
            aload 0 /* this */
            aload 1 /* d */
            putfield io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver.upstream:Lio/reactivex/disposables/Disposable;
         2: .line 97
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver.downstream:Lio/reactivex/MaybeObserver;
            aload 0 /* this */
            invokeinterface io.reactivex.MaybeObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
         3: .line 99
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.reactivex.disposables.Disposable d
        end local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/maybe/MaybeFlatMapNotification$FlatMapMaybeObserver<TT;TR;>;
            0    4     1     d  Lio/reactivex/disposables/Disposable;
    MethodParameters:
      Name  Flags
      d     

  public void onSuccess();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver this
        start local 1 // java.lang.Object value
         0: .line 106
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver.onSuccessMapper:Lio/reactivex/functions/Function;
            aload 1 /* value */
            invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.reactivex.MaybeSource
            ldc "The onSuccessMapper returned a null MaybeSource"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.reactivex.MaybeSource
            astore 2 /* source */
        start local 2 // io.reactivex.MaybeSource source
         1: .line 107
            goto 6
        end local 2 // io.reactivex.MaybeSource source
      StackMap locals:
      StackMap stack: java.lang.Exception
         2: astore 3 /* ex */
        start local 3 // java.lang.Exception ex
         3: .line 108
            aload 3 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         4: .line 109
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver.downstream:Lio/reactivex/MaybeObserver;
            aload 3 /* ex */
            invokeinterface io.reactivex.MaybeObserver.onError:(Ljava/lang/Throwable;)V
         5: .line 110
            return
        end local 3 // java.lang.Exception ex
        start local 2 // io.reactivex.MaybeSource source
         6: .line 113
      StackMap locals: io.reactivex.MaybeSource
      StackMap stack:
            aload 2 /* source */
            new io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver$InnerObserver
            dup
            aload 0 /* this */
            invokespecial io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver$InnerObserver.<init>:(Lio/reactivex/internal/operators/maybe/MaybeFlatMapNotification$FlatMapMaybeObserver;)V
            invokeinterface io.reactivex.MaybeSource.subscribe:(Lio/reactivex/MaybeObserver;)V
         7: .line 114
            return
        end local 2 // io.reactivex.MaybeSource source
        end local 1 // java.lang.Object value
        end local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lio/reactivex/internal/operators/maybe/MaybeFlatMapNotification$FlatMapMaybeObserver<TT;TR;>;
            0    8     1   value  TT;
            1    2     2  source  Lio/reactivex/MaybeSource<+TR;>;
            6    8     2  source  Lio/reactivex/MaybeSource<+TR;>;
            3    6     3      ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception
    Signature: (TT;)V
    MethodParameters:
       Name  Flags
      value  

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver this
        start local 1 // java.lang.Throwable e
         0: .line 121
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver.onErrorMapper:Lio/reactivex/functions/Function;
            aload 1 /* e */
            invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.reactivex.MaybeSource
            ldc "The onErrorMapper returned a null MaybeSource"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.reactivex.MaybeSource
            astore 2 /* source */
        start local 2 // io.reactivex.MaybeSource source
         1: .line 122
            goto 6
        end local 2 // io.reactivex.MaybeSource source
      StackMap locals:
      StackMap stack: java.lang.Exception
         2: astore 3 /* ex */
        start local 3 // java.lang.Exception ex
         3: .line 123
            aload 3 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         4: .line 124
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver.downstream:Lio/reactivex/MaybeObserver;
            new io.reactivex.exceptions.CompositeException
            dup
            iconst_2
            anewarray java.lang.Throwable
            dup
            iconst_0
            aload 1 /* e */
            aastore
            dup
            iconst_1
            aload 3 /* ex */
            aastore
            invokespecial io.reactivex.exceptions.CompositeException.<init>:([Ljava/lang/Throwable;)V
            invokeinterface io.reactivex.MaybeObserver.onError:(Ljava/lang/Throwable;)V
         5: .line 125
            return
        end local 3 // java.lang.Exception ex
        start local 2 // io.reactivex.MaybeSource source
         6: .line 128
      StackMap locals: io.reactivex.MaybeSource
      StackMap stack:
            aload 2 /* source */
            new io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver$InnerObserver
            dup
            aload 0 /* this */
            invokespecial io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver$InnerObserver.<init>:(Lio/reactivex/internal/operators/maybe/MaybeFlatMapNotification$FlatMapMaybeObserver;)V
            invokeinterface io.reactivex.MaybeSource.subscribe:(Lio/reactivex/MaybeObserver;)V
         7: .line 129
            return
        end local 2 // io.reactivex.MaybeSource source
        end local 1 // java.lang.Throwable e
        end local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lio/reactivex/internal/operators/maybe/MaybeFlatMapNotification$FlatMapMaybeObserver<TT;TR;>;
            0    8     1       e  Ljava/lang/Throwable;
            1    2     2  source  Lio/reactivex/MaybeSource<+TR;>;
            6    8     2  source  Lio/reactivex/MaybeSource<+TR;>;
            3    6     3      ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      e     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver this
         0: .line 136
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver.onCompleteSupplier:Ljava/util/concurrent/Callable;
            invokeinterface java.util.concurrent.Callable.call:()Ljava/lang/Object;
            checkcast io.reactivex.MaybeSource
            ldc "The onCompleteSupplier returned a null MaybeSource"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.reactivex.MaybeSource
            astore 1 /* source */
        start local 1 // io.reactivex.MaybeSource source
         1: .line 137
            goto 6
        end local 1 // io.reactivex.MaybeSource source
      StackMap locals:
      StackMap stack: java.lang.Exception
         2: astore 2 /* ex */
        start local 2 // java.lang.Exception ex
         3: .line 138
            aload 2 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         4: .line 139
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver.downstream:Lio/reactivex/MaybeObserver;
            aload 2 /* ex */
            invokeinterface io.reactivex.MaybeObserver.onError:(Ljava/lang/Throwable;)V
         5: .line 140
            return
        end local 2 // java.lang.Exception ex
        start local 1 // io.reactivex.MaybeSource source
         6: .line 143
      StackMap locals: io.reactivex.MaybeSource
      StackMap stack:
            aload 1 /* source */
            new io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver$InnerObserver
            dup
            aload 0 /* this */
            invokespecial io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver$InnerObserver.<init>:(Lio/reactivex/internal/operators/maybe/MaybeFlatMapNotification$FlatMapMaybeObserver;)V
            invokeinterface io.reactivex.MaybeSource.subscribe:(Lio/reactivex/MaybeObserver;)V
         7: .line 144
            return
        end local 1 // io.reactivex.MaybeSource source
        end local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lio/reactivex/internal/operators/maybe/MaybeFlatMapNotification$FlatMapMaybeObserver<TT;TR;>;
            1    2     1  source  Lio/reactivex/MaybeSource<+TR;>;
            6    8     1  source  Lio/reactivex/MaybeSource<+TR;>;
            3    6     2      ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/disposables/Disposable;>;Lio/reactivex/MaybeObserver<TT;>;Lio/reactivex/disposables/Disposable;
SourceFile: "MaybeFlatMapNotification.java"
NestHost: io.reactivex.internal.operators.maybe.MaybeFlatMapNotification
InnerClasses:
  final FlatMapMaybeObserver = io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver of io.reactivex.internal.operators.maybe.MaybeFlatMapNotification
  final InnerObserver = io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver$InnerObserver of io.reactivex.internal.operators.maybe.MaybeFlatMapNotification$FlatMapMaybeObserver