public final class io.reactivex.internal.operators.parallel.ParallelDoOnNextTry<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.ParallelDoOnNextTry
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.Consumer<? super T> onNext;
descriptor: Lio/reactivex/functions/Consumer;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/functions/Consumer<-TT;>;
final io.reactivex.functions.BiFunction<? super java.lang.Long, ? super java.lang.Throwable, io.reactivex.parallel.ParallelFailureHandling> errorHandler;
descriptor: Lio/reactivex/functions/BiFunction;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/functions/BiFunction<-Ljava/lang/Long;-Ljava/lang/Throwable;Lio/reactivex/parallel/ParallelFailureHandling;>;
public void <init>(io.reactivex.parallel.ParallelFlowable<T>, io.reactivex.functions.Consumer<? super T>, io.reactivex.functions.BiFunction<? super java.lang.Long, ? super java.lang.Throwable, io.reactivex.parallel.ParallelFailureHandling>);
descriptor: (Lio/reactivex/parallel/ParallelFlowable;Lio/reactivex/functions/Consumer;Lio/reactivex/functions/BiFunction;)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.ParallelDoOnNextTry.source:Lio/reactivex/parallel/ParallelFlowable;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.parallel.ParallelDoOnNextTry.onNext:Lio/reactivex/functions/Consumer;
3: aload 0
aload 3
putfield io.reactivex.internal.operators.parallel.ParallelDoOnNextTry.errorHandler:Lio/reactivex/functions/BiFunction;
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/ParallelDoOnNextTry<TT;>;
0 5 1 source Lio/reactivex/parallel/ParallelFlowable<TT;>;
0 5 2 onNext Lio/reactivex/functions/Consumer<-TT;>;
0 5 3 errorHandler Lio/reactivex/functions/BiFunction<-Ljava/lang/Long;-Ljava/lang/Throwable;Lio/reactivex/parallel/ParallelFailureHandling;>;
Signature: (Lio/reactivex/parallel/ParallelFlowable<TT;>;Lio/reactivex/functions/Consumer<-TT;>;Lio/reactivex/functions/BiFunction<-Ljava/lang/Long;-Ljava/lang/Throwable;Lio/reactivex/parallel/ParallelFailureHandling;>;)V
MethodParameters:
Name Flags
source
onNext
errorHandler
public void subscribe(org.reactivestreams.Subscriber<? super T>[]);
descriptor: ([Lorg/reactivestreams/Subscriber;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=6, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual io.reactivex.internal.operators.parallel.ParallelDoOnNextTry.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 12
6: StackMap locals: int org.reactivestreams.Subscriber[] int
StackMap stack:
aload 1
iload 4
aaload
astore 5
start local 5 7: aload 5
instanceof io.reactivex.internal.fuseable.ConditionalSubscriber
ifeq 10
8: aload 3
iload 4
new io.reactivex.internal.operators.parallel.ParallelDoOnNextTry$ParallelDoOnNextConditionalSubscriber
dup
aload 5
checkcast io.reactivex.internal.fuseable.ConditionalSubscriber
aload 0
getfield io.reactivex.internal.operators.parallel.ParallelDoOnNextTry.onNext:Lio/reactivex/functions/Consumer;
aload 0
getfield io.reactivex.internal.operators.parallel.ParallelDoOnNextTry.errorHandler:Lio/reactivex/functions/BiFunction;
invokespecial io.reactivex.internal.operators.parallel.ParallelDoOnNextTry$ParallelDoOnNextConditionalSubscriber.<init>:(Lio/reactivex/internal/fuseable/ConditionalSubscriber;Lio/reactivex/functions/Consumer;Lio/reactivex/functions/BiFunction;)V
aastore
9: goto 11
10: StackMap locals: org.reactivestreams.Subscriber
StackMap stack:
aload 3
iload 4
new io.reactivex.internal.operators.parallel.ParallelDoOnNextTry$ParallelDoOnNextSubscriber
dup
aload 5
aload 0
getfield io.reactivex.internal.operators.parallel.ParallelDoOnNextTry.onNext:Lio/reactivex/functions/Consumer;
aload 0
getfield io.reactivex.internal.operators.parallel.ParallelDoOnNextTry.errorHandler:Lio/reactivex/functions/BiFunction;
invokespecial io.reactivex.internal.operators.parallel.ParallelDoOnNextTry$ParallelDoOnNextSubscriber.<init>:(Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Consumer;Lio/reactivex/functions/BiFunction;)V
aastore
end local 5 11: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
12: iload 4
iload 2
if_icmplt 6
end local 4 13: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelDoOnNextTry.source:Lio/reactivex/parallel/ParallelFlowable;
aload 3
invokevirtual io.reactivex.parallel.ParallelFlowable.subscribe:([Lorg/reactivestreams/Subscriber;)V
14: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lio/reactivex/internal/operators/parallel/ParallelDoOnNextTry<TT;>;
0 15 1 subscribers [Lorg/reactivestreams/Subscriber;
3 15 2 n I
4 15 3 parents [Lorg/reactivestreams/Subscriber;
5 13 4 i I
7 11 5 a Lorg/reactivestreams/Subscriber<-TT;>;
Signature: ([Lorg/reactivestreams/Subscriber<-TT;>;)V
MethodParameters:
Name Flags
subscribers
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.ParallelDoOnNextTry.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/ParallelDoOnNextTry<TT;>;
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/parallel/ParallelFlowable<TT;>;
SourceFile: "ParallelDoOnNextTry.java"
NestMembers:
io.reactivex.internal.operators.parallel.ParallelDoOnNextTry$ParallelDoOnNextConditionalSubscriber io.reactivex.internal.operators.parallel.ParallelDoOnNextTry$ParallelDoOnNextSubscriber
InnerClasses:
final ParallelDoOnNextConditionalSubscriber = io.reactivex.internal.operators.parallel.ParallelDoOnNextTry$ParallelDoOnNextConditionalSubscriber of io.reactivex.internal.operators.parallel.ParallelDoOnNextTry
final ParallelDoOnNextSubscriber = io.reactivex.internal.operators.parallel.ParallelDoOnNextTry$ParallelDoOnNextSubscriber of io.reactivex.internal.operators.parallel.ParallelDoOnNextTry