public final class io.reactivex.internal.operators.flowable.FlowableZip<T, R> extends io.reactivex.Flowable<R>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableZip
  super_class: io.reactivex.Flowable
{
  final org.reactivestreams.Publisher<? extends T>[] sources;
    descriptor: [Lorg/reactivestreams/Publisher;
    flags: (0x0010) ACC_FINAL
    Signature: [Lorg/reactivestreams/Publisher<+TT;>;

  final java.lang.Iterable<? extends org.reactivestreams.Publisher<? extends T>> sourcesIterable;
    descriptor: Ljava/lang/Iterable;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/lang/Iterable<+Lorg/reactivestreams/Publisher<+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;>;

  final int bufferSize;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final boolean delayError;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  public void <init>(org.reactivestreams.Publisher<? extends T>[], java.lang.Iterable<? extends org.reactivestreams.Publisher<? extends T>>, io.reactivex.functions.Function<? super java.lang.Object[], ? extends R>, int, );
    descriptor: ([Lorg/reactivestreams/Publisher;Ljava/lang/Iterable;Lio/reactivex/functions/Function;IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // io.reactivex.internal.operators.flowable.FlowableZip this
        start local 1 // org.reactivestreams.Publisher[] sources
        start local 2 // java.lang.Iterable sourcesIterable
        start local 3 // io.reactivex.functions.Function zipper
        start local 4 // int bufferSize
        start local 5 // boolean delayError
         0: .line 39
            aload 0 /* this */
            invokespecial io.reactivex.Flowable.<init>:()V
         1: .line 44
            aload 0 /* this */
            aload 1 /* sources */
            putfield io.reactivex.internal.operators.flowable.FlowableZip.sources:[Lorg/reactivestreams/Publisher;
         2: .line 45
            aload 0 /* this */
            aload 2 /* sourcesIterable */
            putfield io.reactivex.internal.operators.flowable.FlowableZip.sourcesIterable:Ljava/lang/Iterable;
         3: .line 46
            aload 0 /* this */
            aload 3 /* zipper */
            putfield io.reactivex.internal.operators.flowable.FlowableZip.zipper:Lio/reactivex/functions/Function;
         4: .line 47
            aload 0 /* this */
            iload 4 /* bufferSize */
            putfield io.reactivex.internal.operators.flowable.FlowableZip.bufferSize:I
         5: .line 48
            aload 0 /* this */
            iload 5 /* delayError */
            putfield io.reactivex.internal.operators.flowable.FlowableZip.delayError:Z
         6: .line 49
            return
        end local 5 // boolean delayError
        end local 4 // int bufferSize
        end local 3 // io.reactivex.functions.Function zipper
        end local 2 // java.lang.Iterable sourcesIterable
        end local 1 // org.reactivestreams.Publisher[] sources
        end local 0 // io.reactivex.internal.operators.flowable.FlowableZip this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lio/reactivex/internal/operators/flowable/FlowableZip<TT;TR;>;
            0    7     1          sources  [Lorg/reactivestreams/Publisher;
            0    7     2  sourcesIterable  Ljava/lang/Iterable<+Lorg/reactivestreams/Publisher<+TT;>;>;
            0    7     3           zipper  Lio/reactivex/functions/Function<-[Ljava/lang/Object;+TR;>;
            0    7     4       bufferSize  I
            0    7     5       delayError  Z
    Signature: ([Lorg/reactivestreams/Publisher<+TT;>;Ljava/lang/Iterable<+Lorg/reactivestreams/Publisher<+TT;>;>;Lio/reactivex/functions/Function<-[Ljava/lang/Object;+TR;>;IZ)V
    MethodParameters:
                 Name  Flags
      sources          
      sourcesIterable  
      zipper           
      bufferSize       
      delayError       

  public void subscribeActual(org.reactivestreams.Subscriber<? super R>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableZip this
        start local 1 // org.reactivestreams.Subscriber s
         0: .line 54
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip.sources:[Lorg/reactivestreams/Publisher;
            astore 2 /* sources */
        start local 2 // org.reactivestreams.Publisher[] sources
         1: .line 55
            iconst_0
            istore 3 /* count */
        start local 3 // int count
         2: .line 56
            aload 2 /* sources */
            ifnonnull 13
         3: .line 57
            bipush 8
            anewarray org.reactivestreams.Publisher
            astore 2 /* sources */
         4: .line 58
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip.sourcesIterable:Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 5
            goto 11
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableZip org.reactivestreams.Subscriber org.reactivestreams.Publisher[] int top java.util.Iterator
      StackMap stack:
         5: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.reactivestreams.Publisher
            astore 4 /* p */
        start local 4 // org.reactivestreams.Publisher p
         6: .line 59
            iload 3 /* count */
            aload 2 /* sources */
            arraylength
            if_icmpne 10
         7: .line 60
            iload 3 /* count */
            iload 3 /* count */
            iconst_2
            ishr
            iadd
            anewarray org.reactivestreams.Publisher
            astore 6 /* b */
        start local 6 // org.reactivestreams.Publisher[] b
         8: .line 61
            aload 2 /* sources */
            iconst_0
            aload 6 /* b */
            iconst_0
            iload 3 /* count */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 62
            aload 6 /* b */
            astore 2 /* sources */
        end local 6 // org.reactivestreams.Publisher[] b
        10: .line 64
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableZip org.reactivestreams.Subscriber org.reactivestreams.Publisher[] int org.reactivestreams.Publisher java.util.Iterator
      StackMap stack:
            aload 2 /* sources */
            iload 3 /* count */
            iinc 3 /* count */ 1
            aload 4 /* p */
            aastore
        end local 4 // org.reactivestreams.Publisher p
        11: .line 58
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableZip org.reactivestreams.Subscriber org.reactivestreams.Publisher[] int top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        12: .line 66
            goto 14
        13: .line 67
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableZip org.reactivestreams.Subscriber org.reactivestreams.Publisher[] int
      StackMap stack:
            aload 2 /* sources */
            arraylength
            istore 3 /* count */
        14: .line 70
      StackMap locals:
      StackMap stack:
            iload 3 /* count */
            ifne 17
        15: .line 71
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.EmptySubscription.complete:(Lorg/reactivestreams/Subscriber;)V
        16: .line 72
            return
        17: .line 75
      StackMap locals:
      StackMap stack:
            new io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator
            dup
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip.zipper:Lio/reactivex/functions/Function;
            iload 3 /* count */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip.bufferSize:I
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip.delayError:Z
            invokespecial io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.<init>:(Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;IIZ)V
            astore 4 /* coordinator */
        start local 4 // io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator coordinator
        18: .line 77
            aload 1 /* s */
            aload 4 /* coordinator */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
        19: .line 79
            aload 4 /* coordinator */
            aload 2 /* sources */
            iload 3 /* count */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.subscribe:([Lorg/reactivestreams/Publisher;I)V
        20: .line 80
            return
        end local 4 // io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator coordinator
        end local 3 // int count
        end local 2 // org.reactivestreams.Publisher[] sources
        end local 1 // org.reactivestreams.Subscriber s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableZip this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   21     0         this  Lio/reactivex/internal/operators/flowable/FlowableZip<TT;TR;>;
            0   21     1            s  Lorg/reactivestreams/Subscriber<-TR;>;
            1   21     2      sources  [Lorg/reactivestreams/Publisher;
            2   21     3        count  I
            6   11     4            p  Lorg/reactivestreams/Publisher<+TT;>;
            8   10     6            b  [Lorg/reactivestreams/Publisher;
           18   21     4  coordinator  Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator<TT;TR;>;
    Signature: (Lorg/reactivestreams/Subscriber<-TR;>;)V
    MethodParameters:
      Name  Flags
      s     
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Lio/reactivex/Flowable<TR;>;
SourceFile: "FlowableZip.java"
NestMembers:
  io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator  io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber
InnerClasses:
  final ZipCoordinator = io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator of io.reactivex.internal.operators.flowable.FlowableZip
  final ZipSubscriber = io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber of io.reactivex.internal.operators.flowable.FlowableZip