public final class io.reactivex.internal.operators.single.SingleZipIterable<T, R> extends io.reactivex.Single<R>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.single.SingleZipIterable
super_class: io.reactivex.Single
{
final java.lang.Iterable<? extends io.reactivex.SingleSource<? extends T>> sources;
descriptor: Ljava/lang/Iterable;
flags: (0x0010) ACC_FINAL
Signature: Ljava/lang/Iterable<+Lio/reactivex/SingleSource<+TT;>;>;
final io.reactivex.functions.Function<? super java.lang.Object[], ? extends R> zipper;
descriptor: Lio/reactivex/functions/Function;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/functions/Function<-[Ljava/lang/Object;+TR;>;
public void <init>(java.lang.Iterable<? extends io.reactivex.SingleSource<? extends T>>, io.reactivex.functions.Function<? super java.lang.Object[], ? extends R>);
descriptor: (Ljava/lang/Iterable;Lio/reactivex/functions/Function;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial io.reactivex.Single.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.single.SingleZipIterable.sources:Ljava/lang/Iterable;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.single.SingleZipIterable.zipper:Lio/reactivex/functions/Function;
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/single/SingleZipIterable<TT;TR;>;
0 4 1 sources Ljava/lang/Iterable<+Lio/reactivex/SingleSource<+TT;>;>;
0 4 2 zipper Lio/reactivex/functions/Function<-[Ljava/lang/Object;+TR;>;
Signature: (Ljava/lang/Iterable<+Lio/reactivex/SingleSource<+TT;>;>;Lio/reactivex/functions/Function<-[Ljava/lang/Object;+TR;>;)V
MethodParameters:
Name Flags
sources
zipper
protected void subscribeActual(io.reactivex.SingleObserver<? super R>);
descriptor: (Lio/reactivex/SingleObserver;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=7, locals=6, args_size=2
start local 0 start local 1 0: bipush 8
anewarray io.reactivex.SingleSource
astore 2
start local 2 1: iconst_0
istore 3
start local 3 2: aload 0
getfield io.reactivex.internal.operators.single.SingleZipIterable.sources:Ljava/lang/Iterable;
invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
astore 5
goto 10
StackMap locals: io.reactivex.internal.operators.single.SingleZipIterable io.reactivex.SingleObserver io.reactivex.SingleSource[] int top java.util.Iterator
StackMap stack:
3: aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast io.reactivex.SingleSource
astore 4
start local 4 4: aload 4
ifnonnull 7
5: new java.lang.NullPointerException
dup
ldc "One of the sources is null"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
aload 1
invokestatic io.reactivex.internal.disposables.EmptyDisposable.error:(Ljava/lang/Throwable;Lio/reactivex/SingleObserver;)V
6: return
7: StackMap locals: io.reactivex.internal.operators.single.SingleZipIterable io.reactivex.SingleObserver io.reactivex.SingleSource[] int io.reactivex.SingleSource java.util.Iterator
StackMap stack:
iload 3
aload 2
arraylength
if_icmpne 9
8: aload 2
iload 3
iload 3
iconst_2
ishr
iadd
invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
checkcast io.reactivex.SingleSource[]
astore 2
9: StackMap locals:
StackMap stack:
aload 2
iload 3
iinc 3 1
aload 4
aastore
end local 4 10: StackMap locals: io.reactivex.internal.operators.single.SingleZipIterable io.reactivex.SingleObserver io.reactivex.SingleSource[] int top java.util.Iterator
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
11: goto 16
StackMap locals: io.reactivex.internal.operators.single.SingleZipIterable io.reactivex.SingleObserver io.reactivex.SingleSource[] int
StackMap stack: java.lang.Throwable
12: astore 4
start local 4 13: aload 4
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
14: aload 4
aload 1
invokestatic io.reactivex.internal.disposables.EmptyDisposable.error:(Ljava/lang/Throwable;Lio/reactivex/SingleObserver;)V
15: return
end local 4 16: StackMap locals:
StackMap stack:
iload 3
ifne 19
17: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
aload 1
invokestatic io.reactivex.internal.disposables.EmptyDisposable.error:(Ljava/lang/Throwable;Lio/reactivex/SingleObserver;)V
18: return
19: StackMap locals:
StackMap stack:
iload 3
iconst_1
if_icmpne 22
20: aload 2
iconst_0
aaload
new io.reactivex.internal.operators.single.SingleMap$MapSingleObserver
dup
aload 1
new io.reactivex.internal.operators.single.SingleZipIterable$SingletonArrayFunc
dup
aload 0
invokespecial io.reactivex.internal.operators.single.SingleZipIterable$SingletonArrayFunc.<init>:(Lio/reactivex/internal/operators/single/SingleZipIterable;)V
invokespecial io.reactivex.internal.operators.single.SingleMap$MapSingleObserver.<init>:(Lio/reactivex/SingleObserver;Lio/reactivex/functions/Function;)V
invokeinterface io.reactivex.SingleSource.subscribe:(Lio/reactivex/SingleObserver;)V
21: return
22: StackMap locals:
StackMap stack:
new io.reactivex.internal.operators.single.SingleZipArray$ZipCoordinator
dup
aload 1
iload 3
aload 0
getfield io.reactivex.internal.operators.single.SingleZipIterable.zipper:Lio/reactivex/functions/Function;
invokespecial io.reactivex.internal.operators.single.SingleZipArray$ZipCoordinator.<init>:(Lio/reactivex/SingleObserver;ILio/reactivex/functions/Function;)V
astore 4
start local 4 23: aload 1
aload 4
invokeinterface io.reactivex.SingleObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
24: iconst_0
istore 5
start local 5 25: goto 30
26: StackMap locals: io.reactivex.internal.operators.single.SingleZipArray$ZipCoordinator int
StackMap stack:
aload 4
invokevirtual io.reactivex.internal.operators.single.SingleZipArray$ZipCoordinator.isDisposed:()Z
ifeq 28
27: return
28: StackMap locals:
StackMap stack:
aload 2
iload 5
aaload
aload 4
getfield io.reactivex.internal.operators.single.SingleZipArray$ZipCoordinator.observers:[Lio/reactivex/internal/operators/single/SingleZipArray$ZipSingleObserver;
iload 5
aaload
invokeinterface io.reactivex.SingleSource.subscribe:(Lio/reactivex/SingleObserver;)V
29: iinc 5 1
StackMap locals:
StackMap stack:
30: iload 5
iload 3
if_icmplt 26
end local 5 31: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 32 0 this Lio/reactivex/internal/operators/single/SingleZipIterable<TT;TR;>;
0 32 1 observer Lio/reactivex/SingleObserver<-TR;>;
1 32 2 a [Lio/reactivex/SingleSource;
2 32 3 n I
4 10 4 source Lio/reactivex/SingleSource<+TT;>;
13 16 4 ex Ljava/lang/Throwable;
23 32 4 parent Lio/reactivex/internal/operators/single/SingleZipArray$ZipCoordinator<TT;TR;>;
25 31 5 i I
Exception table:
from to target type
2 6 12 Class java.lang.Throwable
7 11 12 Class java.lang.Throwable
Signature: (Lio/reactivex/SingleObserver<-TR;>;)V
MethodParameters:
Name Flags
observer
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Lio/reactivex/Single<TR;>;
SourceFile: "SingleZipIterable.java"
NestMembers:
io.reactivex.internal.operators.single.SingleZipIterable$SingletonArrayFunc
InnerClasses:
final MapSingleObserver = io.reactivex.internal.operators.single.SingleMap$MapSingleObserver of io.reactivex.internal.operators.single.SingleMap
final ZipCoordinator = io.reactivex.internal.operators.single.SingleZipArray$ZipCoordinator of io.reactivex.internal.operators.single.SingleZipArray
final SingletonArrayFunc = io.reactivex.internal.operators.single.SingleZipIterable$SingletonArrayFunc of io.reactivex.internal.operators.single.SingleZipIterable