public final class io.reactivex.internal.operators.maybe.MaybeZipIterable<T, R> extends io.reactivex.Maybe<R>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.maybe.MaybeZipIterable
super_class: io.reactivex.Maybe
{
final java.lang.Iterable<? extends io.reactivex.MaybeSource<? extends T>> sources;
descriptor: Ljava/lang/Iterable;
flags: (0x0010) ACC_FINAL
Signature: Ljava/lang/Iterable<+Lio/reactivex/MaybeSource<+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.MaybeSource<? 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.Maybe.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.maybe.MaybeZipIterable.sources:Ljava/lang/Iterable;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.maybe.MaybeZipIterable.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/maybe/MaybeZipIterable<TT;TR;>;
0 4 1 sources Ljava/lang/Iterable<+Lio/reactivex/MaybeSource<+TT;>;>;
0 4 2 zipper Lio/reactivex/functions/Function<-[Ljava/lang/Object;+TR;>;
Signature: (Ljava/lang/Iterable<+Lio/reactivex/MaybeSource<+TT;>;>;Lio/reactivex/functions/Function<-[Ljava/lang/Object;+TR;>;)V
MethodParameters:
Name Flags
sources
zipper
protected void subscribeActual(io.reactivex.MaybeObserver<? super R>);
descriptor: (Lio/reactivex/MaybeObserver;)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.MaybeSource
astore 2
start local 2 1: iconst_0
istore 3
start local 3 2: aload 0
getfield io.reactivex.internal.operators.maybe.MaybeZipIterable.sources:Ljava/lang/Iterable;
invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
astore 5
goto 10
StackMap locals: io.reactivex.internal.operators.maybe.MaybeZipIterable io.reactivex.MaybeObserver io.reactivex.MaybeSource[] int top java.util.Iterator
StackMap stack:
3: aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast io.reactivex.MaybeSource
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/MaybeObserver;)V
6: return
7: StackMap locals: io.reactivex.internal.operators.maybe.MaybeZipIterable io.reactivex.MaybeObserver io.reactivex.MaybeSource[] int io.reactivex.MaybeSource 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.MaybeSource[]
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.maybe.MaybeZipIterable io.reactivex.MaybeObserver io.reactivex.MaybeSource[] 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.maybe.MaybeZipIterable io.reactivex.MaybeObserver io.reactivex.MaybeSource[] 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/MaybeObserver;)V
15: return
end local 4 16: StackMap locals:
StackMap stack:
iload 3
ifne 19
17: aload 1
invokestatic io.reactivex.internal.disposables.EmptyDisposable.complete:(Lio/reactivex/MaybeObserver;)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.maybe.MaybeMap$MapMaybeObserver
dup
aload 1
new io.reactivex.internal.operators.maybe.MaybeZipIterable$SingletonArrayFunc
dup
aload 0
invokespecial io.reactivex.internal.operators.maybe.MaybeZipIterable$SingletonArrayFunc.<init>:(Lio/reactivex/internal/operators/maybe/MaybeZipIterable;)V
invokespecial io.reactivex.internal.operators.maybe.MaybeMap$MapMaybeObserver.<init>:(Lio/reactivex/MaybeObserver;Lio/reactivex/functions/Function;)V
invokeinterface io.reactivex.MaybeSource.subscribe:(Lio/reactivex/MaybeObserver;)V
21: return
22: StackMap locals:
StackMap stack:
new io.reactivex.internal.operators.maybe.MaybeZipArray$ZipCoordinator
dup
aload 1
iload 3
aload 0
getfield io.reactivex.internal.operators.maybe.MaybeZipIterable.zipper:Lio/reactivex/functions/Function;
invokespecial io.reactivex.internal.operators.maybe.MaybeZipArray$ZipCoordinator.<init>:(Lio/reactivex/MaybeObserver;ILio/reactivex/functions/Function;)V
astore 4
start local 4 23: aload 1
aload 4
invokeinterface io.reactivex.MaybeObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
24: iconst_0
istore 5
start local 5 25: goto 30
26: StackMap locals: io.reactivex.internal.operators.maybe.MaybeZipArray$ZipCoordinator int
StackMap stack:
aload 4
invokevirtual io.reactivex.internal.operators.maybe.MaybeZipArray$ZipCoordinator.isDisposed:()Z
ifeq 28
27: return
28: StackMap locals:
StackMap stack:
aload 2
iload 5
aaload
aload 4
getfield io.reactivex.internal.operators.maybe.MaybeZipArray$ZipCoordinator.observers:[Lio/reactivex/internal/operators/maybe/MaybeZipArray$ZipMaybeObserver;
iload 5
aaload
invokeinterface io.reactivex.MaybeSource.subscribe:(Lio/reactivex/MaybeObserver;)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/maybe/MaybeZipIterable<TT;TR;>;
0 32 1 observer Lio/reactivex/MaybeObserver<-TR;>;
1 32 2 a [Lio/reactivex/MaybeSource;
2 32 3 n I
4 10 4 source Lio/reactivex/MaybeSource<+TT;>;
13 16 4 ex Ljava/lang/Throwable;
23 32 4 parent Lio/reactivex/internal/operators/maybe/MaybeZipArray$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/MaybeObserver<-TR;>;)V
MethodParameters:
Name Flags
observer
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Lio/reactivex/Maybe<TR;>;
SourceFile: "MaybeZipIterable.java"
NestMembers:
io.reactivex.internal.operators.maybe.MaybeZipIterable$SingletonArrayFunc
InnerClasses:
final MapMaybeObserver = io.reactivex.internal.operators.maybe.MaybeMap$MapMaybeObserver of io.reactivex.internal.operators.maybe.MaybeMap
final ZipCoordinator = io.reactivex.internal.operators.maybe.MaybeZipArray$ZipCoordinator of io.reactivex.internal.operators.maybe.MaybeZipArray
final SingletonArrayFunc = io.reactivex.internal.operators.maybe.MaybeZipIterable$SingletonArrayFunc of io.reactivex.internal.operators.maybe.MaybeZipIterable