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

  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 org.reactivestreams.Publisher<? extends R>> mapper;
    descriptor: Lio/reactivex/functions/Function;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<+TR;>;>;

  final int bufferSize;
    descriptor: I
    flags: (0x0010) ACC_FINAL

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

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

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

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

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

  final java.util.concurrent.atomic.AtomicReference<io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber<T, R>> active;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber<TT;TR;>;>;

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

  static final io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber<java.lang.Object, java.lang.Object> CANCELLED;
    descriptor: Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber<Ljava/lang/Object;Ljava/lang/Object;>;

  volatile long unique;
    descriptor: J
    flags: (0x0040) ACC_VOLATILE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 73
            new io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber
            dup
            aconst_null
            ldc -1
            iconst_1
            invokespecial io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.<init>:(Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber;JI)V
            putstatic io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.CANCELLED:Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber;
         1: .line 74
            getstatic io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.CANCELLED:Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber;
            invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.cancel:()V
         2: .line 75
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.reactivestreams.Subscriber<? super R>, io.reactivex.functions.Function<? super T, ? extends org.reactivestreams.Publisher<? extends R>>, int, );
    descriptor: (Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;IZ)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber this
        start local 1 // org.reactivestreams.Subscriber actual
        start local 2 // io.reactivex.functions.Function mapper
        start local 3 // int bufferSize
        start local 4 // boolean delayErrors
         0: .line 79
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
         1: .line 67
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicReference
            dup
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
         2: .line 69
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicLong
            dup
            invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
         3: .line 82
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.downstream:Lorg/reactivestreams/Subscriber;
         4: .line 83
            aload 0 /* this */
            aload 2 /* mapper */
            putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.mapper:Lio/reactivex/functions/Function;
         5: .line 84
            aload 0 /* this */
            iload 3 /* bufferSize */
            putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.bufferSize:I
         6: .line 85
            aload 0 /* this */
            iload 4 /* delayErrors */
            putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.delayErrors:Z
         7: .line 86
            aload 0 /* this */
            new io.reactivex.internal.util.AtomicThrowable
            dup
            invokespecial io.reactivex.internal.util.AtomicThrowable.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
         8: .line 87
            return
        end local 4 // boolean delayErrors
        end local 3 // int bufferSize
        end local 2 // io.reactivex.functions.Function mapper
        end local 1 // org.reactivestreams.Subscriber actual
        end local 0 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber<TT;TR;>;
            0    9     1       actual  Lorg/reactivestreams/Subscriber<-TR;>;
            0    9     2       mapper  Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<+TR;>;>;
            0    9     3   bufferSize  I
            0    9     4  delayErrors  Z
    Signature: (Lorg/reactivestreams/Subscriber<-TR;>;Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<+TR;>;>;IZ)V
    MethodParameters:
             Name  Flags
      actual       
      mapper       
      bufferSize   
      delayErrors  

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 91
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.upstream:Lorg/reactivestreams/Subscription;
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
            ifeq 3
         1: .line 92
            aload 0 /* this */
            aload 1 /* s */
            putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.upstream:Lorg/reactivestreams/Subscription;
         2: .line 93
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 0 /* this */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         3: .line 95
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber<TT;TR;>;
            0    4     1     s  Lorg/reactivestreams/Subscription;
    MethodParameters:
      Name  Flags
      s     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber this
        start local 1 // java.lang.Object t
         0: .line 99
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.done:Z
            ifeq 2
         1: .line 100
            return
         2: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.unique:J
            lconst_1
            ladd
            lstore 2 /* c */
        start local 2 // long c
         3: .line 104
            aload 0 /* this */
            lload 2 /* c */
            putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.unique:J
         4: .line 106
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber
            astore 4 /* inner */
        start local 4 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber inner
         5: .line 107
            aload 4 /* inner */
            ifnull 7
         6: .line 108
            aload 4 /* inner */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.cancel:()V
         7: .line 113
      StackMap locals: long io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.mapper:Lio/reactivex/functions/Function;
            aload 1 /* t */
            invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.reactivestreams.Publisher
            ldc "The publisher returned is null"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.reactivestreams.Publisher
            astore 5 /* p */
        start local 5 // org.reactivestreams.Publisher p
         8: .line 114
            goto 14
        end local 5 // org.reactivestreams.Publisher p
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: astore 6 /* e */
        start local 6 // java.lang.Throwable e
        10: .line 115
            aload 6 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        11: .line 116
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
        12: .line 117
            aload 0 /* this */
            aload 6 /* e */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.onError:(Ljava/lang/Throwable;)V
        13: .line 118
            return
        end local 6 // java.lang.Throwable e
        start local 5 // org.reactivestreams.Publisher p
        14: .line 121
      StackMap locals: org.reactivestreams.Publisher
      StackMap stack:
            new io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber
            dup
            aload 0 /* this */
            lload 2 /* c */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.bufferSize:I
            invokespecial io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.<init>:(Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber;JI)V
            astore 6 /* nextInner */
        start local 6 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber nextInner
        15: .line 124
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber
            astore 4 /* inner */
        16: .line 125
            aload 4 /* inner */
            getstatic io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.CANCELLED:Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber;
            if_acmpne 18
        17: .line 126
            goto 20
        18: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
            aload 4 /* inner */
            aload 6 /* nextInner */
            invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 15
        19: .line 129
            aload 5 /* p */
            aload 6 /* nextInner */
            invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
        20: .line 133
      StackMap locals:
      StackMap stack:
            return
        end local 6 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber nextInner
        end local 5 // org.reactivestreams.Publisher p
        end local 4 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber inner
        end local 2 // long c
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   21     0       this  Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber<TT;TR;>;
            0   21     1          t  TT;
            3   21     2          c  J
            5   21     4      inner  Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber<TT;TR;>;
            8    9     5          p  Lorg/reactivestreams/Publisher<+TR;>;
           14   21     5          p  Lorg/reactivestreams/Publisher<+TR;>;
           10   14     6          e  Ljava/lang/Throwable;
           15   21     6  nextInner  Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber<TT;TR;>;
      Exception table:
        from    to  target  type
           7     8       9  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.flowable.FlowableSwitchMap$SwitchMapSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 137
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.done:Z
            ifne 6
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
            aload 1 /* t */
            invokevirtual io.reactivex.internal.util.AtomicThrowable.addThrowable:(Ljava/lang/Throwable;)Z
            ifeq 6
         1: .line 138
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.delayErrors:Z
            ifne 3
         2: .line 139
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.disposeInner:()V
         3: .line 141
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.done:Z
         4: .line 142
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.drain:()V
         5: .line 143
            goto 7
         6: .line 144
      StackMap locals:
      StackMap stack:
            aload 1 /* t */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         7: .line 146
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber<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.flowable.FlowableSwitchMap$SwitchMapSubscriber this
         0: .line 150
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.done:Z
            ifeq 2
         1: .line 151
            return
         2: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.done:Z
         3: .line 154
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.drain:()V
         4: .line 155
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber<TT;TR;>;

  public void request(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber this
        start local 1 // long n
         0: .line 159
            lload 1 /* n */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(J)Z
            ifeq 6
         1: .line 160
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
            lload 1 /* n */
            invokestatic io.reactivex.internal.util.BackpressureHelper.add:(Ljava/util/concurrent/atomic/AtomicLong;J)J
            pop2
         2: .line 161
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.unique:J
            lconst_0
            lcmp
            ifne 5
         3: .line 162
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.upstream:Lorg/reactivestreams/Subscription;
            ldc 9223372036854775807
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         4: .line 163
            goto 6
         5: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.drain:()V
         6: .line 167
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber<TT;TR;>;
            0    7     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.flowable.FlowableSwitchMap$SwitchMapSubscriber this
         0: .line 171
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.cancelled:Z
            ifne 4
         1: .line 172
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.cancelled:Z
         2: .line 173
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         3: .line 175
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.disposeInner:()V
         4: .line 177
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber<TT;TR;>;

  void disposeInner();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber this
         0: .line 181
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber
            astore 1 /* a */
        start local 1 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber a
         1: .line 182
            aload 1 /* a */
            getstatic io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.CANCELLED:Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber;
            if_acmpeq 5
         2: .line 183
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
            getstatic io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.CANCELLED:Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber;
            invokevirtual java.util.concurrent.atomic.AtomicReference.getAndSet:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber
            astore 1 /* a */
         3: .line 184
            aload 1 /* a */
            getstatic io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.CANCELLED:Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber;
            if_acmpeq 5
            aload 1 /* a */
            ifnull 5
         4: .line 185
            aload 1 /* a */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.cancel:()V
         5: .line 188
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber
      StackMap stack:
            return
        end local 1 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber a
        end local 0 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber<TT;TR;>;
            1    6     1     a  Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber<TT;TR;>;

  void drain();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=14, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber this
         0: .line 191
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.getAndIncrement:()I
            ifeq 2
         1: .line 192
            return
         2: .line 195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            astore 1 /* a */
        start local 1 // org.reactivestreams.Subscriber a
         3: .line 197
            iconst_1
            istore 2 /* missing */
        start local 2 // int missing
         4: .line 201
      StackMap locals: org.reactivestreams.Subscriber int
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.cancelled:Z
            ifeq 7
         5: .line 202
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
            aconst_null
            invokevirtual java.util.concurrent.atomic.AtomicReference.lazySet:(Ljava/lang/Object;)V
         6: .line 203
            return
         7: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.done:Z
            ifeq 24
         8: .line 207
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.delayErrors:Z
            ifeq 16
         9: .line 208
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            ifnonnull 24
        10: .line 209
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
            invokevirtual io.reactivex.internal.util.AtomicThrowable.get:()Ljava/lang/Object;
            checkcast java.lang.Throwable
            astore 3 /* err */
        start local 3 // java.lang.Throwable err
        11: .line 210
            aload 3 /* err */
            ifnull 14
        12: .line 211
            aload 1 /* a */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
            invokevirtual io.reactivex.internal.util.AtomicThrowable.terminate:()Ljava/lang/Throwable;
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        13: .line 212
            goto 15
        14: .line 213
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 1 /* a */
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
        15: .line 215
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Throwable err
        16: .line 218
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
            invokevirtual io.reactivex.internal.util.AtomicThrowable.get:()Ljava/lang/Object;
            checkcast java.lang.Throwable
            astore 3 /* err */
        start local 3 // java.lang.Throwable err
        17: .line 219
            aload 3 /* err */
            ifnull 21
        18: .line 220
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.disposeInner:()V
        19: .line 221
            aload 1 /* a */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
            invokevirtual io.reactivex.internal.util.AtomicThrowable.terminate:()Ljava/lang/Throwable;
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        20: .line 222
            return
        21: .line 224
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            ifnonnull 24
        22: .line 225
            aload 1 /* a */
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
        23: .line 226
            return
        end local 3 // java.lang.Throwable err
        24: .line 231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber
            astore 3 /* inner */
        start local 3 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber inner
        25: .line 232
            aload 3 /* inner */
            ifnull 26
            aload 3 /* inner */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
            goto 27
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber
      StackMap stack:
        26: aconst_null
      StackMap locals:
      StackMap stack: io.reactivex.internal.fuseable.SimpleQueue
        27: astore 4 /* q */
        start local 4 // io.reactivex.internal.fuseable.SimpleQueue q
        28: .line 233
            aload 4 /* q */
            ifnull 89
        29: .line 234
            aload 3 /* inner */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.done:Z
            ifeq 42
        30: .line 235
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.delayErrors:Z
            ifne 39
        31: .line 236
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
            invokevirtual io.reactivex.internal.util.AtomicThrowable.get:()Ljava/lang/Object;
            checkcast java.lang.Throwable
            astore 5 /* err */
        start local 5 // java.lang.Throwable err
        32: .line 237
            aload 5 /* err */
            ifnull 36
        33: .line 238
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.disposeInner:()V
        34: .line 239
            aload 1 /* a */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
            invokevirtual io.reactivex.internal.util.AtomicThrowable.terminate:()Ljava/lang/Throwable;
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        35: .line 240
            return
        36: .line 242
      StackMap locals: io.reactivex.internal.fuseable.SimpleQueue java.lang.Throwable
      StackMap stack:
            aload 4 /* q */
            invokeinterface io.reactivex.internal.fuseable.SimpleQueue.isEmpty:()Z
            ifeq 42
        37: .line 243
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
            aload 3 /* inner */
            aconst_null
            invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
            pop
        38: .line 244
            goto 4
        end local 5 // java.lang.Throwable err
        39: .line 247
      StackMap locals:
      StackMap stack:
            aload 4 /* q */
            invokeinterface io.reactivex.internal.fuseable.SimpleQueue.isEmpty:()Z
            ifeq 42
        40: .line 248
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
            aload 3 /* inner */
            aconst_null
            invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
            pop
        41: .line 249
            goto 4
        42: .line 254
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
            invokevirtual java.util.concurrent.atomic.AtomicLong.get:()J
            lstore 5 /* r */
        start local 5 // long r
        43: .line 255
            lconst_0
            lstore 7 /* e */
        start local 7 // long e
        44: .line 256
            iconst_0
            istore 9 /* retry */
        start local 9 // boolean retry
        45: .line 258
            goto 81
        46: .line 259
      StackMap locals: long long int
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.cancelled:Z
            ifeq 48
        47: .line 260
            return
        48: .line 263
      StackMap locals:
      StackMap stack:
            aload 3 /* inner */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.done:Z
            istore 10 /* d */
        start local 10 // boolean d
        49: .line 267
            aload 4 /* q */
            invokeinterface io.reactivex.internal.fuseable.SimpleQueue.poll:()Ljava/lang/Object;
            astore 11 /* v */
        start local 11 // java.lang.Object v
        50: .line 268
            goto 57
        end local 11 // java.lang.Object v
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber org.reactivestreams.Subscriber int io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber io.reactivex.internal.fuseable.SimpleQueue long long int int
      StackMap stack: java.lang.Throwable
        51: astore 12 /* ex */
        start local 12 // java.lang.Throwable ex
        52: .line 269
            aload 12 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        53: .line 270
            aload 3 /* inner */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.cancel:()V
        54: .line 271
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
            aload 12 /* ex */
            invokevirtual io.reactivex.internal.util.AtomicThrowable.addThrowable:(Ljava/lang/Throwable;)Z
            pop
        55: .line 272
            iconst_1
            istore 10 /* d */
        56: .line 273
            aconst_null
            astore 11 /* v */
        end local 12 // java.lang.Throwable ex
        start local 11 // java.lang.Object v
        57: .line 275
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 11 /* v */
            ifnonnull 58
            iconst_1
            goto 59
      StackMap locals:
      StackMap stack:
        58: iconst_0
      StackMap locals:
      StackMap stack: int
        59: istore 12 /* empty */
        start local 12 // boolean empty
        60: .line 277
            aload 3 /* inner */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            if_acmpeq 63
        61: .line 278
            iconst_1
            istore 9 /* retry */
        62: .line 279
            goto 82
        63: .line 282
      StackMap locals: int
      StackMap stack:
            iload 10 /* d */
            ifeq 77
        64: .line 283
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.delayErrors:Z
            ifne 73
        65: .line 284
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
            invokevirtual io.reactivex.internal.util.AtomicThrowable.get:()Ljava/lang/Object;
            checkcast java.lang.Throwable
            astore 13 /* err */
        start local 13 // java.lang.Throwable err
        66: .line 285
            aload 13 /* err */
            ifnull 69
        67: .line 286
            aload 1 /* a */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
            invokevirtual io.reactivex.internal.util.AtomicThrowable.terminate:()Ljava/lang/Throwable;
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        68: .line 287
            return
        69: .line 289
      StackMap locals: java.lang.Throwable
      StackMap stack:
            iload 12 /* empty */
            ifeq 77
        70: .line 290
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
            aload 3 /* inner */
            aconst_null
            invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
            pop
        71: .line 291
            iconst_1
            istore 9 /* retry */
        72: .line 292
            goto 82
        end local 13 // java.lang.Throwable err
        73: .line 295
      StackMap locals:
      StackMap stack:
            iload 12 /* empty */
            ifeq 77
        74: .line 296
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
            aload 3 /* inner */
            aconst_null
            invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
            pop
        75: .line 297
            iconst_1
            istore 9 /* retry */
        76: .line 298
            goto 82
        77: .line 303
      StackMap locals:
      StackMap stack:
            iload 12 /* empty */
            ifeq 79
        78: .line 304
            goto 82
        79: .line 307
      StackMap locals:
      StackMap stack:
            aload 1 /* a */
            aload 11 /* v */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
        80: .line 309
            lload 7 /* e */
            lconst_1
            ladd
            lstore 7 /* e */
        end local 12 // boolean empty
        end local 11 // java.lang.Object v
        end local 10 // boolean d
        81: .line 258
      StackMap locals:
      StackMap stack:
            lload 7 /* e */
            lload 5 /* r */
            lcmp
            ifne 46
        82: .line 312
      StackMap locals:
      StackMap stack:
            lload 7 /* e */
            lconst_0
            lcmp
            ifeq 87
        83: .line 313
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.cancelled:Z
            ifne 87
        84: .line 314
            lload 5 /* r */
            ldc 9223372036854775807
            lcmp
            ifeq 86
        85: .line 315
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
            lload 7 /* e */
            lneg
            invokevirtual java.util.concurrent.atomic.AtomicLong.addAndGet:(J)J
            pop2
        86: .line 317
      StackMap locals:
      StackMap stack:
            aload 3 /* inner */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.get:()Ljava/lang/Object;
            checkcast org.reactivestreams.Subscription
            lload 7 /* e */
            invokeinterface org.reactivestreams.Subscription.request:(J)V
        87: .line 321
      StackMap locals:
      StackMap stack:
            iload 9 /* retry */
            ifeq 89
        88: .line 322
            goto 4
        end local 9 // boolean retry
        end local 7 // long e
        end local 5 // long r
        89: .line 326
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* missing */
            ineg
            invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.addAndGet:(I)I
            istore 2 /* missing */
        90: .line 327
            iload 2 /* missing */
            ifne 4
        end local 4 // io.reactivex.internal.fuseable.SimpleQueue q
        end local 3 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber inner
        91: .line 331
            return
        end local 2 // int missing
        end local 1 // org.reactivestreams.Subscriber a
        end local 0 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   92     0     this  Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber<TT;TR;>;
            3   92     1        a  Lorg/reactivestreams/Subscriber<-TR;>;
            4   92     2  missing  I
           11   16     3      err  Ljava/lang/Throwable;
           17   24     3      err  Ljava/lang/Throwable;
           25   91     3    inner  Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber<TT;TR;>;
           28   91     4        q  Lio/reactivex/internal/fuseable/SimpleQueue<TR;>;
           32   39     5      err  Ljava/lang/Throwable;
           43   89     5        r  J
           44   89     7        e  J
           45   89     9    retry  Z
           49   81    10        d  Z
           50   51    11        v  TR;
           57   81    11        v  TR;
           52   57    12       ex  Ljava/lang/Throwable;
           60   81    12    empty  Z
           66   73    13      err  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
          49    50      51  Class java.lang.Throwable
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/FlowableSubscriber<TT;>;Lorg/reactivestreams/Subscription;
SourceFile: "FlowableSwitchMap.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableSwitchMap
InnerClasses:
  final SwitchMapInnerSubscriber = io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber of io.reactivex.internal.operators.flowable.FlowableSwitchMap
  final SwitchMapSubscriber = io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber of io.reactivex.internal.operators.flowable.FlowableSwitchMap