final class io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver<T, R> implements io.reactivex.Observer<T>, io.reactivex.disposables.Disposable
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver
super_class: java.lang.Object
{
final io.reactivex.Observer<? super R> downstream;
descriptor: Lio/reactivex/Observer;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/Observer<-TR;>;
final io.reactivex.functions.BiFunction<R, ? super T, R> accumulator;
descriptor: Lio/reactivex/functions/BiFunction;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/functions/BiFunction<TR;-TT;TR;>;
R value;
descriptor: Ljava/lang/Object;
flags: (0x0000)
Signature: TR;
io.reactivex.disposables.Disposable upstream;
descriptor: Lio/reactivex/disposables/Disposable;
flags: (0x0000)
boolean done;
descriptor: Z
flags: (0x0000)
void <init>(io.reactivex.Observer<? super R>, io.reactivex.functions.BiFunction<R, ? super T, R>, );
descriptor: (Lio/reactivex/Observer;Lio/reactivex/functions/BiFunction;Ljava/lang/Object;)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.observable.ObservableScanSeed$ScanSeedObserver.downstream:Lio/reactivex/Observer;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.accumulator:Lio/reactivex/functions/BiFunction;
3: aload 0
aload 3
putfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.value:Ljava/lang/Object;
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/observable/ObservableScanSeed$ScanSeedObserver<TT;TR;>;
0 5 1 actual Lio/reactivex/Observer<-TR;>;
0 5 2 accumulator Lio/reactivex/functions/BiFunction<TR;-TT;TR;>;
0 5 3 value TR;
Signature: (Lio/reactivex/Observer<-TR;>;Lio/reactivex/functions/BiFunction<TR;-TT;TR;>;TR;)V
MethodParameters:
Name Flags
actual
accumulator
value
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.ObservableScanSeed$ScanSeedObserver.upstream:Lio/reactivex/disposables/Disposable;
aload 1
invokestatic io.reactivex.internal.disposables.DisposableHelper.validate:(Lio/reactivex/disposables/Disposable;Lio/reactivex/disposables/Disposable;)Z
ifeq 4
1: aload 0
aload 1
putfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.upstream:Lio/reactivex/disposables/Disposable;
2: aload 0
getfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.downstream:Lio/reactivex/Observer;
aload 0
invokeinterface io.reactivex.Observer.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
3: aload 0
getfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.downstream:Lio/reactivex/Observer;
aload 0
getfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.value:Ljava/lang/Object;
invokeinterface io.reactivex.Observer.onNext:(Ljava/lang/Object;)V
4: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/observable/ObservableScanSeed$ScanSeedObserver<TT;TR;>;
0 5 1 d Lio/reactivex/disposables/Disposable;
MethodParameters:
Name Flags
d
public void dispose();
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.observable.ObservableScanSeed$ScanSeedObserver.upstream:Lio/reactivex/disposables/Disposable;
invokeinterface io.reactivex.disposables.Disposable.dispose:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/observable/ObservableScanSeed$ScanSeedObserver<TT;TR;>;
public boolean isDisposed();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.upstream:Lio/reactivex/disposables/Disposable;
invokeinterface io.reactivex.disposables.Disposable.isDisposed:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/operators/observable/ObservableScanSeed$ScanSeedObserver<TT;TR;>;
public void onNext();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.done:Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.value:Ljava/lang/Object;
astore 2
start local 2 3: aload 0
getfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.accumulator:Lio/reactivex/functions/BiFunction;
aload 2
aload 1
invokeinterface io.reactivex.functions.BiFunction.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
ldc "The accumulator returned a null value"
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
astore 3
start local 3 4: goto 10
end local 3 StackMap locals: io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver java.lang.Object java.lang.Object
StackMap stack: java.lang.Throwable
5: astore 4
start local 4 6: aload 4
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
7: aload 0
getfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.upstream:Lio/reactivex/disposables/Disposable;
invokeinterface io.reactivex.disposables.Disposable.dispose:()V
8: aload 0
aload 4
invokevirtual io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.onError:(Ljava/lang/Throwable;)V
9: return
end local 4 start local 3 10: StackMap locals: java.lang.Object
StackMap stack:
aload 0
aload 3
putfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.value:Ljava/lang/Object;
11: aload 0
getfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.downstream:Lio/reactivex/Observer;
aload 3
invokeinterface io.reactivex.Observer.onNext:(Ljava/lang/Object;)V
12: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lio/reactivex/internal/operators/observable/ObservableScanSeed$ScanSeedObserver<TT;TR;>;
0 13 1 t TT;
3 13 2 v TR;
4 5 3 u TR;
10 13 3 u TR;
6 10 4 e Ljava/lang/Throwable;
Exception table:
from to target type
3 4 5 Class java.lang.Throwable
Signature: (TT;)V
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.observable.ObservableScanSeed$ScanSeedObserver.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.observable.ObservableScanSeed$ScanSeedObserver.done:Z
4: aload 0
getfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.downstream:Lio/reactivex/Observer;
aload 1
invokeinterface io.reactivex.Observer.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/observable/ObservableScanSeed$ScanSeedObserver<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.observable.ObservableScanSeed$ScanSeedObserver.done:Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.done:Z
3: aload 0
getfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.downstream:Lio/reactivex/Observer;
invokeinterface io.reactivex.Observer.onComplete:()V
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/observable/ObservableScanSeed$ScanSeedObserver<TT;TR;>;
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/Observer<TT;>;Lio/reactivex/disposables/Disposable;
SourceFile: "ObservableScanSeed.java"
NestHost: io.reactivex.internal.operators.observable.ObservableScanSeed
InnerClasses:
final ScanSeedObserver = io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver of io.reactivex.internal.operators.observable.ObservableScanSeed