public final class io.reactivex.internal.operators.maybe.MaybeZipArray<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.MaybeZipArray
super_class: io.reactivex.Maybe
{
final io.reactivex.MaybeSource<? extends T>[] sources;
descriptor: [Lio/reactivex/MaybeSource;
flags: (0x0010) ACC_FINAL
Signature: [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>(io.reactivex.MaybeSource<? extends T>[], io.reactivex.functions.Function<? super java.lang.Object[], ? extends R>);
descriptor: ([Lio/reactivex/MaybeSource;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.MaybeZipArray.sources:[Lio/reactivex/MaybeSource;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.maybe.MaybeZipArray.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/MaybeZipArray<TT;TR;>;
0 4 1 sources [Lio/reactivex/MaybeSource;
0 4 2 zipper Lio/reactivex/functions/Function<-[Ljava/lang/Object;+TR;>;
Signature: ([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=7, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.maybe.MaybeZipArray.sources:[Lio/reactivex/MaybeSource;
astore 2
start local 2 1: aload 2
arraylength
istore 3
start local 3 2: iload 3
iconst_1
if_icmpne 5
3: aload 2
iconst_0
aaload
new io.reactivex.internal.operators.maybe.MaybeMap$MapMaybeObserver
dup
aload 1
new io.reactivex.internal.operators.maybe.MaybeZipArray$SingletonArrayFunc
dup
aload 0
invokespecial io.reactivex.internal.operators.maybe.MaybeZipArray$SingletonArrayFunc.<init>:(Lio/reactivex/internal/operators/maybe/MaybeZipArray;)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
4: return
5: StackMap locals: io.reactivex.MaybeSource[] int
StackMap stack:
new io.reactivex.internal.operators.maybe.MaybeZipArray$ZipCoordinator
dup
aload 1
iload 3
aload 0
getfield io.reactivex.internal.operators.maybe.MaybeZipArray.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 6: aload 1
aload 4
invokeinterface io.reactivex.MaybeObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
7: iconst_0
istore 5
start local 5 8: goto 17
9: 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 11
10: return
11: StackMap locals:
StackMap stack:
aload 2
iload 5
aaload
astore 6
start local 6 12: aload 6
ifnonnull 15
13: aload 4
new java.lang.NullPointerException
dup
ldc "One of the sources is null"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
iload 5
invokevirtual io.reactivex.internal.operators.maybe.MaybeZipArray$ZipCoordinator.innerError:(Ljava/lang/Throwable;I)V
14: return
15: StackMap locals: io.reactivex.MaybeSource
StackMap stack:
aload 6
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
end local 6 16: iinc 5 1
StackMap locals:
StackMap stack:
17: iload 5
iload 3
if_icmplt 9
end local 5 18: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 19 0 this Lio/reactivex/internal/operators/maybe/MaybeZipArray<TT;TR;>;
0 19 1 observer Lio/reactivex/MaybeObserver<-TR;>;
1 19 2 sources [Lio/reactivex/MaybeSource;
2 19 3 n I
6 19 4 parent Lio/reactivex/internal/operators/maybe/MaybeZipArray$ZipCoordinator<TT;TR;>;
8 18 5 i I
12 16 6 source Lio/reactivex/MaybeSource<+TT;>;
Signature: (Lio/reactivex/MaybeObserver<-TR;>;)V
MethodParameters:
Name Flags
observer
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Lio/reactivex/Maybe<TR;>;
SourceFile: "MaybeZipArray.java"
NestMembers:
io.reactivex.internal.operators.maybe.MaybeZipArray$SingletonArrayFunc io.reactivex.internal.operators.maybe.MaybeZipArray$ZipCoordinator io.reactivex.internal.operators.maybe.MaybeZipArray$ZipMaybeObserver
InnerClasses:
final MapMaybeObserver = io.reactivex.internal.operators.maybe.MaybeMap$MapMaybeObserver of io.reactivex.internal.operators.maybe.MaybeMap
final SingletonArrayFunc = io.reactivex.internal.operators.maybe.MaybeZipArray$SingletonArrayFunc of io.reactivex.internal.operators.maybe.MaybeZipArray
final ZipCoordinator = io.reactivex.internal.operators.maybe.MaybeZipArray$ZipCoordinator of io.reactivex.internal.operators.maybe.MaybeZipArray
final ZipMaybeObserver = io.reactivex.internal.operators.maybe.MaybeZipArray$ZipMaybeObserver of io.reactivex.internal.operators.maybe.MaybeZipArray