final class io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber<T, R> implements io.reactivex.internal.fuseable.ConditionalSubscriber<T>, org.reactivestreams.Subscription
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber
super_class: java.lang.Object
{
final io.reactivex.internal.fuseable.ConditionalSubscriber<? super R> downstream;
descriptor: Lio/reactivex/internal/fuseable/ConditionalSubscriber;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/internal/fuseable/ConditionalSubscriber<-TR;>;
final io.reactivex.functions.Function<? super T, ? extends R> mapper;
descriptor: Lio/reactivex/functions/Function;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/functions/Function<-TT;+TR;>;
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;>;
org.reactivestreams.Subscription upstream;
descriptor: Lorg/reactivestreams/Subscription;
flags: (0x0000)
boolean done;
descriptor: Z
flags: (0x0000)
private static volatile int[] $SWITCH_TABLE$io$reactivex$parallel$ParallelFailureHandling;
descriptor: [I
flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC
void <init>(io.reactivex.internal.fuseable.ConditionalSubscriber<? super R>, io.reactivex.functions.Function<? super T, ? extends R>, io.reactivex.functions.BiFunction<? super java.lang.Long, ? super java.lang.Throwable, io.reactivex.parallel.ParallelFailureHandling>);
descriptor: (Lio/reactivex/internal/fuseable/ConditionalSubscriber;Lio/reactivex/functions/Function;Lio/reactivex/functions/BiFunction;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.downstream:Lio/reactivex/internal/fuseable/ConditionalSubscriber;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.mapper:Lio/reactivex/functions/Function;
3: aload 0
aload 3
putfield io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.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/ParallelMapTry$ParallelMapTryConditionalSubscriber<TT;TR;>;
0 5 1 actual Lio/reactivex/internal/fuseable/ConditionalSubscriber<-TR;>;
0 5 2 mapper Lio/reactivex/functions/Function<-TT;+TR;>;
0 5 3 errorHandler Lio/reactivex/functions/BiFunction<-Ljava/lang/Long;-Ljava/lang/Throwable;Lio/reactivex/parallel/ParallelFailureHandling;>;
Signature: (Lio/reactivex/internal/fuseable/ConditionalSubscriber<-TR;>;Lio/reactivex/functions/Function<-TT;+TR;>;Lio/reactivex/functions/BiFunction<-Ljava/lang/Long;-Ljava/lang/Throwable;Lio/reactivex/parallel/ParallelFailureHandling;>;)V
MethodParameters:
Name Flags
actual
mapper
errorHandler
public void request(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.upstream:Lorg/reactivestreams/Subscription;
lload 1
invokeinterface org.reactivestreams.Subscription.request:(J)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/parallel/ParallelMapTry$ParallelMapTryConditionalSubscriber<TT;TR;>;
0 2 1 n J
MethodParameters:
Name Flags
n
public void cancel();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.upstream:Lorg/reactivestreams/Subscription;
invokeinterface org.reactivestreams.Subscription.cancel:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/parallel/ParallelMapTry$ParallelMapTryConditionalSubscriber<TT;TR;>;
public void onSubscribe(org.reactivestreams.Subscription);
descriptor: (Lorg/reactivestreams/Subscription;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.upstream:Lorg/reactivestreams/Subscription;
aload 1
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
ifeq 3
1: aload 0
aload 1
putfield io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.upstream:Lorg/reactivestreams/Subscription;
2: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.downstream:Lio/reactivex/internal/fuseable/ConditionalSubscriber;
aload 0
invokeinterface io.reactivex.internal.fuseable.ConditionalSubscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
3: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/parallel/ParallelMapTry$ParallelMapTryConditionalSubscriber<TT;TR;>;
0 4 1 s Lorg/reactivestreams/Subscription;
MethodParameters:
Name Flags
s
public void onNext();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.tryOnNext:(Ljava/lang/Object;)Z
ifne 2
aload 0
getfield io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.done:Z
ifne 2
1: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.upstream:Lorg/reactivestreams/Subscription;
lconst_1
invokeinterface org.reactivestreams.Subscription.request:(J)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/parallel/ParallelMapTry$ParallelMapTryConditionalSubscriber<TT;TR;>;
0 3 1 t TT;
Signature: (TT;)V
MethodParameters:
Name Flags
t
public boolean tryOnNext();
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=8, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.done:Z
ifeq 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
lconst_0
lstore 2
start local 2 3: StackMap locals: long
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.mapper:Lio/reactivex/functions/Function;
aload 1
invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
ldc "The mapper returned a null value"
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
astore 4
start local 4 4: goto 23
end local 4 StackMap locals:
StackMap stack: java.lang.Throwable
5: astore 5
start local 5 6: aload 5
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
7: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.errorHandler:Lio/reactivex/functions/BiFunction;
lload 2
lconst_1
ladd
dup2
lstore 2
invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
aload 5
invokeinterface io.reactivex.functions.BiFunction.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
checkcast io.reactivex.parallel.ParallelFailureHandling
ldc "The errorHandler returned a null item"
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast io.reactivex.parallel.ParallelFailureHandling
astore 6
start local 6 8: goto 14
end local 6 StackMap locals: io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber java.lang.Object long top java.lang.Throwable
StackMap stack: java.lang.Throwable
9: astore 7
start local 7 10: aload 7
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
11: aload 0
invokevirtual io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.cancel:()V
12: aload 0
new io.reactivex.exceptions.CompositeException
dup
iconst_2
anewarray java.lang.Throwable
dup
iconst_0
aload 5
aastore
dup
iconst_1
aload 7
aastore
invokespecial io.reactivex.exceptions.CompositeException.<init>:([Ljava/lang/Throwable;)V
invokevirtual io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.onError:(Ljava/lang/Throwable;)V
13: iconst_0
ireturn
end local 7 start local 6 14: StackMap locals: io.reactivex.parallel.ParallelFailureHandling
StackMap stack:
invokestatic io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.$SWITCH_TABLE$io$reactivex$parallel$ParallelFailureHandling:()[I
aload 6
invokevirtual io.reactivex.parallel.ParallelFailureHandling.ordinal:()I
iaload
tableswitch { // 1 - 4
1: 17
2: 20
3: 16
4: 15
default: 20
}
15: StackMap locals:
StackMap stack:
goto 3
16: StackMap locals:
StackMap stack:
iconst_0
ireturn
17: StackMap locals:
StackMap stack:
aload 0
invokevirtual io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.cancel:()V
18: aload 0
invokevirtual io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.onComplete:()V
19: iconst_0
ireturn
20: StackMap locals:
StackMap stack:
aload 0
invokevirtual io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.cancel:()V
21: aload 0
aload 5
invokevirtual io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.onError:(Ljava/lang/Throwable;)V
22: iconst_0
ireturn
end local 6 end local 5 start local 4 23: StackMap locals: io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber java.lang.Object long java.lang.Object
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.downstream:Lio/reactivex/internal/fuseable/ConditionalSubscriber;
aload 4
invokeinterface io.reactivex.internal.fuseable.ConditionalSubscriber.tryOnNext:(Ljava/lang/Object;)Z
ireturn
end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 24 0 this Lio/reactivex/internal/operators/parallel/ParallelMapTry$ParallelMapTryConditionalSubscriber<TT;TR;>;
0 24 1 t TT;
3 24 2 retries J
4 5 4 v TR;
23 24 4 v TR;
6 23 5 ex Ljava/lang/Throwable;
8 9 6 h Lio/reactivex/parallel/ParallelFailureHandling;
14 23 6 h Lio/reactivex/parallel/ParallelFailureHandling;
10 14 7 exc Ljava/lang/Throwable;
Exception table:
from to target type
3 4 5 Class java.lang.Throwable
7 8 9 Class java.lang.Throwable
Signature: (TT;)Z
MethodParameters:
Name Flags
t
public void onError(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.done:Z
ifeq 3
1: aload 1
invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
2: return
3: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.done:Z
4: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.downstream:Lio/reactivex/internal/fuseable/ConditionalSubscriber;
aload 1
invokeinterface io.reactivex.internal.fuseable.ConditionalSubscriber.onError:(Ljava/lang/Throwable;)V
5: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactivex/internal/operators/parallel/ParallelMapTry$ParallelMapTryConditionalSubscriber<TT;TR;>;
0 6 1 t Ljava/lang/Throwable;
MethodParameters:
Name Flags
t
public void onComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.done:Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.done:Z
3: aload 0
getfield io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.downstream:Lio/reactivex/internal/fuseable/ConditionalSubscriber;
invokeinterface io.reactivex.internal.fuseable.ConditionalSubscriber.onComplete:()V
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/parallel/ParallelMapTry$ParallelMapTryConditionalSubscriber<TT;TR;>;
static int[] $SWITCH_TABLE$io$reactivex$parallel$ParallelFailureHandling();
descriptor: ()[I
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=3, locals=1, args_size=0
0: getstatic io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.$SWITCH_TABLE$io$reactivex$parallel$ParallelFailureHandling:[I
dup
ifnull 1
areturn
StackMap locals:
StackMap stack: int[]
1: pop
invokestatic io.reactivex.parallel.ParallelFailureHandling.values:()[Lio/reactivex/parallel/ParallelFailureHandling;
arraylength
newarray 10
astore 0
2: aload 0
getstatic io.reactivex.parallel.ParallelFailureHandling.ERROR:Lio/reactivex/parallel/ParallelFailureHandling;
invokevirtual io.reactivex.parallel.ParallelFailureHandling.ordinal:()I
iconst_2
iastore
3: goto 5
StackMap locals: int[]
StackMap stack: java.lang.NoSuchFieldError
4: pop
StackMap locals:
StackMap stack:
5: aload 0
getstatic io.reactivex.parallel.ParallelFailureHandling.RETRY:Lio/reactivex/parallel/ParallelFailureHandling;
invokevirtual io.reactivex.parallel.ParallelFailureHandling.ordinal:()I
iconst_4
iastore
6: goto 8
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
7: pop
StackMap locals:
StackMap stack:
8: aload 0
getstatic io.reactivex.parallel.ParallelFailureHandling.SKIP:Lio/reactivex/parallel/ParallelFailureHandling;
invokevirtual io.reactivex.parallel.ParallelFailureHandling.ordinal:()I
iconst_3
iastore
9: goto 11
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
10: pop
StackMap locals:
StackMap stack:
11: aload 0
getstatic io.reactivex.parallel.ParallelFailureHandling.STOP:Lio/reactivex/parallel/ParallelFailureHandling;
invokevirtual io.reactivex.parallel.ParallelFailureHandling.ordinal:()I
iconst_1
iastore
12: goto 14
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
13: pop
StackMap locals:
StackMap stack:
14: aload 0
dup
putstatic io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber.$SWITCH_TABLE$io$reactivex$parallel$ParallelFailureHandling:[I
areturn
LocalVariableTable:
Start End Slot Name Signature
Exception table:
from to target type
2 3 4 Class java.lang.NoSuchFieldError
5 6 7 Class java.lang.NoSuchFieldError
8 9 10 Class java.lang.NoSuchFieldError
11 12 13 Class java.lang.NoSuchFieldError
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/internal/fuseable/ConditionalSubscriber<TT;>;Lorg/reactivestreams/Subscription;
SourceFile: "ParallelMapTry.java"
NestHost: io.reactivex.internal.operators.parallel.ParallelMapTry
InnerClasses:
final ParallelMapTryConditionalSubscriber = io.reactivex.internal.operators.parallel.ParallelMapTry$ParallelMapTryConditionalSubscriber of io.reactivex.internal.operators.parallel.ParallelMapTry