final class io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestInnerSubscriber extends java.util.concurrent.atomic.AtomicReference<org.reactivestreams.Subscription> implements io.reactivex.FlowableSubscriber<java.lang.Object>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestInnerSubscriber
super_class: java.util.concurrent.atomic.AtomicReference
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 3256684027868224024
final io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber<?, ?> parent;
descriptor: Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestFromSubscriber;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestFromSubscriber<**>;
final int index;
descriptor: I
flags: (0x0010) ACC_FINAL
boolean hasValue;
descriptor: Z
flags: (0x0000)
void <init>(io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber<?, ?>, );
descriptor: (Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestFromSubscriber;I)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestInnerSubscriber.parent:Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestFromSubscriber;
2: aload 0
iload 2
putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestInnerSubscriber.index:I
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestInnerSubscriber;
0 4 1 parent Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestFromSubscriber<**>;
0 4 2 index I
Signature: (Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestFromSubscriber<**>;I)V
MethodParameters:
Name Flags
parent
index
public void onSubscribe(org.reactivestreams.Subscription);
descriptor: (Lorg/reactivestreams/Subscription;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
ldc 9223372036854775807
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.setOnce:(Ljava/util/concurrent/atomic/AtomicReference;Lorg/reactivestreams/Subscription;J)Z
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestInnerSubscriber;
0 2 1 s Lorg/reactivestreams/Subscription;
MethodParameters:
Name Flags
s
public void onNext(java.lang.Object);
descriptor: (Ljava/lang/Object;)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.FlowableWithLatestFromMany$WithLatestInnerSubscriber.hasValue:Z
ifne 2
1: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestInnerSubscriber.hasValue:Z
2: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestInnerSubscriber.parent:Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestFromSubscriber;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestInnerSubscriber.index:I
aload 1
invokevirtual io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.innerNext:(ILjava/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/flowable/FlowableWithLatestFromMany$WithLatestInnerSubscriber;
0 4 1 t Ljava/lang/Object;
MethodParameters:
Name Flags
t
public void onError(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)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.FlowableWithLatestFromMany$WithLatestInnerSubscriber.parent:Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestFromSubscriber;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestInnerSubscriber.index:I
aload 1
invokevirtual io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.innerError:(ILjava/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/FlowableWithLatestFromMany$WithLatestInnerSubscriber;
0 2 1 t Ljava/lang/Throwable;
MethodParameters:
Name Flags
t
public void onComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestInnerSubscriber.parent:Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestFromSubscriber;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestInnerSubscriber.index:I
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestInnerSubscriber.hasValue:Z
invokevirtual io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.innerComplete:(IZ)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestInnerSubscriber;
void dispose();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.cancel:(Ljava/util/concurrent/atomic/AtomicReference;)Z
pop
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestInnerSubscriber;
}
Signature: Ljava/util/concurrent/atomic/AtomicReference<Lorg/reactivestreams/Subscription;>;Lio/reactivex/FlowableSubscriber<Ljava/lang/Object;>;
SourceFile: "FlowableWithLatestFromMany.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany
InnerClasses:
final WithLatestFromSubscriber = io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber of io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany
final WithLatestInnerSubscriber = io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestInnerSubscriber of io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany