final class io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber<T, R> extends java.util.concurrent.atomic.AtomicInteger implements io.reactivex.FlowableSubscriber<T>, org.reactivestreams.Subscription
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber
  super_class: java.util.concurrent.atomic.AtomicInteger
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -5402190102429853762

  final org.reactivestreams.Subscriber<? super R> downstream;
    descriptor: Lorg/reactivestreams/Subscriber;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/reactivestreams/Subscriber<-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;>;>;

  final boolean delayErrors;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final io.reactivex.internal.util.AtomicThrowable errors;
    descriptor: Lio/reactivex/internal/util/AtomicThrowable;
    flags: (0x0010) ACC_FINAL

  final java.util.concurrent.atomic.AtomicLong requested;
    descriptor: Ljava/util/concurrent/atomic/AtomicLong;
    flags: (0x0010) ACC_FINAL

  final java.util.concurrent.atomic.AtomicReference<io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver<R>> inner;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver<TR;>;>;

  static final io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver<java.lang.Object> INNER_DISPOSED;
    descriptor: Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver<Ljava/lang/Object;>;

  org.reactivestreams.Subscription upstream;
    descriptor: Lorg/reactivestreams/Subscription;
    flags: (0x0000) 

  volatile boolean done;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

  volatile boolean cancelled;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

  long emitted;
    descriptor: J
    flags: (0x0000) 

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 78
            new io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver
            dup
            aconst_null
            invokespecial io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver.<init>:(Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber;)V
         1: .line 77
            putstatic io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.INNER_DISPOSED:Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver;
         2: .line 78
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.reactivestreams.Subscriber<? super R>, io.reactivex.functions.Function<? super T, ? extends io.reactivex.SingleSource<? extends R>>, );
    descriptor: (Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber this
        start local 1 // org.reactivestreams.Subscriber downstream
        start local 2 // io.reactivex.functions.Function mapper
        start local 3 // boolean delayErrors
         0: .line 88
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
         1: .line 91
            aload 0 /* this */
            aload 1 /* downstream */
            putfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.downstream:Lorg/reactivestreams/Subscriber;
         2: .line 92
            aload 0 /* this */
            aload 2 /* mapper */
            putfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.mapper:Lio/reactivex/functions/Function;
         3: .line 93
            aload 0 /* this */
            iload 3 /* delayErrors */
            putfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.delayErrors:Z
         4: .line 94
            aload 0 /* this */
            new io.reactivex.internal.util.AtomicThrowable
            dup
            invokespecial io.reactivex.internal.util.AtomicThrowable.<init>:()V
            putfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.errors:Lio/reactivex/internal/util/AtomicThrowable;
         5: .line 95
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicLong
            dup
            invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
            putfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
         6: .line 96
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicReference
            dup
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
            putfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.inner:Ljava/util/concurrent/atomic/AtomicReference;
         7: .line 97
            return
        end local 3 // boolean delayErrors
        end local 2 // io.reactivex.functions.Function mapper
        end local 1 // org.reactivestreams.Subscriber downstream
        end local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber<TT;TR;>;
            0    8     1   downstream  Lorg/reactivestreams/Subscriber<-TR;>;
            0    8     2       mapper  Lio/reactivex/functions/Function<-TT;+Lio/reactivex/SingleSource<+TR;>;>;
            0    8     3  delayErrors  Z
    Signature: (Lorg/reactivestreams/Subscriber<-TR;>;Lio/reactivex/functions/Function<-TT;+Lio/reactivex/SingleSource<+TR;>;>;Z)V
    MethodParameters:
             Name  Flags
      downstream   
      mapper       
      delayErrors  

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 101
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.upstream:Lorg/reactivestreams/Subscription;
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
            ifeq 4
         1: .line 102
            aload 0 /* this */
            aload 1 /* s */
            putfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.upstream:Lorg/reactivestreams/Subscription;
         2: .line 103
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 0 /* this */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         3: .line 104
            aload 1 /* s */
            ldc 9223372036854775807
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         4: .line 106
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber<TT;TR;>;
            0    5     1     s  Lorg/reactivestreams/Subscription;
    MethodParameters:
      Name  Flags
      s     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber this
        start local 1 // java.lang.Object t
         0: .line 111
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.inner:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver
            astore 2 /* current */
        start local 2 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver current
         1: .line 112
            aload 2 /* current */
            ifnull 3
         2: .line 113
            aload 2 /* current */
            invokevirtual io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver.dispose:()V
         3: .line 119
      StackMap locals: io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.mapper:Lio/reactivex/functions/Function;
            aload 1 /* t */
            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 3 /* ss */
        start local 3 // io.reactivex.SingleSource ss
         4: .line 120
            goto 11
        end local 3 // io.reactivex.SingleSource ss
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 4 /* ex */
        start local 4 // java.lang.Throwable ex
         6: .line 121
            aload 4 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         7: .line 122
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         8: .line 123
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.inner:Ljava/util/concurrent/atomic/AtomicReference;
            getstatic io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.INNER_DISPOSED:Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver;
            invokevirtual java.util.concurrent.atomic.AtomicReference.getAndSet:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         9: .line 124
            aload 0 /* this */
            aload 4 /* ex */
            invokevirtual io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.onError:(Ljava/lang/Throwable;)V
        10: .line 125
            return
        end local 4 // java.lang.Throwable ex
        start local 3 // io.reactivex.SingleSource ss
        11: .line 128
      StackMap locals: io.reactivex.SingleSource
      StackMap stack:
            new io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver
            dup
            aload 0 /* this */
            invokespecial io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver.<init>:(Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber;)V
            astore 4 /* observer */
        start local 4 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver observer
        12: .line 131
      StackMap locals: io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.inner:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver
            astore 2 /* current */
        13: .line 132
            aload 2 /* current */
            getstatic io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.INNER_DISPOSED:Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver;
            if_acmpne 15
        14: .line 133
            goto 17
        15: .line 135
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.inner:Ljava/util/concurrent/atomic/AtomicReference;
            aload 2 /* current */
            aload 4 /* observer */
            invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
        16: .line 136
            aload 3 /* ss */
            aload 4 /* observer */
            invokeinterface io.reactivex.SingleSource.subscribe:(Lio/reactivex/SingleObserver;)V
        17: .line 140
      StackMap locals:
      StackMap stack:
            return
        end local 4 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver observer
        end local 3 // io.reactivex.SingleSource ss
        end local 2 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver current
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber<TT;TR;>;
            0   18     1         t  TT;
            1   18     2   current  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver<TR;>;
            4    5     3        ss  Lio/reactivex/SingleSource<+TR;>;
           11   18     3        ss  Lio/reactivex/SingleSource<+TR;>;
            6   11     4        ex  Ljava/lang/Throwable;
           12   18     4  observer  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver<TR;>;
      Exception table:
        from    to  target  type
           3     4       5  Class java.lang.Throwable
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      t     

  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.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 144
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.errors:Lio/reactivex/internal/util/AtomicThrowable;
            aload 1 /* t */
            invokevirtual io.reactivex.internal.util.AtomicThrowable.addThrowable:(Ljava/lang/Throwable;)Z
            ifeq 6
         1: .line 145
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.delayErrors:Z
            ifne 3
         2: .line 146
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.disposeInner:()V
         3: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.done:Z
         4: .line 149
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.drain:()V
         5: .line 150
            goto 7
         6: .line 151
      StackMap locals:
      StackMap stack:
            aload 1 /* t */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         7: .line 153
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber<TT;TR;>;
            0    8     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber this
         0: .line 157
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.done:Z
         1: .line 158
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.drain:()V
         2: .line 159
            return
        end local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber<TT;TR;>;

  void disposeInner();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber this
         0: .line 163
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.inner:Ljava/util/concurrent/atomic/AtomicReference;
            getstatic io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.INNER_DISPOSED:Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver;
            invokevirtual java.util.concurrent.atomic.AtomicReference.getAndSet:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver
            astore 1 /* current */
        start local 1 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver current
         1: .line 164
            aload 1 /* current */
            ifnull 3
            aload 1 /* current */
            getstatic io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.INNER_DISPOSED:Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver;
            if_acmpeq 3
         2: .line 165
            aload 1 /* current */
            invokevirtual io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver.dispose:()V
         3: .line 167
      StackMap locals: io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver
      StackMap stack:
            return
        end local 1 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver current
        end local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber<TT;TR;>;
            1    4     1  current  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver<TR;>;

  public void request(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber this
        start local 1 // long n
         0: .line 171
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
            lload 1 /* n */
            invokestatic io.reactivex.internal.util.BackpressureHelper.add:(Ljava/util/concurrent/atomic/AtomicLong;J)J
            pop2
         1: .line 172
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.drain:()V
         2: .line 173
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber<TT;TR;>;
            0    3     1     n  J
    MethodParameters:
      Name  Flags
      n     

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber this
         0: .line 177
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.cancelled:Z
         1: .line 178
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         2: .line 179
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.disposeInner:()V
         3: .line 180
            return
        end local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber<TT;TR;>;

  void innerError(io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver<R>, java.lang.Throwable);
    descriptor: (Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver;Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber this
        start local 1 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver sender
        start local 2 // java.lang.Throwable ex
         0: .line 183
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.inner:Ljava/util/concurrent/atomic/AtomicReference;
            aload 1 /* sender */
            aconst_null
            invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 7
         1: .line 184
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.errors:Lio/reactivex/internal/util/AtomicThrowable;
            aload 2 /* ex */
            invokevirtual io.reactivex.internal.util.AtomicThrowable.addThrowable:(Ljava/lang/Throwable;)Z
            ifeq 7
         2: .line 185
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.delayErrors:Z
            ifne 5
         3: .line 186
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         4: .line 187
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.disposeInner:()V
         5: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.drain:()V
         6: .line 190
            return
         7: .line 193
      StackMap locals:
      StackMap stack:
            aload 2 /* ex */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         8: .line 194
            return
        end local 2 // java.lang.Throwable ex
        end local 1 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver sender
        end local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber<TT;TR;>;
            0    9     1  sender  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver<TR;>;
            0    9     2      ex  Ljava/lang/Throwable;
    Signature: (Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver<TR;>;Ljava/lang/Throwable;)V
    MethodParameters:
        Name  Flags
      sender  
      ex      

  void drain();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=12, args_size=1
        start local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber this
         0: .line 197
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.getAndIncrement:()I
            ifeq 2
         1: .line 198
            return
         2: .line 201
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 1 /* missed */
        start local 1 // int missed
         3: .line 202
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            astore 2 /* downstream */
        start local 2 // org.reactivestreams.Subscriber downstream
         4: .line 203
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.errors:Lio/reactivex/internal/util/AtomicThrowable;
            astore 3 /* errors */
        start local 3 // io.reactivex.internal.util.AtomicThrowable errors
         5: .line 204
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.inner:Ljava/util/concurrent/atomic/AtomicReference;
            astore 4 /* inner */
        start local 4 // java.util.concurrent.atomic.AtomicReference inner
         6: .line 205
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
            astore 5 /* requested */
        start local 5 // java.util.concurrent.atomic.AtomicLong requested
         7: .line 206
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.emitted:J
            lstore 6 /* emitted */
        start local 6 // long emitted
         8: .line 211
      StackMap locals: io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber int org.reactivestreams.Subscriber io.reactivex.internal.util.AtomicThrowable java.util.concurrent.atomic.AtomicReference java.util.concurrent.atomic.AtomicLong long
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.cancelled:Z
            ifeq 10
         9: .line 212
            return
        10: .line 215
      StackMap locals:
      StackMap stack:
            aload 3 /* errors */
            invokevirtual io.reactivex.internal.util.AtomicThrowable.get:()Ljava/lang/Object;
            ifnull 15
        11: .line 216
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.delayErrors:Z
            ifne 15
        12: .line 217
            aload 3 /* errors */
            invokevirtual io.reactivex.internal.util.AtomicThrowable.terminate:()Ljava/lang/Throwable;
            astore 8 /* ex */
        start local 8 // java.lang.Throwable ex
        13: .line 218
            aload 2 /* downstream */
            aload 8 /* ex */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        14: .line 219
            return
        end local 8 // java.lang.Throwable ex
        15: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.done:Z
            istore 8 /* d */
        start local 8 // boolean d
        16: .line 224
            aload 4 /* inner */
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver
            astore 9 /* current */
        start local 9 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver current
        17: .line 225
            aload 9 /* current */
            ifnonnull 18
            iconst_1
            goto 19
      StackMap locals: int io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver
      StackMap stack:
        18: iconst_0
      StackMap locals:
      StackMap stack: int
        19: istore 10 /* empty */
        start local 10 // boolean empty
        20: .line 227
            iload 8 /* d */
            ifeq 27
            iload 10 /* empty */
            ifeq 27
        21: .line 228
            aload 3 /* errors */
            invokevirtual io.reactivex.internal.util.AtomicThrowable.terminate:()Ljava/lang/Throwable;
            astore 11 /* ex */
        start local 11 // java.lang.Throwable ex
        22: .line 229
            aload 11 /* ex */
            ifnull 25
        23: .line 230
            aload 2 /* downstream */
            aload 11 /* ex */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        24: .line 231
            goto 26
        25: .line 232
      StackMap locals: int java.lang.Throwable
      StackMap stack:
            aload 2 /* downstream */
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
        26: .line 234
      StackMap locals:
      StackMap stack:
            return
        end local 11 // java.lang.Throwable ex
        27: .line 237
      StackMap locals:
      StackMap stack:
            iload 10 /* empty */
            ifne 33
            aload 9 /* current */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver.item:Ljava/lang/Object;
            ifnull 33
            lload 6 /* emitted */
            aload 5 /* requested */
            invokevirtual java.util.concurrent.atomic.AtomicLong.get:()J
            lcmp
            ifne 29
        28: .line 238
            goto 33
        29: .line 241
      StackMap locals:
      StackMap stack:
            aload 4 /* inner */
            aload 9 /* current */
            aconst_null
            invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
            pop
        30: .line 243
            aload 2 /* downstream */
            aload 9 /* current */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver.item:Ljava/lang/Object;
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
        31: .line 245
            lload 6 /* emitted */
            lconst_1
            ladd
            lstore 6 /* emitted */
        end local 10 // boolean empty
        end local 9 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver current
        end local 8 // boolean d
        32: .line 210
            goto 8
        33: .line 248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 6 /* emitted */
            putfield io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.emitted:J
        34: .line 249
            aload 0 /* this */
            iload 1 /* missed */
            ineg
            invokevirtual io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber.addAndGet:(I)I
            istore 1 /* missed */
        35: .line 250
            iload 1 /* missed */
            ifne 8
        36: .line 254
            return
        end local 6 // long emitted
        end local 5 // java.util.concurrent.atomic.AtomicLong requested
        end local 4 // java.util.concurrent.atomic.AtomicReference inner
        end local 3 // io.reactivex.internal.util.AtomicThrowable errors
        end local 2 // org.reactivestreams.Subscriber downstream
        end local 1 // int missed
        end local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   37     0        this  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber<TT;TR;>;
            3   37     1      missed  I
            4   37     2  downstream  Lorg/reactivestreams/Subscriber<-TR;>;
            5   37     3      errors  Lio/reactivex/internal/util/AtomicThrowable;
            6   37     4       inner  Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver<TR;>;>;
            7   37     5   requested  Ljava/util/concurrent/atomic/AtomicLong;
            8   37     6     emitted  J
           13   15     8          ex  Ljava/lang/Throwable;
           16   32     8           d  Z
           17   32     9     current  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver<TR;>;
           20   32    10       empty  Z
           22   27    11          ex  Ljava/lang/Throwable;
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/FlowableSubscriber<TT;>;Lorg/reactivestreams/Subscription;
SourceFile: "FlowableSwitchMapSingle.java"
NestHost: io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle
InnerClasses:
  final SwitchMapSingleSubscriber = io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber of io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle
  final SwitchMapSingleObserver = io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber$SwitchMapSingleObserver of io.reactivex.internal.operators.mixed.FlowableSwitchMapSingle$SwitchMapSingleSubscriber