public final class io.reactivex.internal.operators.parallel.ParallelFromArray<T> extends io.reactivex.parallel.ParallelFlowable<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.parallel.ParallelFromArray
  super_class: io.reactivex.parallel.ParallelFlowable
{
  final org.reactivestreams.Publisher<T>[] sources;
    descriptor: [Lorg/reactivestreams/Publisher;
    flags: (0x0010) ACC_FINAL
    Signature: [Lorg/reactivestreams/Publisher<TT;>;

  public void <init>(org.reactivestreams.Publisher<T>[]);
    descriptor: ([Lorg/reactivestreams/Publisher;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.parallel.ParallelFromArray this
        start local 1 // org.reactivestreams.Publisher[] sources
         0: .line 29
            aload 0 /* this */
            invokespecial io.reactivex.parallel.ParallelFlowable.<init>:()V
         1: .line 30
            aload 0 /* this */
            aload 1 /* sources */
            putfield io.reactivex.internal.operators.parallel.ParallelFromArray.sources:[Lorg/reactivestreams/Publisher;
         2: .line 31
            return
        end local 1 // org.reactivestreams.Publisher[] sources
        end local 0 // io.reactivex.internal.operators.parallel.ParallelFromArray this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/reactivex/internal/operators/parallel/ParallelFromArray<TT;>;
            0    3     1  sources  [Lorg/reactivestreams/Publisher;
    Signature: ([Lorg/reactivestreams/Publisher<TT;>;)V
    MethodParameters:
         Name  Flags
      sources  

  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.ParallelFromArray this
         0: .line 35
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelFromArray.sources:[Lorg/reactivestreams/Publisher;
            arraylength
            ireturn
        end local 0 // io.reactivex.internal.operators.parallel.ParallelFromArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/parallel/ParallelFromArray<TT;>;

  public void subscribe(org.reactivestreams.Subscriber<? super T>[]);
    descriptor: ([Lorg/reactivestreams/Subscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.parallel.ParallelFromArray this
        start local 1 // org.reactivestreams.Subscriber[] subscribers
         0: .line 40
            aload 0 /* this */
            aload 1 /* subscribers */
            invokevirtual io.reactivex.internal.operators.parallel.ParallelFromArray.validate:([Lorg/reactivestreams/Subscriber;)Z
            ifne 2
         1: .line 41
            return
         2: .line 44
      StackMap locals:
      StackMap stack:
            aload 1 /* subscribers */
            arraylength
            istore 2 /* n */
        start local 2 // int n
         3: .line 46
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 7
         5: .line 47
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelFromArray.sources:[Lorg/reactivestreams/Publisher;
            iload 3 /* i */
            aaload
            aload 1 /* subscribers */
            iload 3 /* i */
            aaload
            invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
         6: .line 46
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 2 /* n */
            if_icmplt 5
        end local 3 // int i
         8: .line 49
            return
        end local 2 // int n
        end local 1 // org.reactivestreams.Subscriber[] subscribers
        end local 0 // io.reactivex.internal.operators.parallel.ParallelFromArray this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lio/reactivex/internal/operators/parallel/ParallelFromArray<TT;>;
            0    9     1  subscribers  [Lorg/reactivestreams/Subscriber;
            3    9     2            n  I
            4    8     3            i  I
    Signature: ([Lorg/reactivestreams/Subscriber<-TT;>;)V
    MethodParameters:
             Name  Flags
      subscribers  
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/parallel/ParallelFlowable<TT;>;
SourceFile: "ParallelFromArray.java"