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 // io.reactivex.internal.operators.maybe.MaybeZipArray this
        start local 1 // io.reactivex.MaybeSource[] sources
        start local 2 // io.reactivex.functions.Function zipper
         0: .line 32
            aload 0 /* this */
            invokespecial io.reactivex.Maybe.<init>:()V
         1: .line 33
            aload 0 /* this */
            aload 1 /* sources */
            putfield io.reactivex.internal.operators.maybe.MaybeZipArray.sources:[Lio/reactivex/MaybeSource;
         2: .line 34
            aload 0 /* this */
            aload 2 /* zipper */
            putfield io.reactivex.internal.operators.maybe.MaybeZipArray.zipper:Lio/reactivex/functions/Function;
         3: .line 35
            return
        end local 2 // io.reactivex.functions.Function zipper
        end local 1 // io.reactivex.MaybeSource[] sources
        end local 0 // io.reactivex.internal.operators.maybe.MaybeZipArray this
      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 // io.reactivex.internal.operators.maybe.MaybeZipArray this
        start local 1 // io.reactivex.MaybeObserver observer
         0: .line 39
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeZipArray.sources:[Lio/reactivex/MaybeSource;
            astore 2 /* sources */
        start local 2 // io.reactivex.MaybeSource[] sources
         1: .line 40
            aload 2 /* sources */
            arraylength
            istore 3 /* n */
        start local 3 // int n
         2: .line 42
            iload 3 /* n */
            iconst_1
            if_icmpne 5
         3: .line 43
            aload 2 /* sources */
            iconst_0
            aaload
            new io.reactivex.internal.operators.maybe.MaybeMap$MapMaybeObserver
            dup
            aload 1 /* observer */
            new io.reactivex.internal.operators.maybe.MaybeZipArray$SingletonArrayFunc
            dup
            aload 0 /* this */
            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: .line 44
            return
         5: .line 47
      StackMap locals: io.reactivex.MaybeSource[] int
      StackMap stack:
            new io.reactivex.internal.operators.maybe.MaybeZipArray$ZipCoordinator
            dup
            aload 1 /* observer */
            iload 3 /* n */
            aload 0 /* this */
            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 /* parent */
        start local 4 // io.reactivex.internal.operators.maybe.MaybeZipArray$ZipCoordinator parent
         6: .line 49
            aload 1 /* observer */
            aload 4 /* parent */
            invokeinterface io.reactivex.MaybeObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
         7: .line 51
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         8: goto 17
         9: .line 52
      StackMap locals: io.reactivex.internal.operators.maybe.MaybeZipArray$ZipCoordinator int
      StackMap stack:
            aload 4 /* parent */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeZipArray$ZipCoordinator.isDisposed:()Z
            ifeq 11
        10: .line 53
            return
        11: .line 56
      StackMap locals:
      StackMap stack:
            aload 2 /* sources */
            iload 5 /* i */
            aaload
            astore 6 /* source */
        start local 6 // io.reactivex.MaybeSource source
        12: .line 58
            aload 6 /* source */
            ifnonnull 15
        13: .line 59
            aload 4 /* parent */
            new java.lang.NullPointerException
            dup
            ldc "One of the sources is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            iload 5 /* i */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeZipArray$ZipCoordinator.innerError:(Ljava/lang/Throwable;I)V
        14: .line 60
            return
        15: .line 62
      StackMap locals: io.reactivex.MaybeSource
      StackMap stack:
            aload 6 /* source */
            aload 4 /* parent */
            getfield io.reactivex.internal.operators.maybe.MaybeZipArray$ZipCoordinator.observers:[Lio/reactivex/internal/operators/maybe/MaybeZipArray$ZipMaybeObserver;
            iload 5 /* i */
            aaload
            invokeinterface io.reactivex.MaybeSource.subscribe:(Lio/reactivex/MaybeObserver;)V
        end local 6 // io.reactivex.MaybeSource source
        16: .line 51
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 5 /* i */
            iload 3 /* n */
            if_icmplt 9
        end local 5 // int i
        18: .line 64
            return
        end local 4 // io.reactivex.internal.operators.maybe.MaybeZipArray$ZipCoordinator parent
        end local 3 // int n
        end local 2 // io.reactivex.MaybeSource[] sources
        end local 1 // io.reactivex.MaybeObserver observer
        end local 0 // io.reactivex.internal.operators.maybe.MaybeZipArray this
      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