public final class io.reactivex.internal.operators.flowable.FlowableCombineLatest<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.FlowableCombineLatest
  super_class: io.reactivex.Flowable
{
  final org.reactivestreams.Publisher<? extends T>[] array;
    descriptor: [Lorg/reactivestreams/Publisher;
    flags: (0x0010) ACC_FINAL
    Signature: [Lorg/reactivestreams/Publisher<+TT;>;
    RuntimeInvisibleAnnotations: 
      io.reactivex.annotations.Nullable()

  final java.lang.Iterable<? extends org.reactivestreams.Publisher<? extends T>> iterable;
    descriptor: Ljava/lang/Iterable;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/lang/Iterable<+Lorg/reactivestreams/Publisher<+TT;>;>;
    RuntimeInvisibleAnnotations: 
      io.reactivex.annotations.Nullable()

  final io.reactivex.functions.Function<? super java.lang.Object[], ? extends R> combiner;
    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 delayErrors;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  public void <init>(org.reactivestreams.Publisher<? extends T>[], io.reactivex.functions.Function<? super java.lang.Object[], ? extends R>, int, );
    descriptor: ([Lorg/reactivestreams/Publisher;Lio/reactivex/functions/Function;IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.reactivex.internal.operators.flowable.FlowableCombineLatest this
        start local 1 // org.reactivestreams.Publisher[] array
        start local 2 // io.reactivex.functions.Function combiner
        start local 3 // int bufferSize
        start local 4 // boolean delayErrors
         0: .line 53
            aload 0 /* this */
            invokespecial io.reactivex.Flowable.<init>:()V
         1: .line 56
            aload 0 /* this */
            aload 1 /* array */
            putfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.array:[Lorg/reactivestreams/Publisher;
         2: .line 57
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.iterable:Ljava/lang/Iterable;
         3: .line 58
            aload 0 /* this */
            aload 2 /* combiner */
            putfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.combiner:Lio/reactivex/functions/Function;
         4: .line 59
            aload 0 /* this */
            iload 3 /* bufferSize */
            putfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.bufferSize:I
         5: .line 60
            aload 0 /* this */
            iload 4 /* delayErrors */
            putfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.delayErrors:Z
         6: .line 61
            return
        end local 4 // boolean delayErrors
        end local 3 // int bufferSize
        end local 2 // io.reactivex.functions.Function combiner
        end local 1 // org.reactivestreams.Publisher[] array
        end local 0 // io.reactivex.internal.operators.flowable.FlowableCombineLatest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lio/reactivex/internal/operators/flowable/FlowableCombineLatest<TT;TR;>;
            0    7     1        array  [Lorg/reactivestreams/Publisher;
            0    7     2     combiner  Lio/reactivex/functions/Function<-[Ljava/lang/Object;+TR;>;
            0    7     3   bufferSize  I
            0    7     4  delayErrors  Z
    Signature: ([Lorg/reactivestreams/Publisher<+TT;>;Lio/reactivex/functions/Function<-[Ljava/lang/Object;+TR;>;IZ)V
    RuntimeInvisibleParameterAnnotations: 
      0:
        io.reactivex.annotations.NonNull()
      1:
        io.reactivex.annotations.NonNull()
      2:
      3:
    MethodParameters:
             Name  Flags
      array        
      combiner     
      bufferSize   
      delayErrors  

  public void <init>(java.lang.Iterable<? extends org.reactivestreams.Publisher<? extends T>>, io.reactivex.functions.Function<? super java.lang.Object[], ? extends R>, int, );
    descriptor: (Ljava/lang/Iterable;Lio/reactivex/functions/Function;IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.reactivex.internal.operators.flowable.FlowableCombineLatest this
        start local 1 // java.lang.Iterable iterable
        start local 2 // io.reactivex.functions.Function combiner
        start local 3 // int bufferSize
        start local 4 // boolean delayErrors
         0: .line 63
            aload 0 /* this */
            invokespecial io.reactivex.Flowable.<init>:()V
         1: .line 66
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.array:[Lorg/reactivestreams/Publisher;
         2: .line 67
            aload 0 /* this */
            aload 1 /* iterable */
            putfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.iterable:Ljava/lang/Iterable;
         3: .line 68
            aload 0 /* this */
            aload 2 /* combiner */
            putfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.combiner:Lio/reactivex/functions/Function;
         4: .line 69
            aload 0 /* this */
            iload 3 /* bufferSize */
            putfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.bufferSize:I
         5: .line 70
            aload 0 /* this */
            iload 4 /* delayErrors */
            putfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.delayErrors:Z
         6: .line 71
            return
        end local 4 // boolean delayErrors
        end local 3 // int bufferSize
        end local 2 // io.reactivex.functions.Function combiner
        end local 1 // java.lang.Iterable iterable
        end local 0 // io.reactivex.internal.operators.flowable.FlowableCombineLatest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lio/reactivex/internal/operators/flowable/FlowableCombineLatest<TT;TR;>;
            0    7     1     iterable  Ljava/lang/Iterable<+Lorg/reactivestreams/Publisher<+TT;>;>;
            0    7     2     combiner  Lio/reactivex/functions/Function<-[Ljava/lang/Object;+TR;>;
            0    7     3   bufferSize  I
            0    7     4  delayErrors  Z
    Signature: (Ljava/lang/Iterable<+Lorg/reactivestreams/Publisher<+TT;>;>;Lio/reactivex/functions/Function<-[Ljava/lang/Object;+TR;>;IZ)V
    RuntimeInvisibleParameterAnnotations: 
      0:
        io.reactivex.annotations.NonNull()
      1:
        io.reactivex.annotations.NonNull()
      2:
      3:
    MethodParameters:
             Name  Flags
      iterable     
      combiner     
      bufferSize   
      delayErrors  

  public void subscribeActual(org.reactivestreams.Subscriber<? super R>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableCombineLatest this
        start local 1 // org.reactivestreams.Subscriber s
         0: .line 76
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.array:[Lorg/reactivestreams/Publisher;
            astore 2 /* a */
        start local 2 // org.reactivestreams.Publisher[] a
         1: .line 78
            aload 2 /* a */
            ifnonnull 30
         2: .line 79
            iconst_0
            istore 3 /* n */
        start local 3 // int n
         3: .line 80
            bipush 8
            anewarray org.reactivestreams.Publisher
            astore 2 /* a */
         4: .line 85
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.iterable:Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            ldc "The iterator returned is null"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.util.Iterator
            astore 4 /* it */
        start local 4 // java.util.Iterator it
         5: .line 86
            goto 10
        end local 4 // java.util.Iterator it
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableCombineLatest org.reactivestreams.Subscriber org.reactivestreams.Publisher[] int
      StackMap stack: java.lang.Throwable
         6: astore 5 /* e */
        start local 5 // java.lang.Throwable e
         7: .line 87
            aload 5 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         8: .line 88
            aload 5 /* e */
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.EmptySubscription.error:(Ljava/lang/Throwable;Lorg/reactivestreams/Subscriber;)V
         9: .line 89
            return
        end local 5 // java.lang.Throwable e
        start local 4 // java.util.Iterator it
        10: .line 97
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 4 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            istore 5 /* b */
        start local 5 // boolean b
        11: .line 98
            goto 16
        end local 5 // boolean b
      StackMap locals:
      StackMap stack: java.lang.Throwable
        12: astore 6 /* e */
        start local 6 // java.lang.Throwable e
        13: .line 99
            aload 6 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        14: .line 100
            aload 6 /* e */
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.EmptySubscription.error:(Ljava/lang/Throwable;Lorg/reactivestreams/Subscriber;)V
        15: .line 101
            return
        end local 6 // java.lang.Throwable e
        start local 5 // boolean b
        16: .line 104
      StackMap locals: int
      StackMap stack:
            iload 5 /* b */
            ifne 18
        17: .line 105
            goto 31
        18: .line 111
      StackMap locals:
      StackMap stack:
            aload 4 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.reactivestreams.Publisher
            ldc "The publisher returned by the iterator is null"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.reactivestreams.Publisher
            astore 6 /* p */
        start local 6 // org.reactivestreams.Publisher p
        19: .line 112
            goto 24
        end local 6 // org.reactivestreams.Publisher p
      StackMap locals:
      StackMap stack: java.lang.Throwable
        20: astore 7 /* e */
        start local 7 // java.lang.Throwable e
        21: .line 113
            aload 7 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        22: .line 114
            aload 7 /* e */
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.EmptySubscription.error:(Ljava/lang/Throwable;Lorg/reactivestreams/Subscriber;)V
        23: .line 115
            return
        end local 7 // java.lang.Throwable e
        start local 6 // org.reactivestreams.Publisher p
        24: .line 118
      StackMap locals: org.reactivestreams.Publisher
      StackMap stack:
            iload 3 /* n */
            aload 2 /* a */
            arraylength
            if_icmpne 28
        25: .line 119
            iload 3 /* n */
            iload 3 /* n */
            iconst_2
            ishr
            iadd
            anewarray org.reactivestreams.Publisher
            astore 7 /* c */
        start local 7 // org.reactivestreams.Publisher[] c
        26: .line 120
            aload 2 /* a */
            iconst_0
            aload 7 /* c */
            iconst_0
            iload 3 /* n */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        27: .line 121
            aload 7 /* c */
            astore 2 /* a */
        end local 7 // org.reactivestreams.Publisher[] c
        28: .line 123
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            iload 3 /* n */
            iinc 3 /* n */ 1
            aload 6 /* p */
            aastore
        end local 6 // org.reactivestreams.Publisher p
        end local 5 // boolean b
        29: .line 92
            goto 10
        end local 4 // java.util.Iterator it
        end local 3 // int n
        30: .line 127
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableCombineLatest org.reactivestreams.Subscriber org.reactivestreams.Publisher[]
      StackMap stack:
            aload 2 /* a */
            arraylength
            istore 3 /* n */
        start local 3 // int n
        31: .line 130
      StackMap locals: int
      StackMap stack:
            iload 3 /* n */
            ifne 34
        32: .line 131
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.EmptySubscription.complete:(Lorg/reactivestreams/Subscriber;)V
        33: .line 132
            return
        34: .line 134
      StackMap locals:
      StackMap stack:
            iload 3 /* n */
            iconst_1
            if_icmpne 37
        35: .line 135
            aload 2 /* a */
            iconst_0
            aaload
            new io.reactivex.internal.operators.flowable.FlowableMap$MapSubscriber
            dup
            aload 1 /* s */
            new io.reactivex.internal.operators.flowable.FlowableCombineLatest$SingletonArrayFunc
            dup
            aload 0 /* this */
            invokespecial io.reactivex.internal.operators.flowable.FlowableCombineLatest$SingletonArrayFunc.<init>:(Lio/reactivex/internal/operators/flowable/FlowableCombineLatest;)V
            invokespecial io.reactivex.internal.operators.flowable.FlowableMap$MapSubscriber.<init>:(Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;)V
            invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
        36: .line 136
            return
        37: .line 140
      StackMap locals:
      StackMap stack:
            new io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestCoordinator
            dup
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.combiner:Lio/reactivex/functions/Function;
            iload 3 /* n */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.bufferSize:I
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.delayErrors:Z
            invokespecial io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestCoordinator.<init>:(Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;IIZ)V
        38: .line 139
            astore 4 /* coordinator */
        start local 4 // io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestCoordinator coordinator
        39: .line 142
            aload 1 /* s */
            aload 4 /* coordinator */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
        40: .line 144
            aload 4 /* coordinator */
            aload 2 /* a */
            iload 3 /* n */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestCoordinator.subscribe:([Lorg/reactivestreams/Publisher;I)V
        41: .line 145
            return
        end local 4 // io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestCoordinator coordinator
        end local 3 // int n
        end local 2 // org.reactivestreams.Publisher[] a
        end local 1 // org.reactivestreams.Subscriber s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableCombineLatest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   42     0         this  Lio/reactivex/internal/operators/flowable/FlowableCombineLatest<TT;TR;>;
            0   42     1            s  Lorg/reactivestreams/Subscriber<-TR;>;
            1   42     2            a  [Lorg/reactivestreams/Publisher;
            3   30     3            n  I
           31   42     3            n  I
            5    6     4           it  Ljava/util/Iterator<+Lorg/reactivestreams/Publisher<+TT;>;>;
           10   30     4           it  Ljava/util/Iterator<+Lorg/reactivestreams/Publisher<+TT;>;>;
            7   10     5            e  Ljava/lang/Throwable;
           11   12     5            b  Z
           16   29     5            b  Z
           13   16     6            e  Ljava/lang/Throwable;
           19   20     6            p  Lorg/reactivestreams/Publisher<+TT;>;
           24   29     6            p  Lorg/reactivestreams/Publisher<+TT;>;
           21   24     7            e  Ljava/lang/Throwable;
           26   28     7            c  [Lorg/reactivestreams/Publisher;
           39   42     4  coordinator  Lio/reactivex/internal/operators/flowable/FlowableCombineLatest$CombineLatestCoordinator<TT;TR;>;
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.Throwable
          10    11      12  Class java.lang.Throwable
          18    19      20  Class java.lang.Throwable
    Signature: (Lorg/reactivestreams/Subscriber<-TR;>;)V
    MethodParameters:
      Name  Flags
      s     
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Lio/reactivex/Flowable<TR;>;
SourceFile: "FlowableCombineLatest.java"
NestMembers:
  io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestCoordinator  io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber  io.reactivex.internal.operators.flowable.FlowableCombineLatest$SingletonArrayFunc
InnerClasses:
  final CombineLatestCoordinator = io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestCoordinator of io.reactivex.internal.operators.flowable.FlowableCombineLatest
  final CombineLatestInnerSubscriber = io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber of io.reactivex.internal.operators.flowable.FlowableCombineLatest
  final SingletonArrayFunc = io.reactivex.internal.operators.flowable.FlowableCombineLatest$SingletonArrayFunc of io.reactivex.internal.operators.flowable.FlowableCombineLatest
  final MapSubscriber = io.reactivex.internal.operators.flowable.FlowableMap$MapSubscriber of io.reactivex.internal.operators.flowable.FlowableMap