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 // io.reactivex.internal.operators.maybe.MaybeZipIterable this
        start local 1 // java.lang.Iterable sources
        start local 2 // io.reactivex.functions.Function zipper
         0: .line 31
            aload 0 /* this */
            invokespecial io.reactivex.Maybe.<init>:()V
         1: .line 32
            aload 0 /* this */
            aload 1 /* sources */
            putfield io.reactivex.internal.operators.maybe.MaybeZipIterable.sources:Ljava/lang/Iterable;
         2: .line 33
            aload 0 /* this */
            aload 2 /* zipper */
            putfield io.reactivex.internal.operators.maybe.MaybeZipIterable.zipper:Lio/reactivex/functions/Function;
         3: .line 34
            return
        end local 2 // io.reactivex.functions.Function zipper
        end local 1 // java.lang.Iterable sources
        end local 0 // io.reactivex.internal.operators.maybe.MaybeZipIterable this
      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 // io.reactivex.internal.operators.maybe.MaybeZipIterable this
        start local 1 // io.reactivex.MaybeObserver observer
         0: .line 39
            bipush 8
            anewarray io.reactivex.MaybeSource
            astore 2 /* a */
        start local 2 // io.reactivex.MaybeSource[] a
         1: .line 40
            iconst_0
            istore 3 /* n */
        start local 3 // int n
         2: .line 43
            aload 0 /* this */
            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 /* source */
        start local 4 // io.reactivex.MaybeSource source
         4: .line 44
            aload 4 /* source */
            ifnonnull 7
         5: .line 45
            new java.lang.NullPointerException
            dup
            ldc "One of the sources is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            aload 1 /* observer */
            invokestatic io.reactivex.internal.disposables.EmptyDisposable.error:(Ljava/lang/Throwable;Lio/reactivex/MaybeObserver;)V
         6: .line 46
            return
         7: .line 48
      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 /* n */
            aload 2 /* a */
            arraylength
            if_icmpne 9
         8: .line 49
            aload 2 /* a */
            iload 3 /* n */
            iload 3 /* n */
            iconst_2
            ishr
            iadd
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast io.reactivex.MaybeSource[]
            astore 2 /* a */
         9: .line 51
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            iload 3 /* n */
            iinc 3 /* n */ 1
            aload 4 /* source */
            aastore
        end local 4 // io.reactivex.MaybeSource source
        10: .line 43
      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: .line 53
            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 /* ex */
        start local 4 // java.lang.Throwable ex
        13: .line 54
            aload 4 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        14: .line 55
            aload 4 /* ex */
            aload 1 /* observer */
            invokestatic io.reactivex.internal.disposables.EmptyDisposable.error:(Ljava/lang/Throwable;Lio/reactivex/MaybeObserver;)V
        15: .line 56
            return
        end local 4 // java.lang.Throwable ex
        16: .line 59
      StackMap locals:
      StackMap stack:
            iload 3 /* n */
            ifne 19
        17: .line 60
            aload 1 /* observer */
            invokestatic io.reactivex.internal.disposables.EmptyDisposable.complete:(Lio/reactivex/MaybeObserver;)V
        18: .line 61
            return
        19: .line 64
      StackMap locals:
      StackMap stack:
            iload 3 /* n */
            iconst_1
            if_icmpne 22
        20: .line 65
            aload 2 /* a */
            iconst_0
            aaload
            new io.reactivex.internal.operators.maybe.MaybeMap$MapMaybeObserver
            dup
            aload 1 /* observer */
            new io.reactivex.internal.operators.maybe.MaybeZipIterable$SingletonArrayFunc
            dup
            aload 0 /* this */
            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: .line 66
            return
        22: .line 69
      StackMap locals:
      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.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 /* parent */
        start local 4 // io.reactivex.internal.operators.maybe.MaybeZipArray$ZipCoordinator parent
        23: .line 71
            aload 1 /* observer */
            aload 4 /* parent */
            invokeinterface io.reactivex.MaybeObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
        24: .line 73
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        25: goto 30
        26: .line 74
      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 28
        27: .line 75
            return
        28: .line 78
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            iload 5 /* i */
            aaload
            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
        29: .line 73
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        30: iload 5 /* i */
            iload 3 /* n */
            if_icmplt 26
        end local 5 // int i
        31: .line 80
            return
        end local 4 // io.reactivex.internal.operators.maybe.MaybeZipArray$ZipCoordinator parent
        end local 3 // int n
        end local 2 // io.reactivex.MaybeSource[] a
        end local 1 // io.reactivex.MaybeObserver observer
        end local 0 // io.reactivex.internal.operators.maybe.MaybeZipIterable this
      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