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 start local 1 start local 2 start local 3 0: aload 0
invokespecial io.reactivex.parallel.ParallelFlowable.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.parallel.ParallelFromPublisher.source:Lorg/reactivestreams/Publisher;
2: aload 0
iload 2
putfield io.reactivex.internal.operators.parallel.ParallelFromPublisher.parallelism:I
3: aload 0
iload 3
putfield io.reactivex.internal.operators.parallel.ParallelFromPublisher.prefetch:I
4: return
end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelFromPublisher.parallelism:I
ireturn
end local 0 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 start local 1 0: aload 0
aload 1
invokevirtual io.reactivex.internal.operators.parallel.ParallelFromPublisher.validate:([Lorg/reactivestreams/Subscriber;)Z
ifne 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.parallel.ParallelFromPublisher.source:Lorg/reactivestreams/Publisher;
new io.reactivex.internal.operators.parallel.ParallelFromPublisher$ParallelDispatcher
dup
aload 1
aload 0
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: return
end local 1 end local 0 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