public final class io.reactivex.internal.operators.observable.ObservableWithLatestFromMany<T, R> extends io.reactivex.internal.operators.observable.AbstractObservableWithUpstream<T, R>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany
super_class: io.reactivex.internal.operators.observable.AbstractObservableWithUpstream
{
final io.reactivex.ObservableSource<?>[] otherArray;
descriptor: [Lio/reactivex/ObservableSource;
flags: (0x0010) ACC_FINAL
Signature: [Lio/reactivex/ObservableSource<*>;
RuntimeInvisibleAnnotations:
io.reactivex.annotations.Nullable()
final java.lang.Iterable<? extends io.reactivex.ObservableSource<?>> otherIterable;
descriptor: Ljava/lang/Iterable;
flags: (0x0010) ACC_FINAL
Signature: Ljava/lang/Iterable<+Lio/reactivex/ObservableSource<*>;>;
RuntimeInvisibleAnnotations:
io.reactivex.annotations.Nullable()
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;>;
RuntimeInvisibleAnnotations:
io.reactivex.annotations.NonNull()
public void <init>(io.reactivex.ObservableSource<T>, io.reactivex.ObservableSource<?>[], io.reactivex.functions.Function<? super java.lang.Object[], R>);
descriptor: (Lio/reactivex/ObservableSource;[Lio/reactivex/ObservableSource;Lio/reactivex/functions/Function;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokespecial io.reactivex.internal.operators.observable.AbstractObservableWithUpstream.<init>:(Lio/reactivex/ObservableSource;)V
1: aload 0
aload 2
putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany.otherArray:[Lio/reactivex/ObservableSource;
2: aload 0
aconst_null
putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany.otherIterable:Ljava/lang/Iterable;
3: aload 0
aload 3
putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany.combiner:Lio/reactivex/functions/Function;
4: return
end local 3 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<TT;TR;>;
0 5 1 source Lio/reactivex/ObservableSource<TT;>;
0 5 2 otherArray [Lio/reactivex/ObservableSource;
0 5 3 combiner Lio/reactivex/functions/Function<-[Ljava/lang/Object;TR;>;
Signature: (Lio/reactivex/ObservableSource<TT;>;[Lio/reactivex/ObservableSource<*>;Lio/reactivex/functions/Function<-[Ljava/lang/Object;TR;>;)V
RuntimeInvisibleParameterAnnotations:
0:
io.reactivex.annotations.NonNull()
1:
io.reactivex.annotations.NonNull()
2:
io.reactivex.annotations.NonNull()
MethodParameters:
Name Flags
source
otherArray
combiner
public void <init>(io.reactivex.ObservableSource<T>, java.lang.Iterable<? extends io.reactivex.ObservableSource<?>>, io.reactivex.functions.Function<? super java.lang.Object[], R>);
descriptor: (Lio/reactivex/ObservableSource;Ljava/lang/Iterable;Lio/reactivex/functions/Function;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokespecial io.reactivex.internal.operators.observable.AbstractObservableWithUpstream.<init>:(Lio/reactivex/ObservableSource;)V
1: aload 0
aconst_null
putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany.otherArray:[Lio/reactivex/ObservableSource;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany.otherIterable:Ljava/lang/Iterable;
3: aload 0
aload 3
putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany.combiner:Lio/reactivex/functions/Function;
4: return
end local 3 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<TT;TR;>;
0 5 1 source Lio/reactivex/ObservableSource<TT;>;
0 5 2 otherIterable Ljava/lang/Iterable<+Lio/reactivex/ObservableSource<*>;>;
0 5 3 combiner Lio/reactivex/functions/Function<-[Ljava/lang/Object;TR;>;
Signature: (Lio/reactivex/ObservableSource<TT;>;Ljava/lang/Iterable<+Lio/reactivex/ObservableSource<*>;>;Lio/reactivex/functions/Function<-[Ljava/lang/Object;TR;>;)V
RuntimeInvisibleParameterAnnotations:
0:
io.reactivex.annotations.NonNull()
1:
io.reactivex.annotations.NonNull()
2:
io.reactivex.annotations.NonNull()
MethodParameters:
Name Flags
source
otherIterable
combiner
protected void subscribeActual(io.reactivex.Observer<? super R>);
descriptor: (Lio/reactivex/Observer;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=6, locals=6, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany.otherArray:[Lio/reactivex/ObservableSource;
astore 2
start local 2 1: iconst_0
istore 3
start local 3 2: aload 2
ifnonnull 15
3: bipush 8
anewarray io.reactivex.ObservableSource
astore 2
4: aload 0
getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany.otherIterable:Ljava/lang/Iterable;
invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
astore 5
goto 9
StackMap locals: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany io.reactivex.Observer io.reactivex.ObservableSource[] int top java.util.Iterator
StackMap stack:
5: aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast io.reactivex.ObservableSource
astore 4
start local 4 6: iload 3
aload 2
arraylength
if_icmpne 8
7: aload 2
iload 3
iload 3
iconst_1
ishr
iadd
invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
checkcast io.reactivex.ObservableSource[]
astore 2
8: StackMap locals: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany io.reactivex.Observer io.reactivex.ObservableSource[] int io.reactivex.ObservableSource java.util.Iterator
StackMap stack:
aload 2
iload 3
iinc 3 1
aload 4
aastore
end local 4 9: StackMap locals: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany io.reactivex.Observer io.reactivex.ObservableSource[] int top java.util.Iterator
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 5
10: goto 16
StackMap locals: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany io.reactivex.Observer io.reactivex.ObservableSource[] int
StackMap stack: java.lang.Throwable
11: astore 4
start local 4 12: aload 4
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
13: aload 4
aload 1
invokestatic io.reactivex.internal.disposables.EmptyDisposable.error:(Ljava/lang/Throwable;Lio/reactivex/Observer;)V
14: return
end local 4 15: StackMap locals:
StackMap stack:
aload 2
arraylength
istore 3
16: StackMap locals:
StackMap stack:
iload 3
ifne 19
17: new io.reactivex.internal.operators.observable.ObservableMap
dup
aload 0
getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany.source:Lio/reactivex/ObservableSource;
new io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$SingletonArrayFunc
dup
aload 0
invokespecial io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$SingletonArrayFunc.<init>:(Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany;)V
invokespecial io.reactivex.internal.operators.observable.ObservableMap.<init>:(Lio/reactivex/ObservableSource;Lio/reactivex/functions/Function;)V
aload 1
invokevirtual io.reactivex.internal.operators.observable.ObservableMap.subscribeActual:(Lio/reactivex/Observer;)V
18: return
19: StackMap locals:
StackMap stack:
new io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver
dup
aload 1
aload 0
getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany.combiner:Lio/reactivex/functions/Function;
iload 3
invokespecial io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.<init>:(Lio/reactivex/Observer;Lio/reactivex/functions/Function;I)V
astore 4
start local 4 20: aload 1
aload 4
invokeinterface io.reactivex.Observer.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
21: aload 4
aload 2
iload 3
invokevirtual io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.subscribe:([Lio/reactivex/ObservableSource;I)V
22: aload 0
getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany.source:Lio/reactivex/ObservableSource;
aload 4
invokeinterface io.reactivex.ObservableSource.subscribe:(Lio/reactivex/Observer;)V
23: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 24 0 this Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany<TT;TR;>;
0 24 1 observer Lio/reactivex/Observer<-TR;>;
1 24 2 others [Lio/reactivex/ObservableSource;
2 24 3 n I
6 9 4 p Lio/reactivex/ObservableSource<*>;
12 15 4 ex Ljava/lang/Throwable;
20 24 4 parent Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver<TT;TR;>;
Exception table:
from to target type
4 10 11 Class java.lang.Throwable
Signature: (Lio/reactivex/Observer<-TR;>;)V
MethodParameters:
Name Flags
observer
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Lio/reactivex/internal/operators/observable/AbstractObservableWithUpstream<TT;TR;>;
SourceFile: "ObservableWithLatestFromMany.java"
NestMembers:
io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$SingletonArrayFunc io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver
InnerClasses:
final SingletonArrayFunc = io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$SingletonArrayFunc of io.reactivex.internal.operators.observable.ObservableWithLatestFromMany
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