final class io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromOtherObserver implements io.reactivex.Observer<U>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromOtherObserver
super_class: java.lang.Object
{
private final io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver<T, U, R> parent;
descriptor: Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom$WithLatestFromObserver;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom$WithLatestFromObserver<TT;TU;TR;>;
final io.reactivex.internal.operators.observable.ObservableWithLatestFrom this$0;
descriptor: Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver<T, U, R>);
descriptor: (Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom;Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom$WithLatestFromObserver;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromOtherObserver.this$0:Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 2
putfield io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromOtherObserver.parent:Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom$WithLatestFromObserver;
2: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom$WithLatestFromOtherObserver;
0 3 2 parent Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom$WithLatestFromObserver<TT;TU;TR;>;
Signature: (Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom$WithLatestFromObserver<TT;TU;TR;>;)V
MethodParameters:
Name Flags
this$0 final
parent
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.ObservableWithLatestFrom$WithLatestFromOtherObserver.parent:Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom$WithLatestFromObserver;
aload 1
invokevirtual io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver.setOther:(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/ObservableWithLatestFrom$WithLatestFromOtherObserver;
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.ObservableWithLatestFrom$WithLatestFromOtherObserver.parent:Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom$WithLatestFromObserver;
aload 1
invokevirtual io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver.lazySet:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom$WithLatestFromOtherObserver;
0 2 1 t TU;
Signature: (TU;)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.ObservableWithLatestFrom$WithLatestFromOtherObserver.parent:Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom$WithLatestFromObserver;
aload 1
invokevirtual io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver.otherError:(Ljava/lang/Throwable;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom$WithLatestFromOtherObserver;
0 2 1 t Ljava/lang/Throwable;
MethodParameters:
Name Flags
t
public void onComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=1, args_size=1
start local 0 0: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom$WithLatestFromOtherObserver;
}
Signature: Ljava/lang/Object;Lio/reactivex/Observer<TU;>;
SourceFile: "ObservableWithLatestFrom.java"
NestHost: io.reactivex.internal.operators.observable.ObservableWithLatestFrom
InnerClasses:
final WithLatestFromObserver = io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver of io.reactivex.internal.operators.observable.ObservableWithLatestFrom
final WithLatestFromOtherObserver = io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromOtherObserver of io.reactivex.internal.operators.observable.ObservableWithLatestFrom