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 start local 1 0: aload 0
invokespecial io.reactivex.parallel.ParallelFlowable.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.parallel.ParallelFromArray.sources:[Lorg/reactivestreams/Publisher;
2: return
end local 1 end local 0 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 0: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelFromArray.sources:[Lorg/reactivestreams/Publisher;
arraylength
ireturn
end local 0 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 start local 1 0: aload 0
aload 1
invokevirtual io.reactivex.internal.operators.parallel.ParallelFromArray.validate:([Lorg/reactivestreams/Subscriber;)Z
ifne 2
1: return
2: StackMap locals:
StackMap stack:
aload 1
arraylength
istore 2
start local 2 3: iconst_0
istore 3
start local 3 4: goto 7
5: StackMap locals: int int
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.parallel.ParallelFromArray.sources:[Lorg/reactivestreams/Publisher;
iload 3
aaload
aload 1
iload 3
aaload
invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
6: iinc 3 1
StackMap locals:
StackMap stack:
7: iload 3
iload 2
if_icmplt 5
end local 3 8: return
end local 2 end local 1 end local 0 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"