final class io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver<T, R> extends java.util.concurrent.atomic.AtomicInteger 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.ObservableWithLatestFromMany$WithLatestFromObserver
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 io.reactivex.Observer<? super R> downstream;
descriptor: Lio/reactivex/Observer;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/Observer<-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.observable.ObservableWithLatestFromMany$WithLatestInnerObserver[] observers;
descriptor: [Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestInnerObserver;
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<io.reactivex.disposables.Disposable> upstream;
descriptor: Ljava/util/concurrent/atomic/AtomicReference;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/disposables/Disposable;>;
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>(io.reactivex.Observer<? super R>, io.reactivex.functions.Function<? super java.lang.Object[], R>, );
descriptor: (Lio/reactivex/Observer;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.observable.ObservableWithLatestFromMany$WithLatestFromObserver.downstream:Lio/reactivex/Observer;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.combiner:Lio/reactivex/functions/Function;
3: iload 3
anewarray io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver
astore 4
start local 4 4: iconst_0
istore 5
start local 5 5: goto 8
6: StackMap locals: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver io.reactivex.Observer io.reactivex.functions.Function int io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver[] int
StackMap stack:
aload 4
iload 5
new io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver
dup
aload 0
iload 5
invokespecial io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver.<init>:(Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver;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.observable.ObservableWithLatestFromMany$WithLatestFromObserver.observers:[Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestInnerObserver;
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.observable.ObservableWithLatestFromMany$WithLatestFromObserver.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.observable.ObservableWithLatestFromMany$WithLatestFromObserver.upstream:Ljava/util/concurrent/atomic/AtomicReference;
12: aload 0
new io.reactivex.internal.util.AtomicThrowable
dup
invokespecial io.reactivex.internal.util.AtomicThrowable.<init>:()V
putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.error:Lio/reactivex/internal/util/AtomicThrowable;
13: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver<TT;TR;>;
0 14 1 actual Lio/reactivex/Observer<-TR;>;
0 14 2 combiner Lio/reactivex/functions/Function<-[Ljava/lang/Object;TR;>;
0 14 3 n I
4 14 4 s [Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestInnerObserver;
5 9 5 i I
Signature: (Lio/reactivex/Observer<-TR;>;Lio/reactivex/functions/Function<-[Ljava/lang/Object;TR;>;I)V
MethodParameters:
Name Flags
actual
combiner
n
void subscribe(io.reactivex.ObservableSource<?>[], );
descriptor: ([Lio/reactivex/ObservableSource;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.observable.ObservableWithLatestFromMany$WithLatestFromObserver.observers:[Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestInnerObserver;
astore 3
start local 3 1: aload 0
getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.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.observable.ObservableWithLatestFromMany$WithLatestInnerObserver[] java.util.concurrent.atomic.AtomicReference int
StackMap stack:
aload 4
invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
checkcast io.reactivex.disposables.Disposable
invokestatic io.reactivex.internal.disposables.DisposableHelper.isDisposed:(Lio/reactivex/disposables/Disposable;)Z
ifne 5
aload 0
getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.done:Z
ifeq 6
5: StackMap locals:
StackMap stack:
return
6: StackMap locals:
StackMap stack:
aload 1
iload 5
aaload
aload 3
iload 5
aaload
invokeinterface io.reactivex.ObservableSource.subscribe:(Lio/reactivex/Observer;)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/observable/ObservableWithLatestFromMany$WithLatestFromObserver<TT;TR;>;
0 10 1 others [Lio/reactivex/ObservableSource;
0 10 2 n I
1 10 3 observers [Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestInnerObserver;
2 10 4 upstream Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/disposables/Disposable;>;
3 9 5 i I
Signature: ([Lio/reactivex/ObservableSource<*>;I)V
MethodParameters:
Name Flags
others
n
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.ObservableWithLatestFromMany$WithLatestFromObserver.upstream:Ljava/util/concurrent/atomic/AtomicReference;
aload 1
invokestatic io.reactivex.internal.disposables.DisposableHelper.setOnce:(Ljava/util/concurrent/atomic/AtomicReference;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/ObservableWithLatestFromMany$WithLatestFromObserver<TT;TR;>;
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=4, locals=7, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.done:Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.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.observable.ObservableWithLatestFromMany$WithLatestFromObserver 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: return
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.observable.ObservableWithLatestFromMany$WithLatestFromObserver.combiner:Lio/reactivex/functions/Function;
aload 4
invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
ldc "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.observable.ObservableWithLatestFromMany$WithLatestFromObserver 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.observable.ObservableWithLatestFromMany$WithLatestFromObserver.dispose:()V
19: aload 0
aload 6
invokevirtual io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.onError:(Ljava/lang/Throwable;)V
20: return
end local 6 start local 5 21: StackMap locals: java.lang.Object
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.downstream:Lio/reactivex/Observer;
aload 5
aload 0
aload 0
getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.error:Lio/reactivex/internal/util/AtomicThrowable;
invokestatic io.reactivex.internal.util.HalfSerializer.onNext:(Lio/reactivex/Observer;Ljava/lang/Object;Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/internal/util/AtomicThrowable;)V
22: return
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/observable/ObservableWithLatestFromMany$WithLatestFromObserver<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;)V
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.observable.ObservableWithLatestFromMany$WithLatestFromObserver.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.ObservableWithLatestFromMany$WithLatestFromObserver.done:Z
4: aload 0
iconst_m1
invokevirtual io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.cancelAllBut:(I)V
5: aload 0
getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.downstream:Lio/reactivex/Observer;
aload 1
aload 0
aload 0
getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.error:Lio/reactivex/internal/util/AtomicThrowable;
invokestatic io.reactivex.internal.util.HalfSerializer.onError:(Lio/reactivex/Observer;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/observable/ObservableWithLatestFromMany$WithLatestFromObserver<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.observable.ObservableWithLatestFromMany$WithLatestFromObserver.done:Z
ifne 4
1: aload 0
iconst_1
putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.done:Z
2: aload 0
iconst_m1
invokevirtual io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.cancelAllBut:(I)V
3: aload 0
getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.downstream:Lio/reactivex/Observer;
aload 0
aload 0
getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.error:Lio/reactivex/internal/util/AtomicThrowable;
invokestatic io.reactivex.internal.util.HalfSerializer.onComplete:(Lio/reactivex/Observer;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/observable/ObservableWithLatestFromMany$WithLatestFromObserver<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.ObservableWithLatestFromMany$WithLatestFromObserver.upstream:Ljava/util/concurrent/atomic/AtomicReference;
invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
checkcast io.reactivex.disposables.Disposable
invokestatic io.reactivex.internal.disposables.DisposableHelper.isDisposed:(Lio/reactivex/disposables/Disposable;)Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver<TT;TR;>;
public void dispose();
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.observable.ObservableWithLatestFromMany$WithLatestFromObserver.upstream:Ljava/util/concurrent/atomic/AtomicReference;
invokestatic io.reactivex.internal.disposables.DisposableHelper.dispose:(Ljava/util/concurrent/atomic/AtomicReference;)Z
pop
1: aload 0
getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.observers:[Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestInnerObserver;
dup
astore 4
arraylength
istore 3
iconst_0
istore 2
goto 5
StackMap locals: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver top int int io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver[]
StackMap stack:
2: aload 4
iload 2
aaload
astore 1
start local 1 3: aload 1
invokevirtual io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver.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/observable/ObservableWithLatestFromMany$WithLatestFromObserver<TT;TR;>;
3 4 1 observer Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestInnerObserver;
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.observable.ObservableWithLatestFromMany$WithLatestFromObserver.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/observable/ObservableWithLatestFromMany$WithLatestFromObserver<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.observable.ObservableWithLatestFromMany$WithLatestFromObserver.done:Z
1: aload 0
getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.upstream:Ljava/util/concurrent/atomic/AtomicReference;
invokestatic io.reactivex.internal.disposables.DisposableHelper.dispose:(Ljava/util/concurrent/atomic/AtomicReference;)Z
pop
2: aload 0
iload 1
invokevirtual io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.cancelAllBut:(I)V
3: aload 0
getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.downstream:Lio/reactivex/Observer;
aload 2
aload 0
aload 0
getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.error:Lio/reactivex/internal/util/AtomicThrowable;
invokestatic io.reactivex.internal.util.HalfSerializer.onError:(Lio/reactivex/Observer;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/observable/ObservableWithLatestFromMany$WithLatestFromObserver<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 4
1: aload 0
iconst_1
putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.done:Z
2: aload 0
iload 1
invokevirtual io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.cancelAllBut:(I)V
3: aload 0
getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.downstream:Lio/reactivex/Observer;
aload 0
aload 0
getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.error:Lio/reactivex/internal/util/AtomicThrowable;
invokestatic io.reactivex.internal.util.HalfSerializer.onComplete:(Lio/reactivex/Observer;Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/internal/util/AtomicThrowable;)V
4: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver<TT;TR;>;
0 5 1 index I
0 5 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.observable.ObservableWithLatestFromMany$WithLatestFromObserver.observers:[Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestInnerObserver;
astore 2
start local 2 1: iconst_0
istore 3
start local 3 2: goto 6
3: StackMap locals: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver[] int
StackMap stack:
iload 3
iload 1
if_icmpeq 5
4: aload 2
iload 3
aaload
invokevirtual io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver.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/observable/ObservableWithLatestFromMany$WithLatestFromObserver<TT;TR;>;
0 8 1 index I
1 8 2 observers [Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestInnerObserver;
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/Observer<TT;>;Lio/reactivex/disposables/Disposable;
SourceFile: "ObservableWithLatestFromMany.java"
NestHost: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany
InnerClasses:
final WithLatestFromObserver = io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver of io.reactivex.internal.operators.observable.ObservableWithLatestFromMany
final WithLatestInnerObserver = io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver of io.reactivex.internal.operators.observable.ObservableWithLatestFromMany