final class io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$FlowableWithLatestSubscriber implements io.reactivex.FlowableSubscriber<U>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$FlowableWithLatestSubscriber
super_class: java.lang.Object
{
private final io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber<T, U, R> wlf;
descriptor: Lio/reactivex/internal/operators/flowable/FlowableWithLatestFrom$WithLatestFromSubscriber;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lio/reactivex/internal/operators/flowable/FlowableWithLatestFrom$WithLatestFromSubscriber<TT;TU;TR;>;
final io.reactivex.internal.operators.flowable.FlowableWithLatestFrom this$0;
descriptor: Lio/reactivex/internal/operators/flowable/FlowableWithLatestFrom;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber<T, U, R>);
descriptor: (Lio/reactivex/internal/operators/flowable/FlowableWithLatestFrom;Lio/reactivex/internal/operators/flowable/FlowableWithLatestFrom$WithLatestFromSubscriber;)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.flowable.FlowableWithLatestFrom$FlowableWithLatestSubscriber.this$0:Lio/reactivex/internal/operators/flowable/FlowableWithLatestFrom;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$FlowableWithLatestSubscriber.wlf:Lio/reactivex/internal/operators/flowable/FlowableWithLatestFrom$WithLatestFromSubscriber;
2: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/flowable/FlowableWithLatestFrom$FlowableWithLatestSubscriber;
0 3 2 wlf Lio/reactivex/internal/operators/flowable/FlowableWithLatestFrom$WithLatestFromSubscriber<TT;TU;TR;>;
Signature: (Lio/reactivex/internal/operators/flowable/FlowableWithLatestFrom$WithLatestFromSubscriber<TT;TU;TR;>;)V
MethodParameters:
Name Flags
this$0 final
wlf
public void onSubscribe(org.reactivestreams.Subscription);
descriptor: (Lorg/reactivestreams/Subscription;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$FlowableWithLatestSubscriber.wlf:Lio/reactivex/internal/operators/flowable/FlowableWithLatestFrom$WithLatestFromSubscriber;
aload 1
invokevirtual io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.setOther:(Lorg/reactivestreams/Subscription;)Z
ifeq 2
1: aload 1
ldc 9223372036854775807
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/flowable/FlowableWithLatestFrom$FlowableWithLatestSubscriber;
0 3 1 s Lorg/reactivestreams/Subscription;
MethodParameters:
Name Flags
s
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.flowable.FlowableWithLatestFrom$FlowableWithLatestSubscriber.wlf:Lio/reactivex/internal/operators/flowable/FlowableWithLatestFrom$WithLatestFromSubscriber;
aload 1
invokevirtual io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.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/flowable/FlowableWithLatestFrom$FlowableWithLatestSubscriber;
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.flowable.FlowableWithLatestFrom$FlowableWithLatestSubscriber.wlf:Lio/reactivex/internal/operators/flowable/FlowableWithLatestFrom$WithLatestFromSubscriber;
aload 1
invokevirtual io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.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/flowable/FlowableWithLatestFrom$FlowableWithLatestSubscriber;
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/flowable/FlowableWithLatestFrom$FlowableWithLatestSubscriber;
}
Signature: Ljava/lang/Object;Lio/reactivex/FlowableSubscriber<TU;>;
SourceFile: "FlowableWithLatestFrom.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableWithLatestFrom
InnerClasses:
final FlowableWithLatestSubscriber = io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$FlowableWithLatestSubscriber of io.reactivex.internal.operators.flowable.FlowableWithLatestFrom
final WithLatestFromSubscriber = io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber of io.reactivex.internal.operators.flowable.FlowableWithLatestFrom