public final class io.reactivex.internal.operators.parallel.ParallelJoin<T> extends io.reactivex.Flowable<T>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.parallel.ParallelJoin
super_class: io.reactivex.Flowable
{
final io.reactivex.parallel.ParallelFlowable<? extends T> source;
descriptor: Lio/reactivex/parallel/ParallelFlowable;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/parallel/ParallelFlowable<+TT;>;
final int prefetch;
descriptor: I
flags: (0x0010) ACC_FINAL
final boolean delayErrors;
descriptor: Z
flags: (0x0010) ACC_FINAL
public void <init>(io.reactivex.parallel.ParallelFlowable<? extends T>, int, );
descriptor: (Lio/reactivex/parallel/ParallelFlowable;IZ)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 // io.reactivex.internal.operators.parallel.ParallelJoin this
start local 1 // io.reactivex.parallel.ParallelFlowable source
start local 2 // int prefetch
start local 3 // boolean delayErrors
0: .line 43
aload 0 /* this */
invokespecial io.reactivex.Flowable.<init>:()V
1: .line 44
aload 0 /* this */
aload 1 /* source */
putfield io.reactivex.internal.operators.parallel.ParallelJoin.source:Lio/reactivex/parallel/ParallelFlowable;
2: .line 45
aload 0 /* this */
iload 2 /* prefetch */
putfield io.reactivex.internal.operators.parallel.ParallelJoin.prefetch:I
3: .line 46
aload 0 /* this */
iload 3 /* delayErrors */
putfield io.reactivex.internal.operators.parallel.ParallelJoin.delayErrors:Z
4: .line 47
return
end local 3 // boolean delayErrors
end local 2 // int prefetch
end local 1 // io.reactivex.parallel.ParallelFlowable source
end local 0 // io.reactivex.internal.operators.parallel.ParallelJoin this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/parallel/ParallelJoin<TT;>;
0 5 1 source Lio/reactivex/parallel/ParallelFlowable<+TT;>;
0 5 2 prefetch I
0 5 3 delayErrors Z
Signature: (Lio/reactivex/parallel/ParallelFlowable<+TT;>;IZ)V
MethodParameters:
Name Flags
source
prefetch
delayErrors
protected void subscribeActual(org.reactivestreams.Subscriber<? super T>);
descriptor: (Lorg/reactivestreams/Subscriber;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=3, args_size=2
start local 0 // io.reactivex.internal.operators.parallel.ParallelJoin this
start local 1 // org.reactivestreams.Subscriber s
0: .line 52
aload 0 /* this */
getfield io.reactivex.internal.operators.parallel.ParallelJoin.delayErrors:Z
ifeq 3
1: .line 53
new io.reactivex.internal.operators.parallel.ParallelJoin$JoinSubscriptionDelayError
dup
aload 1 /* s */
aload 0 /* this */
getfield io.reactivex.internal.operators.parallel.ParallelJoin.source:Lio/reactivex/parallel/ParallelFlowable;
invokevirtual io.reactivex.parallel.ParallelFlowable.parallelism:()I
aload 0 /* this */
getfield io.reactivex.internal.operators.parallel.ParallelJoin.prefetch:I
invokespecial io.reactivex.internal.operators.parallel.ParallelJoin$JoinSubscriptionDelayError.<init>:(Lorg/reactivestreams/Subscriber;II)V
astore 2 /* parent */
start local 2 // io.reactivex.internal.operators.parallel.ParallelJoin$JoinSubscriptionBase parent
2: .line 54
goto 4
end local 2 // io.reactivex.internal.operators.parallel.ParallelJoin$JoinSubscriptionBase parent
3: .line 55
StackMap locals:
StackMap stack:
new io.reactivex.internal.operators.parallel.ParallelJoin$JoinSubscription
dup
aload 1 /* s */
aload 0 /* this */
getfield io.reactivex.internal.operators.parallel.ParallelJoin.source:Lio/reactivex/parallel/ParallelFlowable;
invokevirtual io.reactivex.parallel.ParallelFlowable.parallelism:()I
aload 0 /* this */
getfield io.reactivex.internal.operators.parallel.ParallelJoin.prefetch:I
invokespecial io.reactivex.internal.operators.parallel.ParallelJoin$JoinSubscription.<init>:(Lorg/reactivestreams/Subscriber;II)V
astore 2 /* parent */
start local 2 // io.reactivex.internal.operators.parallel.ParallelJoin$JoinSubscriptionBase parent
4: .line 57
StackMap locals: io.reactivex.internal.operators.parallel.ParallelJoin$JoinSubscriptionBase
StackMap stack:
aload 1 /* s */
aload 2 /* parent */
invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
5: .line 58
aload 0 /* this */
getfield io.reactivex.internal.operators.parallel.ParallelJoin.source:Lio/reactivex/parallel/ParallelFlowable;
aload 2 /* parent */
getfield io.reactivex.internal.operators.parallel.ParallelJoin$JoinSubscriptionBase.subscribers:[Lio/reactivex/internal/operators/parallel/ParallelJoin$JoinInnerSubscriber;
invokevirtual io.reactivex.parallel.ParallelFlowable.subscribe:([Lorg/reactivestreams/Subscriber;)V
6: .line 59
return
end local 2 // io.reactivex.internal.operators.parallel.ParallelJoin$JoinSubscriptionBase parent
end local 1 // org.reactivestreams.Subscriber s
end local 0 // io.reactivex.internal.operators.parallel.ParallelJoin this
LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/reactivex/internal/operators/parallel/ParallelJoin<TT;>;
0 7 1 s Lorg/reactivestreams/Subscriber<-TT;>;
2 3 2 parent Lio/reactivex/internal/operators/parallel/ParallelJoin$JoinSubscriptionBase<TT;>;
4 7 2 parent Lio/reactivex/internal/operators/parallel/ParallelJoin$JoinSubscriptionBase<TT;>;
Signature: (Lorg/reactivestreams/Subscriber<-TT;>;)V
MethodParameters:
Name Flags
s
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/Flowable<TT;>;
SourceFile: "ParallelJoin.java"
NestMembers:
io.reactivex.internal.operators.parallel.ParallelJoin$JoinInnerSubscriber io.reactivex.internal.operators.parallel.ParallelJoin$JoinSubscription io.reactivex.internal.operators.parallel.ParallelJoin$JoinSubscriptionBase io.reactivex.internal.operators.parallel.ParallelJoin$JoinSubscriptionDelayError
InnerClasses:
final JoinInnerSubscriber = io.reactivex.internal.operators.parallel.ParallelJoin$JoinInnerSubscriber of io.reactivex.internal.operators.parallel.ParallelJoin
final JoinSubscription = io.reactivex.internal.operators.parallel.ParallelJoin$JoinSubscription of io.reactivex.internal.operators.parallel.ParallelJoin
abstract JoinSubscriptionBase = io.reactivex.internal.operators.parallel.ParallelJoin$JoinSubscriptionBase of io.reactivex.internal.operators.parallel.ParallelJoin
final JoinSubscriptionDelayError = io.reactivex.internal.operators.parallel.ParallelJoin$JoinSubscriptionDelayError of io.reactivex.internal.operators.parallel.ParallelJoin