public final class io.reactivex.internal.operators.parallel.ParallelFlatMap<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.ParallelFlatMap
  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 boolean delayError;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

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

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

  public void <init>(io.reactivex.parallel.ParallelFlowable<T>, io.reactivex.functions.Function<? super T, ? extends org.reactivestreams.Publisher<? extends R>>, boolean, int, );
    descriptor: (Lio/reactivex/parallel/ParallelFlowable;Lio/reactivex/functions/Function;ZII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // io.reactivex.internal.operators.parallel.ParallelFlatMap this
        start local 1 // io.reactivex.parallel.ParallelFlowable source
        start local 2 // io.reactivex.functions.Function mapper
        start local 3 // boolean delayError
        start local 4 // int maxConcurrency
        start local 5 // int prefetch
         0: .line 40
            aload 0 /* this */
            invokespecial io.reactivex.parallel.ParallelFlowable.<init>:()V
         1: .line 46
            aload 0 /* this */
            aload 1 /* source */
            putfield io.reactivex.internal.operators.parallel.ParallelFlatMap.source:Lio/reactivex/parallel/ParallelFlowable;
         2: .line 47
            aload 0 /* this */
            aload 2 /* mapper */
            putfield io.reactivex.internal.operators.parallel.ParallelFlatMap.mapper:Lio/reactivex/functions/Function;
         3: .line 48
            aload 0 /* this */
            iload 3 /* delayError */
            putfield io.reactivex.internal.operators.parallel.ParallelFlatMap.delayError:Z
         4: .line 49
            aload 0 /* this */
            iload 4 /* maxConcurrency */
            putfield io.reactivex.internal.operators.parallel.ParallelFlatMap.maxConcurrency:I
         5: .line 50
            aload 0 /* this */
            iload 5 /* prefetch */
            putfield io.reactivex.internal.operators.parallel.ParallelFlatMap.prefetch:I
         6: .line 51
            return
        end local 5 // int prefetch
        end local 4 // int maxConcurrency
        end local 3 // boolean delayError
        end local 2 // io.reactivex.functions.Function mapper
        end local 1 // io.reactivex.parallel.ParallelFlowable source
        end local 0 // io.reactivex.internal.operators.parallel.ParallelFlatMap this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lio/reactivex/internal/operators/parallel/ParallelFlatMap<TT;TR;>;
            0    7     1          source  Lio/reactivex/parallel/ParallelFlowable<TT;>;
            0    7     2          mapper  Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<+TR;>;>;
            0    7     3      delayError  Z
            0    7     4  maxConcurrency  I
            0    7     5        prefetch  I
    Signature: (Lio/reactivex/parallel/ParallelFlowable<TT;>;Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<+TR;>;>;ZII)V
    MethodParameters:
                Name  Flags
      source          
      mapper          
      delayError      
      maxConcurrency  
      prefetch        

  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.ParallelFlatMap this
         0: .line 55
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelFlatMap.source:Lio/reactivex/parallel/ParallelFlowable;
            invokevirtual io.reactivex.parallel.ParallelFlowable.parallelism:()I
            ireturn
        end local 0 // io.reactivex.internal.operators.parallel.ParallelFlatMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/parallel/ParallelFlatMap<TT;TR;>;

  public void subscribe(org.reactivestreams.Subscriber<? super R>[]);
    descriptor: ([Lorg/reactivestreams/Subscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=2
        start local 0 // io.reactivex.internal.operators.parallel.ParallelFlatMap this
        start local 1 // org.reactivestreams.Subscriber[] subscribers
         0: .line 60
            aload 0 /* this */
            aload 1 /* subscribers */
            invokevirtual io.reactivex.internal.operators.parallel.ParallelFlatMap.validate:([Lorg/reactivestreams/Subscriber;)Z
            ifne 2
         1: .line 61
            return
         2: .line 64
      StackMap locals:
      StackMap stack:
            aload 1 /* subscribers */
            arraylength
            istore 2 /* n */
        start local 2 // int n
         3: .line 67
            iload 2 /* n */
            anewarray org.reactivestreams.Subscriber
            astore 3 /* parents */
        start local 3 // org.reactivestreams.Subscriber[] parents
         4: .line 69
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 8
         6: .line 70
      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.ParallelFlatMap.mapper:Lio/reactivex/functions/Function;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelFlatMap.delayError:Z
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelFlatMap.maxConcurrency:I
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelFlatMap.prefetch:I
            invokestatic io.reactivex.internal.operators.flowable.FlowableFlatMap.subscribe:(Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;ZII)Lio/reactivex/FlowableSubscriber;
            aastore
         7: .line 69
            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 73
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelFlatMap.source:Lio/reactivex/parallel/ParallelFlowable;
            aload 3 /* parents */
            invokevirtual io.reactivex.parallel.ParallelFlowable.subscribe:([Lorg/reactivestreams/Subscriber;)V
        10: .line 74
            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.ParallelFlatMap this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lio/reactivex/internal/operators/parallel/ParallelFlatMap<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: "ParallelFlatMap.java"