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

  final io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver<?, ?> parent;
    descriptor: Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver<**>;

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

  boolean hasValue;
    descriptor: Z
    flags: (0x0000) 

  void <init>(io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver<?, ?>, );
    descriptor: (Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver this
        start local 1 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver parent
        start local 2 // int index
         0: .line 253
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
         1: .line 254
            aload 0 /* this */
            aload 1 /* parent */
            putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver.parent:Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver;
         2: .line 255
            aload 0 /* this */
            iload 2 /* index */
            putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver.index:I
         3: .line 256
            return
        end local 2 // int index
        end local 1 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver parent
        end local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestInnerObserver;
            0    4     1  parent  Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver<**>;
            0    4     2   index  I
    Signature: (Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver<**>;I)V
    MethodParameters:
        Name  Flags
      parent  
      index   

  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$WithLatestInnerObserver this
        start local 1 // io.reactivex.disposables.Disposable d
         0: .line 260
            aload 0 /* this */
            aload 1 /* d */
            invokestatic io.reactivex.internal.disposables.DisposableHelper.setOnce:(Ljava/util/concurrent/atomic/AtomicReference;Lio/reactivex/disposables/Disposable;)Z
            pop
         1: .line 261
            return
        end local 1 // io.reactivex.disposables.Disposable d
        end local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestInnerObserver;
            0    2     1     d  Lio/reactivex/disposables/Disposable;
    MethodParameters:
      Name  Flags
      d     

  public void onNext(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver this
        start local 1 // java.lang.Object t
         0: .line 265
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver.hasValue:Z
            ifne 2
         1: .line 266
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver.hasValue:Z
         2: .line 268
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver.parent:Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver.index:I
            aload 1 /* t */
            invokevirtual io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.innerNext:(ILjava/lang/Object;)V
         3: .line 269
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestInnerObserver;
            0    4     1     t  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      t     

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver this
        start local 1 // java.lang.Throwable t
         0: .line 273
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver.parent:Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver.index:I
            aload 1 /* t */
            invokevirtual io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.innerError:(ILjava/lang/Throwable;)V
         1: .line 274
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestInnerObserver;
            0    2     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$WithLatestInnerObserver this
         0: .line 278
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver.parent:Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestFromObserver;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver.index:I
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver.hasValue:Z
            invokevirtual io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver.innerComplete:(IZ)V
         1: .line 279
            return
        end local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestInnerObserver;

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver this
         0: .line 282
            aload 0 /* this */
            invokestatic io.reactivex.internal.disposables.DisposableHelper.dispose:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         1: .line 283
            return
        end local 0 // io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/observable/ObservableWithLatestFromMany$WithLatestInnerObserver;
}
Signature: Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/disposables/Disposable;>;Lio/reactivex/Observer<Ljava/lang/Object;>;
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