final class io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver<T, R> extends java.util.concurrent.atomic.AtomicInteger implements io.reactivex.Observer<T>, io.reactivex.disposables.Disposable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver
  super_class: java.util.concurrent.atomic.AtomicInteger
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1577321883966341961

  final io.reactivex.Observer<? super R> downstream;
    descriptor: Lio/reactivex/Observer;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/Observer<-TR;>;

  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;>;

  final io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver[] observers;
    descriptor: [Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestInnerObserver;
    flags: (0x0010) ACC_FINAL

  final java.util.concurrent.atomic.AtomicReferenceArray<java.lang.Object> values;
    descriptor: Ljava/util/concurrent/atomic/AtomicReferenceArray;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReferenceArray<Ljava/lang/Object;>;

  final java.util.concurrent.atomic.AtomicReference<io.reactivex.disposables.Disposable> upstream;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/disposables/Disposable;>;

  final io.reactivex.internal.util.AtomicThrowable error;
    descriptor: Lio/reactivex/internal/util/AtomicThrowable;
    flags: (0x0010) ACC_FINAL

  volatile boolean done;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

  void <init>(io.reactivex.Observer<? super R>, io.reactivex.functions.Function<? super java.lang.Object[], R>, );
    descriptor: (Lio/reactivex/Observer;Lio/reactivex/functions/Function;I)V
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver this
        start local 1 // io.reactivex.Observer actual
        start local 2 // io.reactivex.functions.Function combiner
        start local 3 // int n
         0: .line 117
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
         1: .line 118
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.downstream:Lio/reactivex/Observer;
         2: .line 119
            aload 0 /* this */
            aload 2 /* combiner */
            putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.combiner:Lio/reactivex/functions/Function;
         3: .line 120
            iload 3 /* n */
            anewarray io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver
            astore 4 /* s */
        start local 4 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver[] s
         4: .line 121
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         5: goto 8
         6: .line 122
      StackMap locals: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver io.reactivex.Observer io.reactivex.functions.Function int io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver[] int
      StackMap stack:
            aload 4 /* s */
            iload 5 /* i */
            new io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver
            dup
            aload 0 /* this */
            iload 5 /* i */
            invokespecial io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver.<init>:(Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver;I)V
            aastore
         7: .line 121
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            iload 3 /* n */
            if_icmplt 6
        end local 5 // int i
         9: .line 124
            aload 0 /* this */
            aload 4 /* s */
            putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.observers:[Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestInnerObserver;
        10: .line 125
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicReferenceArray
            dup
            iload 3 /* n */
            invokespecial java.util.concurrent.atomic.AtomicReferenceArray.<init>:(I)V
            putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.values:Ljava/util/concurrent/atomic/AtomicReferenceArray;
        11: .line 126
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicReference
            dup
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
            putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.upstream:Ljava/util/concurrent/atomic/AtomicReference;
        12: .line 127
            aload 0 /* this */
            new io.reactivex.internal.util.AtomicThrowable
            dup
            invokespecial io.reactivex.internal.util.AtomicThrowable.<init>:()V
            putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.error:Lio/reactivex/internal/util/AtomicThrowable;
        13: .line 128
            return
        end local 4 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver[] s
        end local 3 // int n
        end local 2 // io.reactivex.functions.Function combiner
        end local 1 // io.reactivex.Observer actual
        end local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver<TT;TR;>;
            0   14     1    actual  Lio/reactivex/Observer<-TR;>;
            0   14     2  combiner  Lio/reactivex/functions/Function<-[Ljava/lang/Object;TR;>;
            0   14     3         n  I
            4   14     4         s  [Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestInnerObserver;
            5    9     5         i  I
    Signature: (Lio/reactivex/Observer<-TR;>;Lio/reactivex/functions/Function<-[Ljava/lang/Object;TR;>;I)V
    MethodParameters:
          Name  Flags
      actual    
      combiner  
      n         

  void subscribe(io.reactivex.ObservableSource<?>[], );
    descriptor: ([Lio/reactivex/ObservableSource;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver this
        start local 1 // io.reactivex.ObservableSource[] others
        start local 2 // int n
         0: .line 131
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.observers:[Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestInnerObserver;
            astore 3 /* observers */
        start local 3 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver[] observers
         1: .line 132
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.upstream:Ljava/util/concurrent/atomic/AtomicReference;
            astore 4 /* upstream */
        start local 4 // java.util.concurrent.atomic.AtomicReference upstream
         2: .line 133
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         3: goto 8
         4: .line 134
      StackMap locals: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver[] java.util.concurrent.atomic.AtomicReference int
      StackMap stack:
            aload 4 /* upstream */
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast io.reactivex.disposables.Disposable
            invokestatic io.reactivex.internal.disposables.DisposableHelper.isDisposed:(Lio/reactivex/disposables/Disposable;)Z
            ifne 5
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.done:Z
            ifeq 6
         5: .line 135
      StackMap locals:
      StackMap stack:
            return
         6: .line 137
      StackMap locals:
      StackMap stack:
            aload 1 /* others */
            iload 5 /* i */
            aaload
            aload 3 /* observers */
            iload 5 /* i */
            aaload
            invokeinterface io.reactivex.ObservableSource.subscribe:(Lio/reactivex/Observer;)V
         7: .line 133
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            iload 2 /* n */
            if_icmplt 4
        end local 5 // int i
         9: .line 139
            return
        end local 4 // java.util.concurrent.atomic.AtomicReference upstream
        end local 3 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver[] observers
        end local 2 // int n
        end local 1 // io.reactivex.ObservableSource[] others
        end local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver<TT;TR;>;
            0   10     1     others  [Lio/reactivex/ObservableSource;
            0   10     2          n  I
            1   10     3  observers  [Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestInnerObserver;
            2   10     4   upstream  Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/disposables/Disposable;>;
            3    9     5          i  I
    Signature: ([Lio/reactivex/ObservableSource<*>;I)V
    MethodParameters:
        Name  Flags
      others  
      n       

  public void onSubscribe(io.reactivex.disposables.Disposable);
    descriptor: (Lio/reactivex/disposables/Disposable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver this
        start local 1 // io.reactivex.disposables.Disposable d
         0: .line 143
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.upstream:Ljava/util/concurrent/atomic/AtomicReference;
            aload 1 /* d */
            invokestatic io.reactivex.internal.disposables.DisposableHelper.setOnce:(Ljava/util/concurrent/atomic/AtomicReference;Lio/reactivex/disposables/Disposable;)Z
            pop
         1: .line 144
            return
        end local 1 // io.reactivex.disposables.Disposable d
        end local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver<TT;TR;>;
            0    2     1     d  Lio/reactivex/disposables/Disposable;
    MethodParameters:
      Name  Flags
      d     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver this
        start local 1 // java.lang.Object t
         0: .line 148
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.done:Z
            ifeq 2
         1: .line 149
            return
         2: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.values:Ljava/util/concurrent/atomic/AtomicReferenceArray;
            astore 2 /* ara */
        start local 2 // java.util.concurrent.atomic.AtomicReferenceArray ara
         3: .line 152
            aload 2 /* ara */
            invokevirtual java.util.concurrent.atomic.AtomicReferenceArray.length:()I
            istore 3 /* n */
        start local 3 // int n
         4: .line 153
            iload 3 /* n */
            iconst_1
            iadd
            anewarray java.lang.Object
            astore 4 /* objects */
        start local 4 // java.lang.Object[] objects
         5: .line 154
            aload 4 /* objects */
            iconst_0
            aload 1 /* t */
            aastore
         6: .line 156
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         7: goto 13
         8: .line 157
      StackMap locals: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver java.lang.Object java.util.concurrent.atomic.AtomicReferenceArray int java.lang.Object[] int
      StackMap stack:
            aload 2 /* ara */
            iload 5 /* i */
            invokevirtual java.util.concurrent.atomic.AtomicReferenceArray.get:(I)Ljava/lang/Object;
            astore 6 /* o */
        start local 6 // java.lang.Object o
         9: .line 158
            aload 6 /* o */
            ifnonnull 11
        10: .line 160
            return
        11: .line 162
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 4 /* objects */
            iload 5 /* i */
            iconst_1
            iadd
            aload 6 /* o */
            aastore
        end local 6 // java.lang.Object o
        12: .line 156
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 5 /* i */
            iload 3 /* n */
            if_icmplt 8
        end local 5 // int i
        14: .line 168
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.combiner:Lio/reactivex/functions/Function;
            aload 4 /* objects */
            invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            ldc "combiner returned a null value"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            astore 5 /* v */
        start local 5 // java.lang.Object v
        15: .line 169
            goto 21
        end local 5 // java.lang.Object v
      StackMap locals: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver java.lang.Object java.util.concurrent.atomic.AtomicReferenceArray int java.lang.Object[]
      StackMap stack: java.lang.Throwable
        16: astore 6 /* ex */
        start local 6 // java.lang.Throwable ex
        17: .line 170
            aload 6 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        18: .line 171
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.dispose:()V
        19: .line 172
            aload 0 /* this */
            aload 6 /* ex */
            invokevirtual io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.onError:(Ljava/lang/Throwable;)V
        20: .line 173
            return
        end local 6 // java.lang.Throwable ex
        start local 5 // java.lang.Object v
        21: .line 176
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.downstream:Lio/reactivex/Observer;
            aload 5 /* v */
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.error:Lio/reactivex/internal/util/AtomicThrowable;
            invokestatic io.reactivex.internal.util.HalfSerializer.onNext:(Lio/reactivex/Observer;Ljava/lang/Object;Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/internal/util/AtomicThrowable;)V
        22: .line 177
            return
        end local 5 // java.lang.Object v
        end local 4 // java.lang.Object[] objects
        end local 3 // int n
        end local 2 // java.util.concurrent.atomic.AtomicReferenceArray ara
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   23     0     this  Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver<TT;TR;>;
            0   23     1        t  TT;
            3   23     2      ara  Ljava/util/concurrent/atomic/AtomicReferenceArray<Ljava/lang/Object;>;
            4   23     3        n  I
            5   23     4  objects  [Ljava/lang/Object;
            7   14     5        i  I
            9   12     6        o  Ljava/lang/Object;
           15   16     5        v  TR;
           21   23     5        v  TR;
           17   21     6       ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
          14    15      16  Class java.lang.Throwable
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      t     

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver this
        start local 1 // java.lang.Throwable t
         0: .line 181
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.done:Z
            ifeq 3
         1: .line 182
            aload 1 /* t */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         2: .line 183
            return
         3: .line 185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.done:Z
         4: .line 186
            aload 0 /* this */
            iconst_m1
            invokevirtual io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.cancelAllBut:(I)V
         5: .line 187
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.downstream:Lio/reactivex/Observer;
            aload 1 /* t */
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.error:Lio/reactivex/internal/util/AtomicThrowable;
            invokestatic io.reactivex.internal.util.HalfSerializer.onError:(Lio/reactivex/Observer;Ljava/lang/Throwable;Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/internal/util/AtomicThrowable;)V
         6: .line 188
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver<TT;TR;>;
            0    7     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver this
         0: .line 192
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.done:Z
            ifne 4
         1: .line 193
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.done:Z
         2: .line 194
            aload 0 /* this */
            iconst_m1
            invokevirtual io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.cancelAllBut:(I)V
         3: .line 195
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.downstream:Lio/reactivex/Observer;
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.error:Lio/reactivex/internal/util/AtomicThrowable;
            invokestatic io.reactivex.internal.util.HalfSerializer.onComplete:(Lio/reactivex/Observer;Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/internal/util/AtomicThrowable;)V
         4: .line 197
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver<TT;TR;>;

  public boolean isDisposed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver this
         0: .line 201
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.upstream:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast io.reactivex.disposables.Disposable
            invokestatic io.reactivex.internal.disposables.DisposableHelper.isDisposed:(Lio/reactivex/disposables/Disposable;)Z
            ireturn
        end local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver<TT;TR;>;

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver this
         0: .line 206
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.upstream:Ljava/util/concurrent/atomic/AtomicReference;
            invokestatic io.reactivex.internal.disposables.DisposableHelper.dispose:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         1: .line 207
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.observers:[Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestInnerObserver;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 5
      StackMap locals: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver top int int io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver[]
      StackMap stack:
         2: aload 4
            iload 2
            aaload
            astore 1 /* observer */
        start local 1 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver observer
         3: .line 208
            aload 1 /* observer */
            invokevirtual io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver.dispose:()V
        end local 1 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver observer
         4: .line 207
            iinc 2 1
      StackMap locals:
      StackMap stack:
         5: iload 2
            iload 3
            if_icmplt 2
         6: .line 210
            return
        end local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver<TT;TR;>;
            3    4     1  observer  Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestInnerObserver;

  void innerNext(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver this
        start local 1 // int index
        start local 2 // java.lang.Object o
         0: .line 213
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.values:Ljava/util/concurrent/atomic/AtomicReferenceArray;
            iload 1 /* index */
            aload 2 /* o */
            invokevirtual java.util.concurrent.atomic.AtomicReferenceArray.set:(ILjava/lang/Object;)V
         1: .line 214
            return
        end local 2 // java.lang.Object o
        end local 1 // int index
        end local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver<TT;TR;>;
            0    2     1  index  I
            0    2     2      o  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      index  
      o      

  void innerError(int, java.lang.Throwable);
    descriptor: (ILjava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver this
        start local 1 // int index
        start local 2 // java.lang.Throwable t
         0: .line 217
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.done:Z
         1: .line 218
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.upstream:Ljava/util/concurrent/atomic/AtomicReference;
            invokestatic io.reactivex.internal.disposables.DisposableHelper.dispose:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         2: .line 219
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.cancelAllBut:(I)V
         3: .line 220
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.downstream:Lio/reactivex/Observer;
            aload 2 /* t */
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.error:Lio/reactivex/internal/util/AtomicThrowable;
            invokestatic io.reactivex.internal.util.HalfSerializer.onError:(Lio/reactivex/Observer;Ljava/lang/Throwable;Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/internal/util/AtomicThrowable;)V
         4: .line 221
            return
        end local 2 // java.lang.Throwable t
        end local 1 // int index
        end local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver<TT;TR;>;
            0    5     1  index  I
            0    5     2      t  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      index  
      t      

  void innerComplete(int, boolean);
    descriptor: (IZ)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver this
        start local 1 // int index
        start local 2 // boolean nonEmpty
         0: .line 224
            iload 2 /* nonEmpty */
            ifne 4
         1: .line 225
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.done:Z
         2: .line 226
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.cancelAllBut:(I)V
         3: .line 227
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.downstream:Lio/reactivex/Observer;
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.error:Lio/reactivex/internal/util/AtomicThrowable;
            invokestatic io.reactivex.internal.util.HalfSerializer.onComplete:(Lio/reactivex/Observer;Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/internal/util/AtomicThrowable;)V
         4: .line 229
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean nonEmpty
        end local 1 // int index
        end local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver<TT;TR;>;
            0    5     1     index  I
            0    5     2  nonEmpty  Z
    MethodParameters:
          Name  Flags
      index     
      nonEmpty  

  void cancelAllBut(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver this
        start local 1 // int index
         0: .line 232
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.observers:[Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestInnerObserver;
            astore 2 /* observers */
        start local 2 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver[] observers
         1: .line 233
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 6
         3: .line 234
      StackMap locals: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver[] int
      StackMap stack:
            iload 3 /* i */
            iload 1 /* index */
            if_icmpeq 5
         4: .line 235
            aload 2 /* observers */
            iload 3 /* i */
            aaload
            invokevirtual io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver.dispose:()V
         5: .line 233
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 2 /* observers */
            arraylength
            if_icmplt 3
        end local 3 // int i
         7: .line 238
            return
        end local 2 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver[] observers
        end local 1 // int index
        end local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver<TT;TR;>;
            0    8     1      index  I
            1    8     2  observers  [Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestInnerObserver;
            2    7     3          i  I
    MethodParameters:
       Name  Flags
      index  
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/Observer<TT;>;Lio/reactivex/disposables/Disposable;
SourceFile: "ObservableWithLatestFromMany.java"
NestHost: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany
InnerClasses:
  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