public final class io.reactivex.internal.operators.flowable.FlowableConcatMap<T, R> extends io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream<T, R>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableConcatMap
  super_class: io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream
{
  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 prefetch;
    descriptor: I
    flags: (0x0010) ACC_FINAL

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

  private static volatile int[] $SWITCH_TABLE$io$reactivex$internal$util$ErrorMode;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  public void <init>(io.reactivex.Flowable<T>, io.reactivex.functions.Function<? super T, ? extends org.reactivestreams.Publisher<? extends R>>, int, io.reactivex.internal.util.ErrorMode);
    descriptor: (Lio/reactivex/Flowable;Lio/reactivex/functions/Function;ILio/reactivex/internal/util/ErrorMode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.reactivex.internal.operators.flowable.FlowableConcatMap this
        start local 1 // io.reactivex.Flowable source
        start local 2 // io.reactivex.functions.Function mapper
        start local 3 // int prefetch
        start local 4 // io.reactivex.internal.util.ErrorMode errorMode
         0: .line 41
            aload 0 /* this */
            aload 1 /* source */
            invokespecial io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream.<init>:(Lio/reactivex/Flowable;)V
         1: .line 42
            aload 0 /* this */
            aload 2 /* mapper */
            putfield io.reactivex.internal.operators.flowable.FlowableConcatMap.mapper:Lio/reactivex/functions/Function;
         2: .line 43
            aload 0 /* this */
            iload 3 /* prefetch */
            putfield io.reactivex.internal.operators.flowable.FlowableConcatMap.prefetch:I
         3: .line 44
            aload 0 /* this */
            aload 4 /* errorMode */
            putfield io.reactivex.internal.operators.flowable.FlowableConcatMap.errorMode:Lio/reactivex/internal/util/ErrorMode;
         4: .line 45
            return
        end local 4 // io.reactivex.internal.util.ErrorMode errorMode
        end local 3 // int prefetch
        end local 2 // io.reactivex.functions.Function mapper
        end local 1 // io.reactivex.Flowable source
        end local 0 // io.reactivex.internal.operators.flowable.FlowableConcatMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lio/reactivex/internal/operators/flowable/FlowableConcatMap<TT;TR;>;
            0    5     1     source  Lio/reactivex/Flowable<TT;>;
            0    5     2     mapper  Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<+TR;>;>;
            0    5     3   prefetch  I
            0    5     4  errorMode  Lio/reactivex/internal/util/ErrorMode;
    Signature: (Lio/reactivex/Flowable<TT;>;Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<+TR;>;>;ILio/reactivex/internal/util/ErrorMode;)V
    MethodParameters:
           Name  Flags
      source     
      mapper     
      prefetch   
      errorMode  

  public static <T, R> org.reactivestreams.Subscriber<T> subscribe(org.reactivestreams.Subscriber<? super R>, io.reactivex.functions.Function<? super T, ? extends org.reactivestreams.Publisher<? extends R>>, int, io.reactivex.internal.util.ErrorMode);
    descriptor: (Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;ILio/reactivex/internal/util/ErrorMode;)Lorg/reactivestreams/Subscriber;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.reactivestreams.Subscriber s
        start local 1 // io.reactivex.functions.Function mapper
        start local 2 // int prefetch
        start local 3 // io.reactivex.internal.util.ErrorMode errorMode
         0: .line 49
            invokestatic io.reactivex.internal.operators.flowable.FlowableConcatMap.$SWITCH_TABLE$io$reactivex$internal$util$ErrorMode:()[I
            aload 3 /* errorMode */
            invokevirtual io.reactivex.internal.util.ErrorMode.ordinal:()I
            iaload
            tableswitch { // 2 - 3
                    2: 1
                    3: 2
              default: 3
          }
         1: .line 51
      StackMap locals:
      StackMap stack:
            new io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapDelayed
            dup
            aload 0 /* s */
            aload 1 /* mapper */
            iload 2 /* prefetch */
            iconst_0
            invokespecial io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapDelayed.<init>:(Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;IZ)V
            areturn
         2: .line 53
      StackMap locals:
      StackMap stack:
            new io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapDelayed
            dup
            aload 0 /* s */
            aload 1 /* mapper */
            iload 2 /* prefetch */
            iconst_1
            invokespecial io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapDelayed.<init>:(Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;IZ)V
            areturn
         3: .line 55
      StackMap locals:
      StackMap stack:
            new io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapImmediate
            dup
            aload 0 /* s */
            aload 1 /* mapper */
            iload 2 /* prefetch */
            invokespecial io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapImmediate.<init>:(Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;I)V
            areturn
        end local 3 // io.reactivex.internal.util.ErrorMode errorMode
        end local 2 // int prefetch
        end local 1 // io.reactivex.functions.Function mapper
        end local 0 // org.reactivestreams.Subscriber s
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0          s  Lorg/reactivestreams/Subscriber<-TR;>;
            0    4     1     mapper  Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<+TR;>;>;
            0    4     2   prefetch  I
            0    4     3  errorMode  Lio/reactivex/internal/util/ErrorMode;
    Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>(Lorg/reactivestreams/Subscriber<-TR;>;Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<+TR;>;>;ILio/reactivex/internal/util/ErrorMode;)Lorg/reactivestreams/Subscriber<TT;>;
    MethodParameters:
           Name  Flags
      s          
      mapper     
      prefetch   
      errorMode  

  protected void subscribeActual(org.reactivestreams.Subscriber<? super R>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableConcatMap this
        start local 1 // org.reactivestreams.Subscriber s
         0: .line 62
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableConcatMap.source:Lio/reactivex/Flowable;
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableConcatMap.mapper:Lio/reactivex/functions/Function;
            invokestatic io.reactivex.internal.operators.flowable.FlowableScalarXMap.tryScalarXMapSubscribe:(Lorg/reactivestreams/Publisher;Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;)Z
            ifeq 2
         1: .line 63
            return
         2: .line 66
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableConcatMap.source:Lio/reactivex/Flowable;
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableConcatMap.mapper:Lio/reactivex/functions/Function;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableConcatMap.prefetch:I
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableConcatMap.errorMode:Lio/reactivex/internal/util/ErrorMode;
            invokestatic io.reactivex.internal.operators.flowable.FlowableConcatMap.subscribe:(Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;ILio/reactivex/internal/util/ErrorMode;)Lorg/reactivestreams/Subscriber;
            invokevirtual io.reactivex.Flowable.subscribe:(Lorg/reactivestreams/Subscriber;)V
         3: .line 67
            return
        end local 1 // org.reactivestreams.Subscriber s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableConcatMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/flowable/FlowableConcatMap<TT;TR;>;
            0    4     1     s  Lorg/reactivestreams/Subscriber<-TR;>;
    Signature: (Lorg/reactivestreams/Subscriber<-TR;>;)V
    MethodParameters:
      Name  Flags
      s     

  static int[] $SWITCH_TABLE$io$reactivex$internal$util$ErrorMode();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 30
            getstatic io.reactivex.internal.operators.flowable.FlowableConcatMap.$SWITCH_TABLE$io$reactivex$internal$util$ErrorMode:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic io.reactivex.internal.util.ErrorMode.values:()[Lio/reactivex/internal/util/ErrorMode;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic io.reactivex.internal.util.ErrorMode.BOUNDARY:Lio/reactivex/internal/util/ErrorMode;
            invokevirtual io.reactivex.internal.util.ErrorMode.ordinal:()I
            iconst_2
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic io.reactivex.internal.util.ErrorMode.END:Lio/reactivex/internal/util/ErrorMode;
            invokevirtual io.reactivex.internal.util.ErrorMode.ordinal:()I
            iconst_3
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic io.reactivex.internal.util.ErrorMode.IMMEDIATE:Lio/reactivex/internal/util/ErrorMode;
            invokevirtual io.reactivex.internal.util.ErrorMode.ordinal:()I
            iconst_1
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            dup
            putstatic io.reactivex.internal.operators.flowable.FlowableConcatMap.$SWITCH_TABLE$io$reactivex$internal$util$ErrorMode:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Lio/reactivex/internal/operators/flowable/AbstractFlowableWithUpstream<TT;TR;>;
SourceFile: "FlowableConcatMap.java"
NestMembers:
  io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber  io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapDelayed  io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapImmediate  io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner  io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapSupport  io.reactivex.internal.operators.flowable.FlowableConcatMap$WeakScalarSubscription
InnerClasses:
  abstract BaseConcatMapSubscriber = io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber of io.reactivex.internal.operators.flowable.FlowableConcatMap
  final ConcatMapDelayed = io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapDelayed of io.reactivex.internal.operators.flowable.FlowableConcatMap
  final ConcatMapImmediate = io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapImmediate of io.reactivex.internal.operators.flowable.FlowableConcatMap
  final ConcatMapInner = io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner of io.reactivex.internal.operators.flowable.FlowableConcatMap
  abstract ConcatMapSupport = io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapSupport of io.reactivex.internal.operators.flowable.FlowableConcatMap
  final WeakScalarSubscription = io.reactivex.internal.operators.flowable.FlowableConcatMap$WeakScalarSubscription of io.reactivex.internal.operators.flowable.FlowableConcatMap