final class io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber<T> extends java.util.concurrent.atomic.AtomicLong implements io.reactivex.FlowableSubscriber<T>, org.reactivestreams.Subscription
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber
  super_class: java.util.concurrent.atomic.AtomicLong
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -9102637559663639004

  final org.reactivestreams.Subscriber<? super T> downstream;
    descriptor: Lorg/reactivestreams/Subscriber;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/reactivestreams/Subscriber<-TT;>;

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

  final java.util.concurrent.TimeUnit unit;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0010) ACC_FINAL

  final io.reactivex.Scheduler$Worker worker;
    descriptor: Lio/reactivex/Scheduler$Worker;
    flags: (0x0010) ACC_FINAL

  org.reactivestreams.Subscription upstream;
    descriptor: Lorg/reactivestreams/Subscription;
    flags: (0x0000) 

  io.reactivex.disposables.Disposable timer;
    descriptor: Lio/reactivex/disposables/Disposable;
    flags: (0x0000) 

  volatile long index;
    descriptor: J
    flags: (0x0040) ACC_VOLATILE

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

  void <init>(org.reactivestreams.Subscriber<? super T>, long, java.util.concurrent.TimeUnit, io.reactivex.Scheduler$Worker);
    descriptor: (Lorg/reactivestreams/Subscriber;JLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler$Worker;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber this
        start local 1 // org.reactivestreams.Subscriber actual
        start local 2 // long timeout
        start local 4 // java.util.concurrent.TimeUnit unit
        start local 5 // io.reactivex.Scheduler$Worker worker
         0: .line 67
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
         1: .line 68
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
         2: .line 69
            aload 0 /* this */
            lload 2 /* timeout */
            putfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.timeout:J
         3: .line 70
            aload 0 /* this */
            aload 4 /* unit */
            putfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
         4: .line 71
            aload 0 /* this */
            aload 5 /* worker */
            putfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.worker:Lio/reactivex/Scheduler$Worker;
         5: .line 72
            return
        end local 5 // io.reactivex.Scheduler$Worker worker
        end local 4 // java.util.concurrent.TimeUnit unit
        end local 2 // long timeout
        end local 1 // org.reactivestreams.Subscriber actual
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceTimedSubscriber<TT;>;
            0    6     1   actual  Lorg/reactivestreams/Subscriber<-TT;>;
            0    6     2  timeout  J
            0    6     4     unit  Ljava/util/concurrent/TimeUnit;
            0    6     5   worker  Lio/reactivex/Scheduler$Worker;
    Signature: (Lorg/reactivestreams/Subscriber<-TT;>;JLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler$Worker;)V
    MethodParameters:
         Name  Flags
      actual   
      timeout  
      unit     
      worker   

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 76
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.upstream:Lorg/reactivestreams/Subscription;
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
            ifeq 4
         1: .line 77
            aload 0 /* this */
            aload 1 /* s */
            putfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.upstream:Lorg/reactivestreams/Subscription;
         2: .line 78
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 0 /* this */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         3: .line 79
            aload 1 /* s */
            ldc 9223372036854775807
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         4: .line 81
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceTimedSubscriber<TT;>;
            0    5     1     s  Lorg/reactivestreams/Subscription;
    MethodParameters:
      Name  Flags
      s     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber this
        start local 1 // java.lang.Object t
         0: .line 85
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.done:Z
            ifeq 2
         1: .line 86
            return
         2: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.index:J
            lconst_1
            ladd
            lstore 2 /* idx */
        start local 2 // long idx
         3: .line 89
            aload 0 /* this */
            lload 2 /* idx */
            putfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.index:J
         4: .line 91
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.timer:Lio/reactivex/disposables/Disposable;
            astore 4 /* d */
        start local 4 // io.reactivex.disposables.Disposable d
         5: .line 92
            aload 4 /* d */
            ifnull 7
         6: .line 93
            aload 4 /* d */
            invokeinterface io.reactivex.disposables.Disposable.dispose:()V
         7: .line 96
      StackMap locals: long io.reactivex.disposables.Disposable
      StackMap stack:
            new io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceEmitter
            dup
            aload 1 /* t */
            lload 2 /* idx */
            aload 0 /* this */
            invokespecial io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceEmitter.<init>:(Ljava/lang/Object;JLio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceTimedSubscriber;)V
            astore 5 /* de */
        start local 5 // io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceEmitter de
         8: .line 97
            aload 0 /* this */
            aload 5 /* de */
            putfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.timer:Lio/reactivex/disposables/Disposable;
         9: .line 98
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.worker:Lio/reactivex/Scheduler$Worker;
            aload 5 /* de */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.timeout:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
            invokevirtual io.reactivex.Scheduler$Worker.schedule:(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)Lio/reactivex/disposables/Disposable;
            astore 4 /* d */
        10: .line 99
            aload 5 /* de */
            aload 4 /* d */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceEmitter.setResource:(Lio/reactivex/disposables/Disposable;)V
        11: .line 100
            return
        end local 5 // io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceEmitter de
        end local 4 // io.reactivex.disposables.Disposable d
        end local 2 // long idx
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceTimedSubscriber<TT;>;
            0   12     1     t  TT;
            3   12     2   idx  J
            5   12     4     d  Lio/reactivex/disposables/Disposable;
            8   12     5    de  Lio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceEmitter<TT;>;
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      t     

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 104
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.done:Z
            ifeq 3
         1: .line 105
            aload 1 /* t */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         2: .line 106
            return
         3: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.done:Z
         4: .line 109
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.timer:Lio/reactivex/disposables/Disposable;
            astore 2 /* d */
        start local 2 // io.reactivex.disposables.Disposable d
         5: .line 110
            aload 2 /* d */
            ifnull 7
         6: .line 111
            aload 2 /* d */
            invokeinterface io.reactivex.disposables.Disposable.dispose:()V
         7: .line 113
      StackMap locals: io.reactivex.disposables.Disposable
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* t */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
         8: .line 114
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.worker:Lio/reactivex/Scheduler$Worker;
            invokevirtual io.reactivex.Scheduler$Worker.dispose:()V
         9: .line 115
            return
        end local 2 // io.reactivex.disposables.Disposable d
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceTimedSubscriber<TT;>;
            0   10     1     t  Ljava/lang/Throwable;
            5   10     2     d  Lio/reactivex/disposables/Disposable;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber this
         0: .line 119
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.done:Z
            ifeq 2
         1: .line 120
            return
         2: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.done:Z
         3: .line 124
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.timer:Lio/reactivex/disposables/Disposable;
            astore 1 /* d */
        start local 1 // io.reactivex.disposables.Disposable d
         4: .line 125
            aload 1 /* d */
            ifnull 6
         5: .line 126
            aload 1 /* d */
            invokeinterface io.reactivex.disposables.Disposable.dispose:()V
         6: .line 130
      StackMap locals: io.reactivex.disposables.Disposable
      StackMap stack:
            aload 1 /* d */
            checkcast io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceEmitter
            astore 2 /* de */
        start local 2 // io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceEmitter de
         7: .line 131
            aload 2 /* de */
            ifnull 9
         8: .line 132
            aload 2 /* de */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceEmitter.emit:()V
         9: .line 135
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceEmitter
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
        10: .line 136
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.worker:Lio/reactivex/Scheduler$Worker;
            invokevirtual io.reactivex.Scheduler$Worker.dispose:()V
        11: .line 137
            return
        end local 2 // io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceEmitter de
        end local 1 // io.reactivex.disposables.Disposable d
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceTimedSubscriber<TT;>;
            4   12     1     d  Lio/reactivex/disposables/Disposable;
            7   12     2    de  Lio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceEmitter<TT;>;

  public void request(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber this
        start local 1 // long n
         0: .line 141
            lload 1 /* n */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(J)Z
            ifeq 2
         1: .line 142
            aload 0 /* this */
            lload 1 /* n */
            invokestatic io.reactivex.internal.util.BackpressureHelper.add:(Ljava/util/concurrent/atomic/AtomicLong;J)J
            pop2
         2: .line 144
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceTimedSubscriber<TT;>;
            0    3     1     n  J
    MethodParameters:
      Name  Flags
      n     

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber this
         0: .line 148
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         1: .line 149
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.worker:Lio/reactivex/Scheduler$Worker;
            invokevirtual io.reactivex.Scheduler$Worker.dispose:()V
         2: .line 150
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceTimedSubscriber<TT;>;

  void emit(long, T, io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceEmitter<T>);
    descriptor: (JLjava/lang/Object;Lio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceEmitter;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber this
        start local 1 // long idx
        start local 3 // java.lang.Object t
        start local 4 // io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceEmitter emitter
         0: .line 153
            lload 1 /* idx */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.index:J
            lcmp
            ifne 9
         1: .line 154
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.get:()J
            lstore 5 /* r */
        start local 5 // long r
         2: .line 155
            lload 5 /* r */
            lconst_0
            lcmp
            ifeq 7
         3: .line 156
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 3 /* t */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
         4: .line 157
            aload 0 /* this */
            lconst_1
            invokestatic io.reactivex.internal.util.BackpressureHelper.produced:(Ljava/util/concurrent/atomic/AtomicLong;J)J
            pop2
         5: .line 159
            aload 4 /* emitter */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceEmitter.dispose:()V
         6: .line 160
            goto 9
         7: .line 161
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.cancel:()V
         8: .line 162
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            new io.reactivex.exceptions.MissingBackpressureException
            dup
            ldc "Could not deliver value due to lack of requests"
            invokespecial io.reactivex.exceptions.MissingBackpressureException.<init>:(Ljava/lang/String;)V
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        end local 5 // long r
         9: .line 165
      StackMap locals:
      StackMap stack:
            return
        end local 4 // io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceEmitter emitter
        end local 3 // java.lang.Object t
        end local 1 // long idx
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceTimedSubscriber<TT;>;
            0   10     1      idx  J
            0   10     3        t  TT;
            0   10     4  emitter  Lio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceEmitter<TT;>;
            2    9     5        r  J
    Signature: (JTT;Lio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceEmitter<TT;>;)V
    MethodParameters:
         Name  Flags
      idx      
      t        
      emitter  
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicLong;Lio/reactivex/FlowableSubscriber<TT;>;Lorg/reactivestreams/Subscription;
SourceFile: "FlowableDebounceTimed.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableDebounceTimed
InnerClasses:
  public abstract Worker = io.reactivex.Scheduler$Worker of io.reactivex.Scheduler
  final DebounceEmitter = io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceEmitter of io.reactivex.internal.operators.flowable.FlowableDebounceTimed
  final DebounceTimedSubscriber = io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber of io.reactivex.internal.operators.flowable.FlowableDebounceTimed