public final class io.reactivex.internal.operators.observable.ObservableWithLatestFromMany<T, R> extends io.reactivex.internal.operators.observable.AbstractObservableWithUpstream<T, R>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany
  super_class: io.reactivex.internal.operators.observable.AbstractObservableWithUpstream
{
  final io.reactivex.ObservableSource<?>[] otherArray;
    descriptor: [Lio/reactivex/ObservableSource;
    flags: (0x0010) ACC_FINAL
    Signature: [Lio/reactivex/ObservableSource<*>;
    RuntimeInvisibleAnnotations: 
      io.reactivex.annotations.Nullable()

  final java.lang.Iterable<? extends io.reactivex.ObservableSource<?>> otherIterable;
    descriptor: Ljava/lang/Iterable;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/lang/Iterable<+Lio/reactivex/ObservableSource<*>;>;
    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;>;
    RuntimeInvisibleAnnotations: 
      io.reactivex.annotations.NonNull()

  public void <init>(io.reactivex.ObservableSource<T>, io.reactivex.ObservableSource<?>[], io.reactivex.functions.Function<? super java.lang.Object[], R>);
    descriptor: (Lio/reactivex/ObservableSource;[Lio/reactivex/ObservableSource;Lio/reactivex/functions/Function;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany this
        start local 1 // io.reactivex.ObservableSource source
        start local 2 // io.reactivex.ObservableSource[] otherArray
        start local 3 // io.reactivex.functions.Function combiner
         0: .line 48
            aload 0 /* this */
            aload 1 /* source */
            invokespecial io.reactivex.internal.operators.observable.AbstractObservableWithUpstream.<init>:(Lio/reactivex/ObservableSource;)V
         1: .line 49
            aload 0 /* this */
            aload 2 /* otherArray */
            putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany.otherArray:[Lio/reactivex/ObservableSource;
         2: .line 50
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany.otherIterable:Ljava/lang/Iterable;
         3: .line 51
            aload 0 /* this */
            aload 3 /* combiner */
            putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany.combiner:Lio/reactivex/functions/Function;
         4: .line 52
            return
        end local 3 // io.reactivex.functions.Function combiner
        end local 2 // io.reactivex.ObservableSource[] otherArray
        end local 1 // io.reactivex.ObservableSource source
        end local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany<TT;TR;>;
            0    5     1      source  Lio/reactivex/ObservableSource<TT;>;
            0    5     2  otherArray  [Lio/reactivex/ObservableSource;
            0    5     3    combiner  Lio/reactivex/functions/Function<-[Ljava/lang/Object;TR;>;
    Signature: (Lio/reactivex/ObservableSource<TT;>;[Lio/reactivex/ObservableSource<*>;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      
      otherArray  
      combiner    

  public void <init>(io.reactivex.ObservableSource<T>, java.lang.Iterable<? extends io.reactivex.ObservableSource<?>>, io.reactivex.functions.Function<? super java.lang.Object[], R>);
    descriptor: (Lio/reactivex/ObservableSource;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.observable.ObservableWithLatestFromMany this
        start local 1 // io.reactivex.ObservableSource source
        start local 2 // java.lang.Iterable otherIterable
        start local 3 // io.reactivex.functions.Function combiner
         0: .line 55
            aload 0 /* this */
            aload 1 /* source */
            invokespecial io.reactivex.internal.operators.observable.AbstractObservableWithUpstream.<init>:(Lio/reactivex/ObservableSource;)V
         1: .line 56
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany.otherArray:[Lio/reactivex/ObservableSource;
         2: .line 57
            aload 0 /* this */
            aload 2 /* otherIterable */
            putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany.otherIterable:Ljava/lang/Iterable;
         3: .line 58
            aload 0 /* this */
            aload 3 /* combiner */
            putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany.combiner:Lio/reactivex/functions/Function;
         4: .line 59
            return
        end local 3 // io.reactivex.functions.Function combiner
        end local 2 // java.lang.Iterable otherIterable
        end local 1 // io.reactivex.ObservableSource source
        end local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany<TT;TR;>;
            0    5     1         source  Lio/reactivex/ObservableSource<TT;>;
            0    5     2  otherIterable  Ljava/lang/Iterable<+Lio/reactivex/ObservableSource<*>;>;
            0    5     3       combiner  Lio/reactivex/functions/Function<-[Ljava/lang/Object;TR;>;
    Signature: (Lio/reactivex/ObservableSource<TT;>;Ljava/lang/Iterable<+Lio/reactivex/ObservableSource<*>;>;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(io.reactivex.Observer<? super R>);
    descriptor: (Lio/reactivex/Observer;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany this
        start local 1 // io.reactivex.Observer observer
         0: .line 63
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany.otherArray:[Lio/reactivex/ObservableSource;
            astore 2 /* others */
        start local 2 // io.reactivex.ObservableSource[] others
         1: .line 64
            iconst_0
            istore 3 /* n */
        start local 3 // int n
         2: .line 65
            aload 2 /* others */
            ifnonnull 15
         3: .line 66
            bipush 8
            anewarray io.reactivex.ObservableSource
            astore 2 /* others */
         4: .line 69
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany.otherIterable:Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 5
            goto 9
      StackMap locals: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany io.reactivex.Observer io.reactivex.ObservableSource[] int top java.util.Iterator
      StackMap stack:
         5: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.reactivex.ObservableSource
            astore 4 /* p */
        start local 4 // io.reactivex.ObservableSource p
         6: .line 70
            iload 3 /* n */
            aload 2 /* others */
            arraylength
            if_icmpne 8
         7: .line 71
            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 io.reactivex.ObservableSource[]
            astore 2 /* others */
         8: .line 73
      StackMap locals: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany io.reactivex.Observer io.reactivex.ObservableSource[] int io.reactivex.ObservableSource java.util.Iterator
      StackMap stack:
            aload 2 /* others */
            iload 3 /* n */
            iinc 3 /* n */ 1
            aload 4 /* p */
            aastore
        end local 4 // io.reactivex.ObservableSource p
         9: .line 69
      StackMap locals: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany io.reactivex.Observer io.reactivex.ObservableSource[] int top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        10: .line 75
            goto 16
      StackMap locals: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany io.reactivex.Observer io.reactivex.ObservableSource[] int
      StackMap stack: java.lang.Throwable
        11: astore 4 /* ex */
        start local 4 // java.lang.Throwable ex
        12: .line 76
            aload 4 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        13: .line 77
            aload 4 /* ex */
            aload 1 /* observer */
            invokestatic io.reactivex.internal.disposables.EmptyDisposable.error:(Ljava/lang/Throwable;Lio/reactivex/Observer;)V
        14: .line 78
            return
        end local 4 // java.lang.Throwable ex
        15: .line 82
      StackMap locals:
      StackMap stack:
            aload 2 /* others */
            arraylength
            istore 3 /* n */
        16: .line 85
      StackMap locals:
      StackMap stack:
            iload 3 /* n */
            ifne 19
        17: .line 86
            new io.reactivex.internal.operators.observable.ObservableMap
            dup
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany.source:Lio/reactivex/ObservableSource;
            new io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$SingletonArrayFunc
            dup
            aload 0 /* this */
            invokespecial io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$SingletonArrayFunc.<init>:(Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany;)V
            invokespecial io.reactivex.internal.operators.observable.ObservableMap.<init>:(Lio/reactivex/ObservableSource;Lio/reactivex/functions/Function;)V
            aload 1 /* observer */
            invokevirtual io.reactivex.internal.operators.observable.ObservableMap.subscribeActual:(Lio/reactivex/Observer;)V
        18: .line 87
            return
        19: .line 90
      StackMap locals:
      StackMap stack:
            new io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver
            dup
            aload 1 /* observer */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany.combiner:Lio/reactivex/functions/Function;
            iload 3 /* n */
            invokespecial io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.<init>:(Lio/reactivex/Observer;Lio/reactivex/functions/Function;I)V
            astore 4 /* parent */
        start local 4 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver parent
        20: .line 91
            aload 1 /* observer */
            aload 4 /* parent */
            invokeinterface io.reactivex.Observer.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
        21: .line 92
            aload 4 /* parent */
            aload 2 /* others */
            iload 3 /* n */
            invokevirtual io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.subscribe:([Lio/reactivex/ObservableSource;I)V
        22: .line 94
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany.source:Lio/reactivex/ObservableSource;
            aload 4 /* parent */
            invokeinterface io.reactivex.ObservableSource.subscribe:(Lio/reactivex/Observer;)V
        23: .line 95
            return
        end local 4 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver parent
        end local 3 // int n
        end local 2 // io.reactivex.ObservableSource[] others
        end local 1 // io.reactivex.Observer observer
        end local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   24     0      this  Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany<TT;TR;>;
            0   24     1  observer  Lio/reactivex/Observer<-TR;>;
            1   24     2    others  [Lio/reactivex/ObservableSource;
            2   24     3         n  I
            6    9     4         p  Lio/reactivex/ObservableSource<*>;
           12   15     4        ex  Ljava/lang/Throwable;
           20   24     4    parent  Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver<TT;TR;>;
      Exception table:
        from    to  target  type
           4    10      11  Class java.lang.Throwable
    Signature: (Lio/reactivex/Observer<-TR;>;)V
    MethodParameters:
          Name  Flags
      observer  
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Lio/reactivex/internal/operators/observable/AbstractObservableWithUpstream<TT;TR;>;
SourceFile: "ObservableWithLatestFromMany.java"
NestMembers:
  io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$SingletonArrayFunc  io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver  io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver
InnerClasses:
  final SingletonArrayFunc = io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$SingletonArrayFunc of io.reactivex.internal.operators.observable.ObservableWithLatestFromMany
  final WithLatestFromObserver = io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver of io.reactivex.internal.operators.observable.ObservableWithLatestFromMany
  final WithLatestInnerObserver = io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver of io.reactivex.internal.operators.observable.ObservableWithLatestFromMany