final class io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber<T, U> 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.FlowableDebounce$DebounceSubscriber
  super_class: java.util.concurrent.atomic.AtomicLong
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6725975399620862591

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

  final io.reactivex.functions.Function<? super T, ? extends org.reactivestreams.Publisher<U>> debounceSelector;
    descriptor: Lio/reactivex/functions/Function;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<TU;>;>;

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

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

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

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

  void <init>(org.reactivestreams.Subscriber<? super T>, io.reactivex.functions.Function<? super T, ? extends org.reactivestreams.Publisher<U>>);
    descriptor: (Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber this
        start local 1 // org.reactivestreams.Subscriber actual
        start local 2 // io.reactivex.functions.Function debounceSelector
         0: .line 59
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
         1: .line 53
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicReference
            dup
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.debouncer:Ljava/util/concurrent/atomic/AtomicReference;
         2: .line 61
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.downstream:Lorg/reactivestreams/Subscriber;
         3: .line 62
            aload 0 /* this */
            aload 2 /* debounceSelector */
            putfield io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.debounceSelector:Lio/reactivex/functions/Function;
         4: .line 63
            return
        end local 2 // io.reactivex.functions.Function debounceSelector
        end local 1 // org.reactivestreams.Subscriber actual
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lio/reactivex/internal/operators/flowable/FlowableDebounce$DebounceSubscriber<TT;TU;>;
            0    5     1            actual  Lorg/reactivestreams/Subscriber<-TT;>;
            0    5     2  debounceSelector  Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<TU;>;>;
    Signature: (Lorg/reactivestreams/Subscriber<-TT;>;Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<TU;>;>;)V
    MethodParameters:
                  Name  Flags
      actual            
      debounceSelector  

  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.FlowableDebounce$DebounceSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 67
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.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 68
            aload 0 /* this */
            aload 1 /* s */
            putfield io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.upstream:Lorg/reactivestreams/Subscription;
         2: .line 69
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 0 /* this */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         3: .line 70
            aload 1 /* s */
            ldc 9223372036854775807
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         4: .line 72
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/flowable/FlowableDebounce$DebounceSubscriber<TT;TU;>;
            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=7, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber this
        start local 1 // java.lang.Object t
         0: .line 76
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.done:Z
            ifeq 2
         1: .line 77
            return
         2: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.index:J
            lconst_1
            ladd
            lstore 2 /* idx */
        start local 2 // long idx
         3: .line 81
            aload 0 /* this */
            lload 2 /* idx */
            putfield io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.index:J
         4: .line 83
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.debouncer:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast io.reactivex.disposables.Disposable
            astore 4 /* d */
        start local 4 // io.reactivex.disposables.Disposable d
         5: .line 84
            aload 4 /* d */
            ifnull 7
         6: .line 85
            aload 4 /* d */
            invokeinterface io.reactivex.disposables.Disposable.dispose:()V
         7: .line 91
      StackMap locals: long io.reactivex.disposables.Disposable
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.debounceSelector:Lio/reactivex/functions/Function;
            aload 1 /* t */
            invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.reactivestreams.Publisher
            ldc "The publisher supplied is null"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.reactivestreams.Publisher
            astore 5 /* p */
        start local 5 // org.reactivestreams.Publisher p
         8: .line 92
            goto 14
        end local 5 // org.reactivestreams.Publisher p
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: astore 6 /* e */
        start local 6 // java.lang.Throwable e
        10: .line 93
            aload 6 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        11: .line 94
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.cancel:()V
        12: .line 95
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 6 /* e */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        13: .line 96
            return
        end local 6 // java.lang.Throwable e
        start local 5 // org.reactivestreams.Publisher p
        14: .line 99
      StackMap locals: org.reactivestreams.Publisher
      StackMap stack:
            new io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber$DebounceInnerSubscriber
            dup
            aload 0 /* this */
            lload 2 /* idx */
            aload 1 /* t */
            invokespecial io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber$DebounceInnerSubscriber.<init>:(Lio/reactivex/internal/operators/flowable/FlowableDebounce$DebounceSubscriber;JLjava/lang/Object;)V
            astore 6 /* dis */
        start local 6 // io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber$DebounceInnerSubscriber dis
        15: .line 101
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.debouncer:Ljava/util/concurrent/atomic/AtomicReference;
            aload 4 /* d */
            aload 6 /* dis */
            invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 17
        16: .line 102
            aload 5 /* p */
            aload 6 /* dis */
            invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
        17: .line 104
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber$DebounceInnerSubscriber
      StackMap stack:
            return
        end local 6 // io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber$DebounceInnerSubscriber dis
        end local 5 // org.reactivestreams.Publisher p
        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.FlowableDebounce$DebounceSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lio/reactivex/internal/operators/flowable/FlowableDebounce$DebounceSubscriber<TT;TU;>;
            0   18     1     t  TT;
            3   18     2   idx  J
            5   18     4     d  Lio/reactivex/disposables/Disposable;
            8    9     5     p  Lorg/reactivestreams/Publisher<TU;>;
           14   18     5     p  Lorg/reactivestreams/Publisher<TU;>;
           10   14     6     e  Ljava/lang/Throwable;
           15   18     6   dis  Lio/reactivex/internal/operators/flowable/FlowableDebounce$DebounceSubscriber$DebounceInnerSubscriber<TT;TU;>;
      Exception table:
        from    to  target  type
           7     8       9  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=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 108
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.debouncer:Ljava/util/concurrent/atomic/AtomicReference;
            invokestatic io.reactivex.internal.disposables.DisposableHelper.dispose:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         1: .line 109
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* t */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
         2: .line 110
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableDebounce$DebounceSubscriber<TT;TU;>;
            0    3     1     t  Ljava/lang/Throwable;
    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.FlowableDebounce$DebounceSubscriber this
         0: .line 114
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.done:Z
            ifeq 2
         1: .line 115
            return
         2: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.done:Z
         3: .line 118
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.debouncer:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast io.reactivex.disposables.Disposable
            astore 1 /* d */
        start local 1 // io.reactivex.disposables.Disposable d
         4: .line 119
            aload 1 /* d */
            invokestatic io.reactivex.internal.disposables.DisposableHelper.isDisposed:(Lio/reactivex/disposables/Disposable;)Z
            ifne 10
         5: .line 121
            aload 1 /* d */
            checkcast io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber$DebounceInnerSubscriber
            astore 2 /* dis */
        start local 2 // io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber$DebounceInnerSubscriber dis
         6: .line 122
            aload 2 /* dis */
            ifnull 8
         7: .line 123
            aload 2 /* dis */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber$DebounceInnerSubscriber.emit:()V
         8: .line 125
      StackMap locals: io.reactivex.disposables.Disposable io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber$DebounceInnerSubscriber
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.debouncer:Ljava/util/concurrent/atomic/AtomicReference;
            invokestatic io.reactivex.internal.disposables.DisposableHelper.dispose:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         9: .line 126
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
        end local 2 // io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber$DebounceInnerSubscriber dis
        10: .line 128
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.reactivex.disposables.Disposable d
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lio/reactivex/internal/operators/flowable/FlowableDebounce$DebounceSubscriber<TT;TU;>;
            4   11     1     d  Lio/reactivex/disposables/Disposable;
            6   10     2   dis  Lio/reactivex/internal/operators/flowable/FlowableDebounce$DebounceSubscriber$DebounceInnerSubscriber<TT;TU;>;

  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.FlowableDebounce$DebounceSubscriber this
        start local 1 // long n
         0: .line 132
            lload 1 /* n */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(J)Z
            ifeq 2
         1: .line 133
            aload 0 /* this */
            lload 1 /* n */
            invokestatic io.reactivex.internal.util.BackpressureHelper.add:(Ljava/util/concurrent/atomic/AtomicLong;J)J
            pop2
         2: .line 135
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableDebounce$DebounceSubscriber<TT;TU;>;
            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.FlowableDebounce$DebounceSubscriber this
         0: .line 139
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         1: .line 140
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.debouncer:Ljava/util/concurrent/atomic/AtomicReference;
            invokestatic io.reactivex.internal.disposables.DisposableHelper.dispose:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         2: .line 141
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableDebounce$DebounceSubscriber<TT;TU;>;

  void emit(long, );
    descriptor: (JLjava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber this
        start local 1 // long idx
        start local 3 // java.lang.Object value
         0: .line 144
            lload 1 /* idx */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.index:J
            lcmp
            ifne 8
         1: .line 145
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.get:()J
            lstore 4 /* r */
        start local 4 // long r
         2: .line 146
            lload 4 /* r */
            lconst_0
            lcmp
            ifeq 6
         3: .line 147
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 3 /* value */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
         4: .line 148
            aload 0 /* this */
            lconst_1
            invokestatic io.reactivex.internal.util.BackpressureHelper.produced:(Ljava/util/concurrent/atomic/AtomicLong;J)J
            pop2
         5: .line 149
            goto 8
         6: .line 150
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.cancel:()V
         7: .line 151
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber.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 4 // long r
         8: .line 154
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Object value
        end local 1 // long idx
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lio/reactivex/internal/operators/flowable/FlowableDebounce$DebounceSubscriber<TT;TU;>;
            0    9     1    idx  J
            0    9     3  value  TT;
            2    8     4      r  J
    Signature: (JTT;)V
    MethodParameters:
       Name  Flags
      idx    
      value  
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicLong;Lio/reactivex/FlowableSubscriber<TT;>;Lorg/reactivestreams/Subscription;
SourceFile: "FlowableDebounce.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableDebounce
InnerClasses:
  final DebounceSubscriber = io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber of io.reactivex.internal.operators.flowable.FlowableDebounce
  final DebounceInnerSubscriber = io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber$DebounceInnerSubscriber of io.reactivex.internal.operators.flowable.FlowableDebounce$DebounceSubscriber