public final class io.reactivex.internal.operators.parallel.ParallelConcatMap<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.ParallelConcatMap
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 int prefetch;
descriptor: I
flags: (0x0010) ACC_FINAL
final io.reactivex.internal.util.ErrorMode errorMode;
descriptor: Lio/reactivex/internal/util/ErrorMode;
flags: (0x0010) ACC_FINAL
public void <init>(io.reactivex.parallel.ParallelFlowable<T>, io.reactivex.functions.Function<? super T, ? extends org.reactivestreams.Publisher<? extends R>>, int, io.reactivex.internal.util.ErrorMode);
descriptor: (Lio/reactivex/parallel/ParallelFlowable;Lio/reactivex/functions/Function;ILio/reactivex/internal/util/ErrorMode;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial io.reactivex.parallel.ParallelFlowable.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.parallel.ParallelConcatMap.source:Lio/reactivex/parallel/ParallelFlowable;
2: aload 0
aload 2
ldc "mapper"
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast io.reactivex.functions.Function
putfield io.reactivex.internal.operators.parallel.ParallelConcatMap.mapper:Lio/reactivex/functions/Function;
3: aload 0
iload 3
putfield io.reactivex.internal.operators.parallel.ParallelConcatMap.prefetch:I
4: aload 0
aload 4
ldc "errorMode"
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast io.reactivex.internal.util.ErrorMode
putfield io.reactivex.internal.operators.parallel.ParallelConcatMap.errorMode:Lio/reactivex/internal/util/ErrorMode;
5: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactivex/internal/operators/parallel/ParallelConcatMap<TT;TR;>;
0 6 1 source Lio/reactivex/parallel/ParallelFlowable<TT;>;
0 6 2 mapper Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<+TR;>;>;
0 6 3 prefetch I
0 6 4 errorMode Lio/reactivex/internal/util/ErrorMode;
Signature: (Lio/reactivex/parallel/ParallelFlowable<TT;>;Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<+TR;>;>;ILio/reactivex/internal/util/ErrorMode;)V
MethodParameters:
Name Flags
source
mapper
prefetch
errorMode
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.ParallelConcatMap.source:Lio/reactivex/parallel/ParallelFlowable;
invokevirtual io.reactivex.parallel.ParallelFlowable.parallelism:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/operators/parallel/ParallelConcatMap<TT;TR;>;
public void subscribe(org.reactivestreams.Subscriber<? super R>[]);
descriptor: ([Lorg/reactivestreams/Subscriber;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual io.reactivex.internal.operators.parallel.ParallelConcatMap.validate:([Lorg/reactivestreams/Subscriber;)Z
ifne 2
1: return
2: StackMap locals:
StackMap stack:
aload 1
arraylength
istore 2
start local 2 3: iload 2
anewarray org.reactivestreams.Subscriber
astore 3
start local 3 4: iconst_0
istore 4
start local 4 5: goto 8
6: StackMap locals: int org.reactivestreams.Subscriber[] int
StackMap stack:
aload 3
iload 4
aload 1
iload 4
aaload
aload 0
getfield io.reactivex.internal.operators.parallel.ParallelConcatMap.mapper:Lio/reactivex/functions/Function;
aload 0
getfield io.reactivex.internal.operators.parallel.ParallelConcatMap.prefetch:I
aload 0
getfield io.reactivex.internal.operators.parallel.ParallelConcatMap.errorMode:Lio/reactivex/internal/util/ErrorMode;
invokestatic io.reactivex.internal.operators.flowable.FlowableConcatMap.subscribe:(Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;ILio/reactivex/internal/util/ErrorMode;)Lorg/reactivestreams/Subscriber;
aastore
7: iinc 4 1
StackMap locals:
StackMap stack:
8: iload 4
iload 2
if_icmplt 6
end local 4 9: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelConcatMap.source:Lio/reactivex/parallel/ParallelFlowable;
aload 3
invokevirtual io.reactivex.parallel.ParallelFlowable.subscribe:([Lorg/reactivestreams/Subscriber;)V
10: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lio/reactivex/internal/operators/parallel/ParallelConcatMap<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: "ParallelConcatMap.java"