public final class io.reactivex.internal.operators.parallel.ParallelConcatMap<T, R> extends io.reactivex.parallel.ParallelFlowable<R>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.parallel.ParallelConcatMap
  super_class: io.reactivex.parallel.ParallelFlowable
{
  final io.reactivex.parallel.ParallelFlowable<T> source;
    descriptor: Lio/reactivex/parallel/ParallelFlowable;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/parallel/ParallelFlowable<TT;>;

  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

  public void <init>(io.reactivex.parallel.ParallelFlowable<T>, io.reactivex.functions.Function<? super T, ? extends org.reactivestreams.Publisher<? extends R>>, int, io.reactivex.internal.util.ErrorMode);
    descriptor: (Lio/reactivex/parallel/ParallelFlowable;Lio/reactivex/functions/Function;ILio/reactivex/internal/util/ErrorMode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // io.reactivex.internal.operators.parallel.ParallelConcatMap this
        start local 1 // io.reactivex.parallel.ParallelFlowable 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 40
            aload 0 /* this */
            invokespecial io.reactivex.parallel.ParallelFlowable.<init>:()V
         1: .line 44
            aload 0 /* this */
            aload 1 /* source */
            putfield io.reactivex.internal.operators.parallel.ParallelConcatMap.source:Lio/reactivex/parallel/ParallelFlowable;
         2: .line 45
            aload 0 /* this */
            aload 2 /* mapper */
            ldc "mapper"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.reactivex.functions.Function
            putfield io.reactivex.internal.operators.parallel.ParallelConcatMap.mapper:Lio/reactivex/functions/Function;
         3: .line 46
            aload 0 /* this */
            iload 3 /* prefetch */
            putfield io.reactivex.internal.operators.parallel.ParallelConcatMap.prefetch:I
         4: .line 47
            aload 0 /* this */
            aload 4 /* errorMode */
            ldc "errorMode"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.reactivex.internal.util.ErrorMode
            putfield io.reactivex.internal.operators.parallel.ParallelConcatMap.errorMode:Lio/reactivex/internal/util/ErrorMode;
         5: .line 48
            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.parallel.ParallelFlowable source
        end local 0 // io.reactivex.internal.operators.parallel.ParallelConcatMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/reactivex/internal/operators/parallel/ParallelConcatMap<TT;TR;>;
            0    6     1     source  Lio/reactivex/parallel/ParallelFlowable<TT;>;
            0    6     2     mapper  Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<+TR;>;>;
            0    6     3   prefetch  I
            0    6     4  errorMode  Lio/reactivex/internal/util/ErrorMode;
    Signature: (Lio/reactivex/parallel/ParallelFlowable<TT;>;Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<+TR;>;>;ILio/reactivex/internal/util/ErrorMode;)V
    MethodParameters:
           Name  Flags
      source     
      mapper     
      prefetch   
      errorMode  

  public int parallelism();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.parallel.ParallelConcatMap this
         0: .line 52
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelConcatMap.source:Lio/reactivex/parallel/ParallelFlowable;
            invokevirtual io.reactivex.parallel.ParallelFlowable.parallelism:()I
            ireturn
        end local 0 // io.reactivex.internal.operators.parallel.ParallelConcatMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/parallel/ParallelConcatMap<TT;TR;>;

  public void subscribe(org.reactivestreams.Subscriber<? super R>[]);
    descriptor: ([Lorg/reactivestreams/Subscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // io.reactivex.internal.operators.parallel.ParallelConcatMap this
        start local 1 // org.reactivestreams.Subscriber[] subscribers
         0: .line 57
            aload 0 /* this */
            aload 1 /* subscribers */
            invokevirtual io.reactivex.internal.operators.parallel.ParallelConcatMap.validate:([Lorg/reactivestreams/Subscriber;)Z
            ifne 2
         1: .line 58
            return
         2: .line 61
      StackMap locals:
      StackMap stack:
            aload 1 /* subscribers */
            arraylength
            istore 2 /* n */
        start local 2 // int n
         3: .line 64
            iload 2 /* n */
            anewarray org.reactivestreams.Subscriber
            astore 3 /* parents */
        start local 3 // org.reactivestreams.Subscriber[] parents
         4: .line 66
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 8
         6: .line 67
      StackMap locals: int org.reactivestreams.Subscriber[] int
      StackMap stack:
            aload 3 /* parents */
            iload 4 /* i */
            aload 1 /* subscribers */
            iload 4 /* i */
            aaload
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelConcatMap.mapper:Lio/reactivex/functions/Function;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelConcatMap.prefetch:I
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelConcatMap.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;
            aastore
         7: .line 66
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            iload 2 /* n */
            if_icmplt 6
        end local 4 // int i
         9: .line 70
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelConcatMap.source:Lio/reactivex/parallel/ParallelFlowable;
            aload 3 /* parents */
            invokevirtual io.reactivex.parallel.ParallelFlowable.subscribe:([Lorg/reactivestreams/Subscriber;)V
        10: .line 71
            return
        end local 3 // org.reactivestreams.Subscriber[] parents
        end local 2 // int n
        end local 1 // org.reactivestreams.Subscriber[] subscribers
        end local 0 // io.reactivex.internal.operators.parallel.ParallelConcatMap this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lio/reactivex/internal/operators/parallel/ParallelConcatMap<TT;TR;>;
            0   11     1  subscribers  [Lorg/reactivestreams/Subscriber;
            3   11     2            n  I
            4   11     3      parents  [Lorg/reactivestreams/Subscriber;
            5    9     4            i  I
    Signature: ([Lorg/reactivestreams/Subscriber<-TR;>;)V
    MethodParameters:
             Name  Flags
      subscribers  
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Lio/reactivex/parallel/ParallelFlowable<TR;>;
SourceFile: "ParallelConcatMap.java"