final class io.reactivex.internal.operators.observable.ObservableOnErrorNext$OnErrorNextObserver<T> implements io.reactivex.Observer<T>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.observable.ObservableOnErrorNext$OnErrorNextObserver
super_class: java.lang.Object
{
final io.reactivex.Observer<? super T> downstream;
descriptor: Lio/reactivex/Observer;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/Observer<-TT;>;
final io.reactivex.functions.Function<? super java.lang.Throwable, ? extends io.reactivex.ObservableSource<? extends T>> nextSupplier;
descriptor: Lio/reactivex/functions/Function;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/functions/Function<-Ljava/lang/Throwable;+Lio/reactivex/ObservableSource<+TT;>;>;
final boolean allowFatal;
descriptor: Z
flags: (0x0010) ACC_FINAL
final io.reactivex.internal.disposables.SequentialDisposable arbiter;
descriptor: Lio/reactivex/internal/disposables/SequentialDisposable;
flags: (0x0010) ACC_FINAL
boolean once;
descriptor: Z
flags: (0x0000)
boolean done;
descriptor: Z
flags: (0x0000)
void <init>(io.reactivex.Observer<? super T>, io.reactivex.functions.Function<? super java.lang.Throwable, ? extends io.reactivex.ObservableSource<? extends T>>, );
descriptor: (Lio/reactivex/Observer;Lio/reactivex/functions/Function;Z)V
flags: (0x0000)
Code:
stack=3, 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.observable.ObservableOnErrorNext$OnErrorNextObserver.downstream:Lio/reactivex/Observer;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.observable.ObservableOnErrorNext$OnErrorNextObserver.nextSupplier:Lio/reactivex/functions/Function;
3: aload 0
iload 3
putfield io.reactivex.internal.operators.observable.ObservableOnErrorNext$OnErrorNextObserver.allowFatal:Z
4: aload 0
new io.reactivex.internal.disposables.SequentialDisposable
dup
invokespecial io.reactivex.internal.disposables.SequentialDisposable.<init>:()V
putfield io.reactivex.internal.operators.observable.ObservableOnErrorNext$OnErrorNextObserver.arbiter:Lio/reactivex/internal/disposables/SequentialDisposable;
5: return
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/observable/ObservableOnErrorNext$OnErrorNextObserver<TT;>;
0 6 1 actual Lio/reactivex/Observer<-TT;>;
0 6 2 nextSupplier Lio/reactivex/functions/Function<-Ljava/lang/Throwable;+Lio/reactivex/ObservableSource<+TT;>;>;
0 6 3 allowFatal Z
Signature: (Lio/reactivex/Observer<-TT;>;Lio/reactivex/functions/Function<-Ljava/lang/Throwable;+Lio/reactivex/ObservableSource<+TT;>;>;Z)V
MethodParameters:
Name Flags
actual
nextSupplier
allowFatal
public void onSubscribe(io.reactivex.disposables.Disposable);
descriptor: (Lio/reactivex/disposables/Disposable;)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.observable.ObservableOnErrorNext$OnErrorNextObserver.arbiter:Lio/reactivex/internal/disposables/SequentialDisposable;
aload 1
invokevirtual io.reactivex.internal.disposables.SequentialDisposable.replace:(Lio/reactivex/disposables/Disposable;)Z
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/observable/ObservableOnErrorNext$OnErrorNextObserver<TT;>;
0 2 1 d Lio/reactivex/disposables/Disposable;
MethodParameters:
Name Flags
d
public void onNext();
descriptor: (Ljava/lang/Object;)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.observable.ObservableOnErrorNext$OnErrorNextObserver.done:Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.observable.ObservableOnErrorNext$OnErrorNextObserver.downstream:Lio/reactivex/Observer;
aload 1
invokeinterface io.reactivex.Observer.onNext:(Ljava/lang/Object;)V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/observable/ObservableOnErrorNext$OnErrorNextObserver<TT;>;
0 4 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=4, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.observable.ObservableOnErrorNext$OnErrorNextObserver.once:Z
ifeq 6
1: aload 0
getfield io.reactivex.internal.operators.observable.ObservableOnErrorNext$OnErrorNextObserver.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.observable.ObservableOnErrorNext$OnErrorNextObserver.downstream:Lio/reactivex/Observer;
aload 1
invokeinterface io.reactivex.Observer.onError:(Ljava/lang/Throwable;)V
5: return
6: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield io.reactivex.internal.operators.observable.ObservableOnErrorNext$OnErrorNextObserver.once:Z
7: aload 0
getfield io.reactivex.internal.operators.observable.ObservableOnErrorNext$OnErrorNextObserver.allowFatal:Z
ifeq 10
aload 1
instanceof java.lang.Exception
ifne 10
8: aload 0
getfield io.reactivex.internal.operators.observable.ObservableOnErrorNext$OnErrorNextObserver.downstream:Lio/reactivex/Observer;
aload 1
invokeinterface io.reactivex.Observer.onError:(Ljava/lang/Throwable;)V
9: return
10: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.observable.ObservableOnErrorNext$OnErrorNextObserver.nextSupplier:Lio/reactivex/functions/Function;
aload 1
invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast io.reactivex.ObservableSource
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.observable.ObservableOnErrorNext$OnErrorNextObserver.downstream:Lio/reactivex/Observer;
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 io.reactivex.Observer.onError:(Ljava/lang/Throwable;)V
15: return
end local 3 start local 2 16: StackMap locals: io.reactivex.ObservableSource
StackMap stack:
aload 2
ifnonnull 21
17: new java.lang.NullPointerException
dup
ldc "Observable is null"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
astore 3
start local 3 18: aload 3
aload 1
invokevirtual java.lang.NullPointerException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
pop
19: aload 0
getfield io.reactivex.internal.operators.observable.ObservableOnErrorNext$OnErrorNextObserver.downstream:Lio/reactivex/Observer;
aload 3
invokeinterface io.reactivex.Observer.onError:(Ljava/lang/Throwable;)V
20: return
end local 3 21: StackMap locals:
StackMap stack:
aload 2
aload 0
invokeinterface io.reactivex.ObservableSource.subscribe:(Lio/reactivex/Observer;)V
22: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 23 0 this Lio/reactivex/internal/operators/observable/ObservableOnErrorNext$OnErrorNextObserver<TT;>;
0 23 1 t Ljava/lang/Throwable;
11 12 2 p Lio/reactivex/ObservableSource<+TT;>;
16 23 2 p Lio/reactivex/ObservableSource<+TT;>;
13 16 3 e Ljava/lang/Throwable;
18 21 3 npe Ljava/lang/NullPointerException;
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.observable.ObservableOnErrorNext$OnErrorNextObserver.done:Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield io.reactivex.internal.operators.observable.ObservableOnErrorNext$OnErrorNextObserver.done:Z
3: aload 0
iconst_1
putfield io.reactivex.internal.operators.observable.ObservableOnErrorNext$OnErrorNextObserver.once:Z
4: aload 0
getfield io.reactivex.internal.operators.observable.ObservableOnErrorNext$OnErrorNextObserver.downstream:Lio/reactivex/Observer;
invokeinterface io.reactivex.Observer.onComplete:()V
5: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactivex/internal/operators/observable/ObservableOnErrorNext$OnErrorNextObserver<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/Observer<TT;>;
SourceFile: "ObservableOnErrorNext.java"
NestHost: io.reactivex.internal.operators.observable.ObservableOnErrorNext
InnerClasses:
final OnErrorNextObserver = io.reactivex.internal.operators.observable.ObservableOnErrorNext$OnErrorNextObserver of io.reactivex.internal.operators.observable.ObservableOnErrorNext