final class io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber<T, R> extends java.util.concurrent.atomic.AtomicInteger implements io.reactivex.internal.fuseable.ConditionalSubscriber<T>, org.reactivestreams.Subscription
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber
super_class: java.util.concurrent.atomic.AtomicInteger
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1577321883966341961
final org.reactivestreams.Subscriber<? super R> downstream;
descriptor: Lorg/reactivestreams/Subscriber;
flags: (0x0010) ACC_FINAL
Signature: Lorg/reactivestreams/Subscriber<-TR;>;
final io.reactivex.functions.Function<? super java.lang.Object[], R> combiner;
descriptor: Lio/reactivex/functions/Function;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/functions/Function<-[Ljava/lang/Object;TR;>;
final io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestInnerSubscriber[] subscribers;
descriptor: [Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestInnerSubscriber;
flags: (0x0010) ACC_FINAL
final java.util.concurrent.atomic.AtomicReferenceArray<java.lang.Object> values;
descriptor: Ljava/util/concurrent/atomic/AtomicReferenceArray;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/concurrent/atomic/AtomicReferenceArray<Ljava/lang/Object;>;
final java.util.concurrent.atomic.AtomicReference<org.reactivestreams.Subscription> upstream;
descriptor: Ljava/util/concurrent/atomic/AtomicReference;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/concurrent/atomic/AtomicReference<Lorg/reactivestreams/Subscription;>;
final java.util.concurrent.atomic.AtomicLong requested;
descriptor: Ljava/util/concurrent/atomic/AtomicLong;
flags: (0x0010) ACC_FINAL
final io.reactivex.internal.util.AtomicThrowable error;
descriptor: Lio/reactivex/internal/util/AtomicThrowable;
flags: (0x0010) ACC_FINAL
volatile boolean done;
descriptor: Z
flags: (0x0040) ACC_VOLATILE
void <init>(org.reactivestreams.Subscriber<? super R>, io.reactivex.functions.Function<? super java.lang.Object[], R>, );
descriptor: (Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;I)V
flags: (0x0000)
Code:
stack=6, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.downstream:Lorg/reactivestreams/Subscriber;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.combiner:Lio/reactivex/functions/Function;
3: iload 3
anewarray io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestInnerSubscriber
astore 4
start local 4 4: iconst_0
istore 5
start local 5 5: goto 8
6: StackMap locals: io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber org.reactivestreams.Subscriber io.reactivex.functions.Function int io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestInnerSubscriber[] int
StackMap stack:
aload 4
iload 5
new io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestInnerSubscriber
dup
aload 0
iload 5
invokespecial io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestInnerSubscriber.<init>:(Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestFromSubscriber;I)V
aastore
7: iinc 5 1
StackMap locals:
StackMap stack:
8: iload 5
iload 3
if_icmplt 6
end local 5 9: aload 0
aload 4
putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.subscribers:[Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestInnerSubscriber;
10: aload 0
new java.util.concurrent.atomic.AtomicReferenceArray
dup
iload 3
invokespecial java.util.concurrent.atomic.AtomicReferenceArray.<init>:(I)V
putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.values:Ljava/util/concurrent/atomic/AtomicReferenceArray;
11: aload 0
new java.util.concurrent.atomic.AtomicReference
dup
invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.upstream:Ljava/util/concurrent/atomic/AtomicReference;
12: aload 0
new java.util.concurrent.atomic.AtomicLong
dup
invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
13: aload 0
new io.reactivex.internal.util.AtomicThrowable
dup
invokespecial io.reactivex.internal.util.AtomicThrowable.<init>:()V
putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
14: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestFromSubscriber<TT;TR;>;
0 15 1 actual Lorg/reactivestreams/Subscriber<-TR;>;
0 15 2 combiner Lio/reactivex/functions/Function<-[Ljava/lang/Object;TR;>;
0 15 3 n I
4 15 4 s [Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestInnerSubscriber;
5 9 5 i I
Signature: (Lorg/reactivestreams/Subscriber<-TR;>;Lio/reactivex/functions/Function<-[Ljava/lang/Object;TR;>;I)V
MethodParameters:
Name Flags
actual
combiner
n
void subscribe(org.reactivestreams.Publisher<?>[], );
descriptor: ([Lorg/reactivestreams/Publisher;I)V
flags: (0x0000)
Code:
stack=3, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.subscribers:[Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestInnerSubscriber;
astore 3
start local 3 1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.upstream:Ljava/util/concurrent/atomic/AtomicReference;
astore 4
start local 4 2: iconst_0
istore 5
start local 5 3: goto 8
4: StackMap locals: io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestInnerSubscriber[] java.util.concurrent.atomic.AtomicReference int
StackMap stack:
aload 4
invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
getstatic io.reactivex.internal.subscriptions.SubscriptionHelper.CANCELLED:Lio/reactivex/internal/subscriptions/SubscriptionHelper;
if_acmpne 6
5: return
6: StackMap locals:
StackMap stack:
aload 1
iload 5
aaload
aload 3
iload 5
aaload
invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
7: iinc 5 1
StackMap locals:
StackMap stack:
8: iload 5
iload 2
if_icmplt 4
end local 5 9: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestFromSubscriber<TT;TR;>;
0 10 1 others [Lorg/reactivestreams/Publisher;
0 10 2 n I
1 10 3 subscribers [Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestInnerSubscriber;
2 10 4 upstream Ljava/util/concurrent/atomic/AtomicReference<Lorg/reactivestreams/Subscription;>;
3 9 5 i I
Signature: ([Lorg/reactivestreams/Publisher<*>;I)V
MethodParameters:
Name Flags
others
n
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.FlowableWithLatestFromMany$WithLatestFromSubscriber.upstream:Ljava/util/concurrent/atomic/AtomicReference;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
aload 1
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.deferredSetOnce:(Ljava/util/concurrent/atomic/AtomicReference;Ljava/util/concurrent/atomic/AtomicLong;Lorg/reactivestreams/Subscription;)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$WithLatestFromSubscriber<TT;TR;>;
0 2 1 s Lorg/reactivestreams/Subscription;
MethodParameters:
Name Flags
s
public void onNext();
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
aload 1
invokevirtual io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.tryOnNext:(Ljava/lang/Object;)Z
ifne 2
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.done:Z
ifne 2
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.upstream:Ljava/util/concurrent/atomic/AtomicReference;
invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
checkcast org.reactivestreams.Subscription
lconst_1
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/FlowableWithLatestFromMany$WithLatestFromSubscriber<TT;TR;>;
0 3 1 t TT;
Signature: (TT;)V
MethodParameters:
Name Flags
t
public boolean tryOnNext();
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=7, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.done:Z
ifeq 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.values:Ljava/util/concurrent/atomic/AtomicReferenceArray;
astore 2
start local 2 3: aload 2
invokevirtual java.util.concurrent.atomic.AtomicReferenceArray.length:()I
istore 3
start local 3 4: iload 3
iconst_1
iadd
anewarray java.lang.Object
astore 4
start local 4 5: aload 4
iconst_0
aload 1
aastore
6: iconst_0
istore 5
start local 5 7: goto 13
8: StackMap locals: io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber java.lang.Object java.util.concurrent.atomic.AtomicReferenceArray int java.lang.Object[] int
StackMap stack:
aload 2
iload 5
invokevirtual java.util.concurrent.atomic.AtomicReferenceArray.get:(I)Ljava/lang/Object;
astore 6
start local 6 9: aload 6
ifnonnull 11
10: iconst_0
ireturn
11: StackMap locals: java.lang.Object
StackMap stack:
aload 4
iload 5
iconst_1
iadd
aload 6
aastore
end local 6 12: iinc 5 1
StackMap locals:
StackMap stack:
13: iload 5
iload 3
if_icmplt 8
end local 5 14: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.combiner:Lio/reactivex/functions/Function;
aload 4
invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
ldc "The combiner returned a null value"
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
astore 5
start local 5 15: goto 21
end local 5 StackMap locals: io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber java.lang.Object java.util.concurrent.atomic.AtomicReferenceArray int java.lang.Object[]
StackMap stack: java.lang.Throwable
16: astore 6
start local 6 17: aload 6
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
18: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.cancel:()V
19: aload 0
aload 6
invokevirtual io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.onError:(Ljava/lang/Throwable;)V
20: iconst_0
ireturn
end local 6 start local 5 21: StackMap locals: java.lang.Object
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 5
aload 0
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
invokestatic io.reactivex.internal.util.HalfSerializer.onNext:(Lorg/reactivestreams/Subscriber;Ljava/lang/Object;Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/internal/util/AtomicThrowable;)V
22: iconst_1
ireturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 23 0 this Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestFromSubscriber<TT;TR;>;
0 23 1 t TT;
3 23 2 ara Ljava/util/concurrent/atomic/AtomicReferenceArray<Ljava/lang/Object;>;
4 23 3 n I
5 23 4 objects [Ljava/lang/Object;
7 14 5 i I
9 12 6 o Ljava/lang/Object;
15 16 5 v TR;
21 23 5 v TR;
17 21 6 ex Ljava/lang/Throwable;
Exception table:
from to target type
14 15 16 Class java.lang.Throwable
Signature: (TT;)Z
MethodParameters:
Name Flags
t
public void onError(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.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.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.done:Z
4: aload 0
iconst_m1
invokevirtual io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.cancelAllBut:(I)V
5: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 1
aload 0
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
invokestatic io.reactivex.internal.util.HalfSerializer.onError:(Lorg/reactivestreams/Subscriber;Ljava/lang/Throwable;Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/internal/util/AtomicThrowable;)V
6: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestFromSubscriber<TT;TR;>;
0 7 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$WithLatestFromSubscriber.done:Z
ifne 4
1: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.done:Z
2: aload 0
iconst_m1
invokevirtual io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.cancelAllBut:(I)V
3: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 0
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
invokestatic io.reactivex.internal.util.HalfSerializer.onComplete:(Lorg/reactivestreams/Subscriber;Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/internal/util/AtomicThrowable;)V
4: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestFromSubscriber<TT;TR;>;
public void request(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.upstream:Ljava/util/concurrent/atomic/AtomicReference;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
lload 1
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.deferredRequest:(Ljava/util/concurrent/atomic/AtomicReference;Ljava/util/concurrent/atomic/AtomicLong;J)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$WithLatestFromSubscriber<TT;TR;>;
0 2 1 n J
MethodParameters:
Name Flags
n
public void cancel();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.upstream:Ljava/util/concurrent/atomic/AtomicReference;
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.cancel:(Ljava/util/concurrent/atomic/AtomicReference;)Z
pop
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.subscribers:[Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestInnerSubscriber;
dup
astore 4
arraylength
istore 3
iconst_0
istore 2
goto 5
StackMap locals: io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber top int int io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestInnerSubscriber[]
StackMap stack:
2: aload 4
iload 2
aaload
astore 1
start local 1 3: aload 1
invokevirtual io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestInnerSubscriber.dispose:()V
end local 1 4: iinc 2 1
StackMap locals:
StackMap stack:
5: iload 2
iload 3
if_icmplt 2
6: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestFromSubscriber<TT;TR;>;
3 4 1 s Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestInnerSubscriber;
void innerNext(int, java.lang.Object);
descriptor: (ILjava/lang/Object;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.values:Ljava/util/concurrent/atomic/AtomicReferenceArray;
iload 1
aload 2
invokevirtual java.util.concurrent.atomic.AtomicReferenceArray.set:(ILjava/lang/Object;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestFromSubscriber<TT;TR;>;
0 2 1 index I
0 2 2 o Ljava/lang/Object;
MethodParameters:
Name Flags
index
o
void innerError(int, java.lang.Throwable);
descriptor: (ILjava/lang/Throwable;)V
flags: (0x0000)
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.done:Z
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.upstream:Ljava/util/concurrent/atomic/AtomicReference;
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.cancel:(Ljava/util/concurrent/atomic/AtomicReference;)Z
pop
2: aload 0
iload 1
invokevirtual io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.cancelAllBut:(I)V
3: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 2
aload 0
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
invokestatic io.reactivex.internal.util.HalfSerializer.onError:(Lorg/reactivestreams/Subscriber;Ljava/lang/Throwable;Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/internal/util/AtomicThrowable;)V
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestFromSubscriber<TT;TR;>;
0 5 1 index I
0 5 2 t Ljava/lang/Throwable;
MethodParameters:
Name Flags
index
t
void innerComplete(int, boolean);
descriptor: (IZ)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: iload 2
ifne 5
1: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.done:Z
2: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.upstream:Ljava/util/concurrent/atomic/AtomicReference;
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.cancel:(Ljava/util/concurrent/atomic/AtomicReference;)Z
pop
3: aload 0
iload 1
invokevirtual io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.cancelAllBut:(I)V
4: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 0
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
invokestatic io.reactivex.internal.util.HalfSerializer.onComplete:(Lorg/reactivestreams/Subscriber;Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/internal/util/AtomicThrowable;)V
5: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestFromSubscriber<TT;TR;>;
0 6 1 index I
0 6 2 nonEmpty Z
MethodParameters:
Name Flags
index
nonEmpty
void cancelAllBut(int);
descriptor: (I)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.subscribers:[Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestInnerSubscriber;
astore 2
start local 2 1: iconst_0
istore 3
start local 3 2: goto 6
3: StackMap locals: io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestInnerSubscriber[] int
StackMap stack:
iload 3
iload 1
if_icmpeq 5
4: aload 2
iload 3
aaload
invokevirtual io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestInnerSubscriber.dispose:()V
5: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
6: iload 3
aload 2
arraylength
if_icmplt 3
end local 3 7: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestFromSubscriber<TT;TR;>;
0 8 1 index I
1 8 2 subscribers [Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestInnerSubscriber;
2 7 3 i I
MethodParameters:
Name Flags
index
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/internal/fuseable/ConditionalSubscriber<TT;>;Lorg/reactivestreams/Subscription;
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