public final class io.reactivex.internal.operators.parallel.ParallelFromPublisher<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.ParallelFromPublisher
  super_class: io.reactivex.parallel.ParallelFlowable
{
  final org.reactivestreams.Publisher<? extends T> source;
    descriptor: Lorg/reactivestreams/Publisher;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/reactivestreams/Publisher<+TT;>;

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

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

  public void <init>(org.reactivestreams.Publisher<? extends T>, int, );
    descriptor: (Lorg/reactivestreams/Publisher;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.reactivex.internal.operators.parallel.ParallelFromPublisher this
        start local 1 // org.reactivestreams.Publisher source
        start local 2 // int parallelism
        start local 3 // int prefetch
         0: .line 41
            aload 0 /* this */
            invokespecial io.reactivex.parallel.ParallelFlowable.<init>:()V
         1: .line 42
            aload 0 /* this */
            aload 1 /* source */
            putfield io.reactivex.internal.operators.parallel.ParallelFromPublisher.source:Lorg/reactivestreams/Publisher;
         2: .line 43
            aload 0 /* this */
            iload 2 /* parallelism */
            putfield io.reactivex.internal.operators.parallel.ParallelFromPublisher.parallelism:I
         3: .line 44
            aload 0 /* this */
            iload 3 /* prefetch */
            putfield io.reactivex.internal.operators.parallel.ParallelFromPublisher.prefetch:I
         4: .line 45
            return
        end local 3 // int prefetch
        end local 2 // int parallelism
        end local 1 // org.reactivestreams.Publisher source
        end local 0 // io.reactivex.internal.operators.parallel.ParallelFromPublisher this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lio/reactivex/internal/operators/parallel/ParallelFromPublisher<TT;>;
            0    5     1       source  Lorg/reactivestreams/Publisher<+TT;>;
            0    5     2  parallelism  I
            0    5     3     prefetch  I
    Signature: (Lorg/reactivestreams/Publisher<+TT;>;II)V
    MethodParameters:
             Name  Flags
      source       
      parallelism  
      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.ParallelFromPublisher this
         0: .line 49
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelFromPublisher.parallelism:I
            ireturn
        end local 0 // io.reactivex.internal.operators.parallel.ParallelFromPublisher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/parallel/ParallelFromPublisher<TT;>;

  public void subscribe(org.reactivestreams.Subscriber<? super T>[]);
    descriptor: ([Lorg/reactivestreams/Subscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.parallel.ParallelFromPublisher this
        start local 1 // org.reactivestreams.Subscriber[] subscribers
         0: .line 54
            aload 0 /* this */
            aload 1 /* subscribers */
            invokevirtual io.reactivex.internal.operators.parallel.ParallelFromPublisher.validate:([Lorg/reactivestreams/Subscriber;)Z
            ifne 2
         1: .line 55
            return
         2: .line 58
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelFromPublisher.source:Lorg/reactivestreams/Publisher;
            new io.reactivex.internal.operators.parallel.ParallelFromPublisher$ParallelDispatcher
            dup
            aload 1 /* subscribers */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelFromPublisher.prefetch:I
            invokespecial io.reactivex.internal.operators.parallel.ParallelFromPublisher$ParallelDispatcher.<init>:([Lorg/reactivestreams/Subscriber;I)V
            invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
         3: .line 59
            return
        end local 1 // org.reactivestreams.Subscriber[] subscribers
        end local 0 // io.reactivex.internal.operators.parallel.ParallelFromPublisher this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lio/reactivex/internal/operators/parallel/ParallelFromPublisher<TT;>;
            0    4     1  subscribers  [Lorg/reactivestreams/Subscriber;
    Signature: ([Lorg/reactivestreams/Subscriber<-TT;>;)V
    MethodParameters:
             Name  Flags
      subscribers  
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/parallel/ParallelFlowable<TT;>;
SourceFile: "ParallelFromPublisher.java"
NestMembers:
  io.reactivex.internal.operators.parallel.ParallelFromPublisher$ParallelDispatcher  io.reactivex.internal.operators.parallel.ParallelFromPublisher$ParallelDispatcher$RailSubscription
InnerClasses:
  final ParallelDispatcher = io.reactivex.internal.operators.parallel.ParallelFromPublisher$ParallelDispatcher of io.reactivex.internal.operators.parallel.ParallelFromPublisher