final class io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber<T> extends io.reactivex.internal.subscriptions.SubscriptionArbiter implements io.reactivex.FlowableSubscriber<T>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber
super_class: io.reactivex.internal.subscriptions.SubscriptionArbiter
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 4063763155303814625
final org.reactivestreams.Subscriber<? super T> downstream;
descriptor: Lorg/reactivestreams/Subscriber;
flags: (0x0010) ACC_FINAL
Signature: Lorg/reactivestreams/Subscriber<-TT;>;
final io.reactivex.functions.Function<? super java.lang.Throwable, ? extends org.reactivestreams.Publisher<? extends T>> nextSupplier;
descriptor: Lio/reactivex/functions/Function;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/functions/Function<-Ljava/lang/Throwable;+Lorg/reactivestreams/Publisher<+TT;>;>;
final boolean allowFatal;
descriptor: Z
flags: (0x0010) ACC_FINAL
boolean once;
descriptor: Z
flags: (0x0000)
boolean done;
descriptor: Z
flags: (0x0000)
long produced;
descriptor: J
flags: (0x0000)
void <init>(org.reactivestreams.Subscriber<? super T>, io.reactivex.functions.Function<? super java.lang.Throwable, ? extends org.reactivestreams.Publisher<? extends T>>, );
descriptor: (Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;Z)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
iconst_0
invokespecial io.reactivex.internal.subscriptions.SubscriptionArbiter.<init>:(Z)V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.downstream:Lorg/reactivestreams/Subscriber;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.nextSupplier:Lio/reactivex/functions/Function;
3: aload 0
iload 3
putfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.allowFatal:Z
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/flowable/FlowableOnErrorNext$OnErrorNextSubscriber<TT;>;
0 5 1 actual Lorg/reactivestreams/Subscriber<-TT;>;
0 5 2 nextSupplier Lio/reactivex/functions/Function<-Ljava/lang/Throwable;+Lorg/reactivestreams/Publisher<+TT;>;>;
0 5 3 allowFatal Z
Signature: (Lorg/reactivestreams/Subscriber<-TT;>;Lio/reactivex/functions/Function<-Ljava/lang/Throwable;+Lorg/reactivestreams/Publisher<+TT;>;>;Z)V
MethodParameters:
Name Flags
actual
nextSupplier
allowFatal
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
aload 1
invokevirtual io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.setSubscription:(Lorg/reactivestreams/Subscription;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableOnErrorNext$OnErrorNextSubscriber<TT;>;
0 2 1 s Lorg/reactivestreams/Subscription;
MethodParameters:
Name Flags
s
public void onNext();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.done:Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.once:Z
ifne 4
3: aload 0
dup
getfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.produced:J
lconst_1
ladd
putfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.produced:J
4: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 1
invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
5: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactivex/internal/operators/flowable/FlowableOnErrorNext$OnErrorNextSubscriber<TT;>;
0 6 1 t TT;
Signature: (TT;)V
MethodParameters:
Name Flags
t
public void onError(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.once:Z
ifeq 6
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.done:Z
ifeq 4
2: aload 1
invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
3: return
4: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 1
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
5: return
6: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.once:Z
7: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.allowFatal:Z
ifeq 10
aload 1
instanceof java.lang.Exception
ifne 10
8: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 1
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
9: return
10: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.nextSupplier:Lio/reactivex/functions/Function;
aload 1
invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast org.reactivestreams.Publisher
ldc "The nextSupplier returned a null Publisher"
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast org.reactivestreams.Publisher
astore 2
start local 2 11: goto 16
end local 2 StackMap locals:
StackMap stack: java.lang.Throwable
12: astore 3
start local 3 13: aload 3
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
14: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.downstream:Lorg/reactivestreams/Subscriber;
new io.reactivex.exceptions.CompositeException
dup
iconst_2
anewarray java.lang.Throwable
dup
iconst_0
aload 1
aastore
dup
iconst_1
aload 3
aastore
invokespecial io.reactivex.exceptions.CompositeException.<init>:([Ljava/lang/Throwable;)V
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
15: return
end local 3 start local 2 16: StackMap locals: org.reactivestreams.Publisher
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.produced:J
lstore 3
start local 3 17: lload 3
lconst_0
lcmp
ifeq 19
18: aload 0
lload 3
invokevirtual io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.produced:(J)V
19: StackMap locals: long
StackMap stack:
aload 2
aload 0
invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
20: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Lio/reactivex/internal/operators/flowable/FlowableOnErrorNext$OnErrorNextSubscriber<TT;>;
0 21 1 t Ljava/lang/Throwable;
11 12 2 p Lorg/reactivestreams/Publisher<+TT;>;
16 21 2 p Lorg/reactivestreams/Publisher<+TT;>;
13 16 3 e Ljava/lang/Throwable;
17 21 3 mainProduced J
Exception table:
from to target type
10 11 12 Class java.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.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.done:Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.done:Z
3: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.once:Z
4: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber.downstream:Lorg/reactivestreams/Subscriber;
invokeinterface org.reactivestreams.Subscriber.onComplete:()V
5: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactivex/internal/operators/flowable/FlowableOnErrorNext$OnErrorNextSubscriber<TT;>;
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/internal/subscriptions/SubscriptionArbiter;Lio/reactivex/FlowableSubscriber<TT;>;
SourceFile: "FlowableOnErrorNext.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableOnErrorNext
InnerClasses:
final OnErrorNextSubscriber = io.reactivex.internal.operators.flowable.FlowableOnErrorNext$OnErrorNextSubscriber of io.reactivex.internal.operators.flowable.FlowableOnErrorNext