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

  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.single.SingleFlatMap$SingleFlatMapCallback this
        start local 1 // io.reactivex.SingleObserver actual
        start local 2 // io.reactivex.functions.Function mapper
         0: .line 48
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
         1: .line 50
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback.downstream:Lio/reactivex/SingleObserver;
         2: .line 51
            aload 0 /* this */
            aload 2 /* mapper */
            putfield io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback.mapper:Lio/reactivex/functions/Function;
         3: .line 52
            return
        end local 2 // io.reactivex.functions.Function mapper
        end local 1 // io.reactivex.SingleObserver actual
        end local 0 // io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/reactivex/internal/operators/single/SingleFlatMap$SingleFlatMapCallback<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.single.SingleFlatMap$SingleFlatMapCallback this
         0: .line 56
            aload 0 /* this */
            invokestatic io.reactivex.internal.disposables.DisposableHelper.dispose:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         1: .line 57
            return
        end local 0 // io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/single/SingleFlatMap$SingleFlatMapCallback<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.single.SingleFlatMap$SingleFlatMapCallback this
         0: .line 61
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback.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.single.SingleFlatMap$SingleFlatMapCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/single/SingleFlatMap$SingleFlatMapCallback<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.single.SingleFlatMap$SingleFlatMapCallback this
        start local 1 // io.reactivex.disposables.Disposable d
         0: .line 66
            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 67
            aload 0 /* this */
            getfield io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback.downstream:Lio/reactivex/SingleObserver;
            aload 0 /* this */
            invokeinterface io.reactivex.SingleObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
         2: .line 69
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.reactivex.disposables.Disposable d
        end local 0 // io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/single/SingleFlatMap$SingleFlatMapCallback<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.single.SingleFlatMap$SingleFlatMapCallback this
        start local 1 // java.lang.Object value
         0: .line 76
            aload 0 /* this */
            getfield io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback.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 single returned by the mapper is null"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.reactivex.SingleSource
            astore 2 /* o */
        start local 2 // io.reactivex.SingleSource o
         1: .line 77
            goto 6
        end local 2 // io.reactivex.SingleSource o
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 3 /* e */
        start local 3 // java.lang.Throwable e
         3: .line 78
            aload 3 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         4: .line 79
            aload 0 /* this */
            getfield io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback.downstream:Lio/reactivex/SingleObserver;
            aload 3 /* e */
            invokeinterface io.reactivex.SingleObserver.onError:(Ljava/lang/Throwable;)V
         5: .line 80
            return
        end local 3 // java.lang.Throwable e
        start local 2 // io.reactivex.SingleSource o
         6: .line 83
      StackMap locals: io.reactivex.SingleSource
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback.isDisposed:()Z
            ifne 8
         7: .line 84
            aload 2 /* o */
            new io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback$FlatMapSingleObserver
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback.downstream:Lio/reactivex/SingleObserver;
            invokespecial io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback$FlatMapSingleObserver.<init>:(Ljava/util/concurrent/atomic/AtomicReference;Lio/reactivex/SingleObserver;)V
            invokeinterface io.reactivex.SingleSource.subscribe:(Lio/reactivex/SingleObserver;)V
         8: .line 86
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.reactivex.SingleSource o
        end local 1 // java.lang.Object value
        end local 0 // io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lio/reactivex/internal/operators/single/SingleFlatMap$SingleFlatMapCallback<TT;TR;>;
            0    9     1  value  TT;
            1    2     2      o  Lio/reactivex/SingleSource<+TR;>;
            6    9     2      o  Lio/reactivex/SingleSource<+TR;>;
            3    6     3      e  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.single.SingleFlatMap$SingleFlatMapCallback this
        start local 1 // java.lang.Throwable e
         0: .line 90
            aload 0 /* this */
            getfield io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback.downstream:Lio/reactivex/SingleObserver;
            aload 1 /* e */
            invokeinterface io.reactivex.SingleObserver.onError:(Ljava/lang/Throwable;)V
         1: .line 91
            return
        end local 1 // java.lang.Throwable e
        end local 0 // io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/single/SingleFlatMap$SingleFlatMapCallback<TT;TR;>;
            0    2     1     e  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      e     
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/disposables/Disposable;>;Lio/reactivex/SingleObserver<TT;>;Lio/reactivex/disposables/Disposable;
SourceFile: "SingleFlatMap.java"
NestHost: io.reactivex.internal.operators.single.SingleFlatMap
InnerClasses:
  final SingleFlatMapCallback = io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback of io.reactivex.internal.operators.single.SingleFlatMap
  final FlatMapSingleObserver = io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback$FlatMapSingleObserver of io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback