public final class io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany<T, R> extends io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream<T, R>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany
  super_class: io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream
{
  final org.reactivestreams.Publisher<?>[] otherArray;
    descriptor: [Lorg/reactivestreams/Publisher;
    flags: (0x0010) ACC_FINAL
    Signature: [Lorg/reactivestreams/Publisher<*>;
    RuntimeInvisibleAnnotations: 
      io.reactivex.annotations.Nullable()

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

  final io.reactivex.functions.Function<? super java.lang.Object[], R> combiner;
    descriptor: Lio/reactivex/functions/Function;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/Function<-[Ljava/lang/Object;TR;>;

  public void <init>(io.reactivex.Flowable<T>, org.reactivestreams.Publisher<?>[], io.reactivex.functions.Function<? super java.lang.Object[], R>);
    descriptor: (Lio/reactivex/Flowable;[Lorg/reactivestreams/Publisher;Lio/reactivex/functions/Function;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany this
        start local 1 // io.reactivex.Flowable source
        start local 2 // org.reactivestreams.Publisher[] otherArray
        start local 3 // io.reactivex.functions.Function combiner
         0: .line 47
            aload 0 /* this */
            aload 1 /* source */
            invokespecial io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream.<init>:(Lio/reactivex/Flowable;)V
         1: .line 48
            aload 0 /* this */
            aload 2 /* otherArray */
            putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany.otherArray:[Lorg/reactivestreams/Publisher;
         2: .line 49
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany.otherIterable:Ljava/lang/Iterable;
         3: .line 50
            aload 0 /* this */
            aload 3 /* combiner */
            putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany.combiner:Lio/reactivex/functions/Function;
         4: .line 51
            return
        end local 3 // io.reactivex.functions.Function combiner
        end local 2 // org.reactivestreams.Publisher[] otherArray
        end local 1 // io.reactivex.Flowable source
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany<TT;TR;>;
            0    5     1      source  Lio/reactivex/Flowable<TT;>;
            0    5     2  otherArray  [Lorg/reactivestreams/Publisher;
            0    5     3    combiner  Lio/reactivex/functions/Function<-[Ljava/lang/Object;TR;>;
    Signature: (Lio/reactivex/Flowable<TT;>;[Lorg/reactivestreams/Publisher<*>;Lio/reactivex/functions/Function<-[Ljava/lang/Object;TR;>;)V
    RuntimeInvisibleParameterAnnotations: 
      0:
        io.reactivex.annotations.NonNull()
      1:
        io.reactivex.annotations.NonNull()
      2:
    MethodParameters:
            Name  Flags
      source      
      otherArray  
      combiner    

  public void <init>(io.reactivex.Flowable<T>, java.lang.Iterable<? extends org.reactivestreams.Publisher<?>>, io.reactivex.functions.Function<? super java.lang.Object[], R>);
    descriptor: (Lio/reactivex/Flowable;Ljava/lang/Iterable;Lio/reactivex/functions/Function;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany this
        start local 1 // io.reactivex.Flowable source
        start local 2 // java.lang.Iterable otherIterable
        start local 3 // io.reactivex.functions.Function combiner
         0: .line 54
            aload 0 /* this */
            aload 1 /* source */
            invokespecial io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream.<init>:(Lio/reactivex/Flowable;)V
         1: .line 55
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany.otherArray:[Lorg/reactivestreams/Publisher;
         2: .line 56
            aload 0 /* this */
            aload 2 /* otherIterable */
            putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany.otherIterable:Ljava/lang/Iterable;
         3: .line 57
            aload 0 /* this */
            aload 3 /* combiner */
            putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany.combiner:Lio/reactivex/functions/Function;
         4: .line 58
            return
        end local 3 // io.reactivex.functions.Function combiner
        end local 2 // java.lang.Iterable otherIterable
        end local 1 // io.reactivex.Flowable source
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany<TT;TR;>;
            0    5     1         source  Lio/reactivex/Flowable<TT;>;
            0    5     2  otherIterable  Ljava/lang/Iterable<+Lorg/reactivestreams/Publisher<*>;>;
            0    5     3       combiner  Lio/reactivex/functions/Function<-[Ljava/lang/Object;TR;>;
    Signature: (Lio/reactivex/Flowable<TT;>;Ljava/lang/Iterable<+Lorg/reactivestreams/Publisher<*>;>;Lio/reactivex/functions/Function<-[Ljava/lang/Object;TR;>;)V
    RuntimeInvisibleParameterAnnotations: 
      0:
        io.reactivex.annotations.NonNull()
      1:
        io.reactivex.annotations.NonNull()
      2:
        io.reactivex.annotations.NonNull()
    MethodParameters:
               Name  Flags
      source         
      otherIterable  
      combiner       

  protected void subscribeActual(org.reactivestreams.Subscriber<? super R>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany this
        start local 1 // org.reactivestreams.Subscriber s
         0: .line 62
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany.otherArray:[Lorg/reactivestreams/Publisher;
            astore 2 /* others */
        start local 2 // org.reactivestreams.Publisher[] others
         1: .line 63
            iconst_0
            istore 3 /* n */
        start local 3 // int n
         2: .line 64
            aload 2 /* others */
            ifnonnull 15
         3: .line 65
            bipush 8
            anewarray org.reactivestreams.Publisher
            astore 2 /* others */
         4: .line 68
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany.otherIterable:Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 5
            goto 9
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany 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 69
            iload 3 /* n */
            aload 2 /* others */
            arraylength
            if_icmpne 8
         7: .line 70
            aload 2 /* others */
            iload 3 /* n */
            iload 3 /* n */
            iconst_1
            ishr
            iadd
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast org.reactivestreams.Publisher[]
            astore 2 /* others */
         8: .line 72
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany org.reactivestreams.Subscriber org.reactivestreams.Publisher[] int org.reactivestreams.Publisher java.util.Iterator
      StackMap stack:
            aload 2 /* others */
            iload 3 /* n */
            iinc 3 /* n */ 1
            aload 4 /* p */
            aastore
        end local 4 // org.reactivestreams.Publisher p
         9: .line 68
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany org.reactivestreams.Subscriber org.reactivestreams.Publisher[] int top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        10: .line 74
            goto 16
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany org.reactivestreams.Subscriber org.reactivestreams.Publisher[] int
      StackMap stack: java.lang.Throwable
        11: astore 4 /* ex */
        start local 4 // java.lang.Throwable ex
        12: .line 75
            aload 4 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        13: .line 76
            aload 4 /* ex */
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.EmptySubscription.error:(Ljava/lang/Throwable;Lorg/reactivestreams/Subscriber;)V
        14: .line 77
            return
        end local 4 // java.lang.Throwable ex
        15: .line 81
      StackMap locals:
      StackMap stack:
            aload 2 /* others */
            arraylength
            istore 3 /* n */
        16: .line 84
      StackMap locals:
      StackMap stack:
            iload 3 /* n */
            ifne 19
        17: .line 85
            new io.reactivex.internal.operators.flowable.FlowableMap
            dup
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany.source:Lio/reactivex/Flowable;
            new io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$SingletonArrayFunc
            dup
            aload 0 /* this */
            invokespecial io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$SingletonArrayFunc.<init>:(Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany;)V
            invokespecial io.reactivex.internal.operators.flowable.FlowableMap.<init>:(Lio/reactivex/Flowable;Lio/reactivex/functions/Function;)V
            aload 1 /* s */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableMap.subscribeActual:(Lorg/reactivestreams/Subscriber;)V
        18: .line 86
            return
        19: .line 89
      StackMap locals:
      StackMap stack:
            new io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber
            dup
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany.combiner:Lio/reactivex/functions/Function;
            iload 3 /* n */
            invokespecial io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.<init>:(Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;I)V
            astore 4 /* parent */
        start local 4 // io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber parent
        20: .line 90
            aload 1 /* s */
            aload 4 /* parent */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
        21: .line 91
            aload 4 /* parent */
            aload 2 /* others */
            iload 3 /* n */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.subscribe:([Lorg/reactivestreams/Publisher;I)V
        22: .line 93
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany.source:Lio/reactivex/Flowable;
            aload 4 /* parent */
            invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
        23: .line 94
            return
        end local 4 // io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber parent
        end local 3 // int n
        end local 2 // org.reactivestreams.Publisher[] others
        end local 1 // org.reactivestreams.Subscriber s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   24     0    this  Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany<TT;TR;>;
            0   24     1       s  Lorg/reactivestreams/Subscriber<-TR;>;
            1   24     2  others  [Lorg/reactivestreams/Publisher;
            2   24     3       n  I
            6    9     4       p  Lorg/reactivestreams/Publisher<*>;
           12   15     4      ex  Ljava/lang/Throwable;
           20   24     4  parent  Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestFromSubscriber<TT;TR;>;
      Exception table:
        from    to  target  type
           4    10      11  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/internal/operators/flowable/AbstractFlowableWithUpstream<TT;TR;>;
SourceFile: "FlowableWithLatestFromMany.java"
NestMembers:
  io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$SingletonArrayFunc  io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber  io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestInnerSubscriber
InnerClasses:
  final SingletonArrayFunc = io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$SingletonArrayFunc of io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany
  final WithLatestFromSubscriber = io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber of io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany
  final WithLatestInnerSubscriber = io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestInnerSubscriber of io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany