final class io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver<T, U> extends io.reactivex.observers.DisposableObserver<U>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver
  super_class: io.reactivex.observers.DisposableObserver
{
  final io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver<T, U> parent;
    descriptor: Lio/reactivex/internal/operators/observable/ObservableDebounce$DebounceObserver;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/internal/operators/observable/ObservableDebounce$DebounceObserver<TT;TU;>;

  final long index;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  final T value;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Signature: TT;

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

  final java.util.concurrent.atomic.AtomicBoolean once;
    descriptor: Ljava/util/concurrent/atomic/AtomicBoolean;
    flags: (0x0010) ACC_FINAL

  void <init>(io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver<T, U>, long, );
    descriptor: (Lio/reactivex/internal/operators/observable/ObservableDebounce$DebounceObserver;JLjava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver this
        start local 1 // io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver parent
        start local 2 // long index
        start local 4 // java.lang.Object value
         0: .line 149
            aload 0 /* this */
            invokespecial io.reactivex.observers.DisposableObserver.<init>:()V
         1: .line 147
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicBoolean
            dup
            invokespecial java.util.concurrent.atomic.AtomicBoolean.<init>:()V
            putfield io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver.once:Ljava/util/concurrent/atomic/AtomicBoolean;
         2: .line 150
            aload 0 /* this */
            aload 1 /* parent */
            putfield io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver.parent:Lio/reactivex/internal/operators/observable/ObservableDebounce$DebounceObserver;
         3: .line 151
            aload 0 /* this */
            lload 2 /* index */
            putfield io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver.index:J
         4: .line 152
            aload 0 /* this */
            aload 4 /* value */
            putfield io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver.value:Ljava/lang/Object;
         5: .line 153
            return
        end local 4 // java.lang.Object value
        end local 2 // long index
        end local 1 // io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver parent
        end local 0 // io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/reactivex/internal/operators/observable/ObservableDebounce$DebounceObserver$DebounceInnerObserver<TT;TU;>;
            0    6     1  parent  Lio/reactivex/internal/operators/observable/ObservableDebounce$DebounceObserver<TT;TU;>;
            0    6     2   index  J
            0    6     4   value  TT;
    Signature: (Lio/reactivex/internal/operators/observable/ObservableDebounce$DebounceObserver<TT;TU;>;JTT;)V
    MethodParameters:
        Name  Flags
      parent  
      index   
      value   

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver this
        start local 1 // java.lang.Object t
         0: .line 157
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver.done:Z
            ifeq 2
         1: .line 158
            return
         2: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver.done:Z
         3: .line 161
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver.dispose:()V
         4: .line 162
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver.emit:()V
         5: .line 163
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/internal/operators/observable/ObservableDebounce$DebounceObserver$DebounceInnerObserver<TT;TU;>;
            0    6     1     t  TU;
    Signature: (TU;)V
    MethodParameters:
      Name  Flags
      t     

  void emit();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver this
         0: .line 166
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver.once:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_0
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.compareAndSet:(ZZ)Z
            ifeq 2
         1: .line 167
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver.parent:Lio/reactivex/internal/operators/observable/ObservableDebounce$DebounceObserver;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver.index:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver.value:Ljava/lang/Object;
            invokevirtual io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver.emit:(JLjava/lang/Object;)V
         2: .line 169
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/observable/ObservableDebounce$DebounceObserver$DebounceInnerObserver<TT;TU;>;

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver this
        start local 1 // java.lang.Throwable t
         0: .line 173
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver.done:Z
            ifeq 3
         1: .line 174
            aload 1 /* t */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         2: .line 175
            return
         3: .line 177
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver.done:Z
         4: .line 178
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver.parent:Lio/reactivex/internal/operators/observable/ObservableDebounce$DebounceObserver;
            aload 1 /* t */
            invokevirtual io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver.onError:(Ljava/lang/Throwable;)V
         5: .line 179
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/internal/operators/observable/ObservableDebounce$DebounceObserver$DebounceInnerObserver<TT;TU;>;
            0    6     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver this
         0: .line 183
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver.done:Z
            ifeq 2
         1: .line 184
            return
         2: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver.done:Z
         3: .line 187
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver.emit:()V
         4: .line 188
            return
        end local 0 // io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/observable/ObservableDebounce$DebounceObserver$DebounceInnerObserver<TT;TU;>;
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>Lio/reactivex/observers/DisposableObserver<TU;>;
SourceFile: "ObservableDebounce.java"
NestHost: io.reactivex.internal.operators.observable.ObservableDebounce
InnerClasses:
  final DebounceObserver = io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver of io.reactivex.internal.operators.observable.ObservableDebounce
  final DebounceInnerObserver = io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver$DebounceInnerObserver of io.reactivex.internal.operators.observable.ObservableDebounce$DebounceObserver