final class io.reactivex.internal.operators.maybe.MaybeFlatMapSingle$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.MaybeFlatMapSingle$FlatMapMaybeObserver
  super_class: java.util.concurrent.atomic.AtomicReference
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4827726964688405508

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

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

  void <init>(io.reactivex.SingleObserver<? super R>, io.reactivex.functions.Function<? super T, ? extends io.reactivex.SingleSource<? extends R>>);
    descriptor: (Lio/reactivex/SingleObserver;Lio/reactivex/functions/Function;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapSingle$FlatMapMaybeObserver this
        start local 1 // io.reactivex.SingleObserver actual
        start local 2 // io.reactivex.functions.Function mapper
         0: .line 60
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
         1: .line 61
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.maybe.MaybeFlatMapSingle$FlatMapMaybeObserver.downstream:Lio/reactivex/SingleObserver;
         2: .line 62
            aload 0 /* this */
            aload 2 /* mapper */
            putfield io.reactivex.internal.operators.maybe.MaybeFlatMapSingle$FlatMapMaybeObserver.mapper:Lio/reactivex/functions/Function;
         3: .line 63
            return
        end local 2 // io.reactivex.functions.Function mapper
        end local 1 // io.reactivex.SingleObserver actual
        end local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapSingle$FlatMapMaybeObserver this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle$FlatMapMaybeObserver<TT;TR;>;
            0    4     1  actual  Lio/reactivex/SingleObserver<-TR;>;
            0    4     2  mapper  Lio/reactivex/functions/Function<-TT;+Lio/reactivex/SingleSource<+TR;>;>;
    Signature: (Lio/reactivex/SingleObserver<-TR;>;Lio/reactivex/functions/Function<-TT;+Lio/reactivex/SingleSource<+TR;>;>;)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.MaybeFlatMapSingle$FlatMapMaybeObserver this
         0: .line 67
            aload 0 /* this */
            invokestatic io.reactivex.internal.disposables.DisposableHelper.dispose:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         1: .line 68
            return
        end local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapSingle$FlatMapMaybeObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle$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.MaybeFlatMapSingle$FlatMapMaybeObserver this
         0: .line 72
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeFlatMapSingle$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.MaybeFlatMapSingle$FlatMapMaybeObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle$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.MaybeFlatMapSingle$FlatMapMaybeObserver this
        start local 1 // io.reactivex.disposables.Disposable d
         0: .line 77
            aload 0 /* this */
            aload 1 /* d */
            invokestatic io.reactivex.internal.disposables.DisposableHelper.setOnce:(Ljava/util/concurrent/atomic/AtomicReference;Lio/reactivex/disposables/Disposable;)Z
            ifeq 2
         1: .line 78
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeFlatMapSingle$FlatMapMaybeObserver.downstream:Lio/reactivex/SingleObserver;
            aload 0 /* this */
            invokeinterface io.reactivex.SingleObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
         2: .line 80
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.reactivex.disposables.Disposable d
        end local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapSingle$FlatMapMaybeObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle$FlatMapMaybeObserver<TT;TR;>;
            0    3     1     d  Lio/reactivex/disposables/Disposable;
    MethodParameters:
      Name  Flags
      d     

  public void onSuccess();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapSingle$FlatMapMaybeObserver this
        start local 1 // java.lang.Object value
         0: .line 87
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeFlatMapSingle$FlatMapMaybeObserver.mapper:Lio/reactivex/functions/Function;
            aload 1 /* value */
            invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.reactivex.SingleSource
            ldc "The mapper returned a null SingleSource"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.reactivex.SingleSource
            astore 2 /* ss */
        start local 2 // io.reactivex.SingleSource ss
         1: .line 88
            goto 6
        end local 2 // io.reactivex.SingleSource ss
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 3 /* ex */
        start local 3 // java.lang.Throwable ex
         3: .line 89
            aload 3 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         4: .line 90
            aload 0 /* this */
            aload 3 /* ex */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeFlatMapSingle$FlatMapMaybeObserver.onError:(Ljava/lang/Throwable;)V
         5: .line 91
            return
        end local 3 // java.lang.Throwable ex
        start local 2 // io.reactivex.SingleSource ss
         6: .line 94
      StackMap locals: io.reactivex.SingleSource
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeFlatMapSingle$FlatMapMaybeObserver.isDisposed:()Z
            ifne 8
         7: .line 95
            aload 2 /* ss */
            new io.reactivex.internal.operators.maybe.MaybeFlatMapSingle$FlatMapSingleObserver
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeFlatMapSingle$FlatMapMaybeObserver.downstream:Lio/reactivex/SingleObserver;
            invokespecial io.reactivex.internal.operators.maybe.MaybeFlatMapSingle$FlatMapSingleObserver.<init>:(Ljava/util/concurrent/atomic/AtomicReference;Lio/reactivex/SingleObserver;)V
            invokeinterface io.reactivex.SingleSource.subscribe:(Lio/reactivex/SingleObserver;)V
         8: .line 97
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.reactivex.SingleSource ss
        end local 1 // java.lang.Object value
        end local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapSingle$FlatMapMaybeObserver this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle$FlatMapMaybeObserver<TT;TR;>;
            0    9     1  value  TT;
            1    2     2     ss  Lio/reactivex/SingleSource<+TR;>;
            6    9     2     ss  Lio/reactivex/SingleSource<+TR;>;
            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.MaybeFlatMapSingle$FlatMapMaybeObserver this
        start local 1 // java.lang.Throwable e
         0: .line 101
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeFlatMapSingle$FlatMapMaybeObserver.downstream:Lio/reactivex/SingleObserver;
            aload 1 /* e */
            invokeinterface io.reactivex.SingleObserver.onError:(Ljava/lang/Throwable;)V
         1: .line 102
            return
        end local 1 // java.lang.Throwable e
        end local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapSingle$FlatMapMaybeObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle$FlatMapMaybeObserver<TT;TR;>;
            0    2     1     e  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      e     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapSingle$FlatMapMaybeObserver this
         0: .line 106
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeFlatMapSingle$FlatMapMaybeObserver.downstream:Lio/reactivex/SingleObserver;
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            invokeinterface io.reactivex.SingleObserver.onError:(Ljava/lang/Throwable;)V
         1: .line 107
            return
        end local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapSingle$FlatMapMaybeObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle$FlatMapMaybeObserver<TT;TR;>;
}
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: "MaybeFlatMapSingle.java"
NestHost: io.reactivex.internal.operators.maybe.MaybeFlatMapSingle
InnerClasses:
  final FlatMapMaybeObserver = io.reactivex.internal.operators.maybe.MaybeFlatMapSingle$FlatMapMaybeObserver of io.reactivex.internal.operators.maybe.MaybeFlatMapSingle
  final FlatMapSingleObserver = io.reactivex.internal.operators.maybe.MaybeFlatMapSingle$FlatMapSingleObserver of io.reactivex.internal.operators.maybe.MaybeFlatMapSingle