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

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

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

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

  java.lang.Throwable error;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0000) 

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

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

  final java.util.concurrent.atomic.AtomicReference<T> current;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReference<TT;>;

  void <init>(org.reactivestreams.Subscriber<? super T>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber this
        start local 1 // org.reactivestreams.Subscriber downstream
         0: .line 52
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
         1: .line 48
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicLong
            dup
            invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
         2: .line 50
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicReference
            dup
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.current:Ljava/util/concurrent/atomic/AtomicReference;
         3: .line 53
            aload 0 /* this */
            aload 1 /* downstream */
            putfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.downstream:Lorg/reactivestreams/Subscriber;
         4: .line 54
            return
        end local 1 // org.reactivestreams.Subscriber downstream
        end local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lio/reactivex/internal/operators/flowable/FlowableOnBackpressureLatest$BackpressureLatestSubscriber<TT;>;
            0    5     1  downstream  Lorg/reactivestreams/Subscriber<-TT;>;
    Signature: (Lorg/reactivestreams/Subscriber<-TT;>;)V
    MethodParameters:
            Name  Flags
      downstream  

  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.FlowableOnBackpressureLatest$BackpressureLatestSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 58
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.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 59
            aload 0 /* this */
            aload 1 /* s */
            putfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.upstream:Lorg/reactivestreams/Subscription;
         2: .line 60
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 0 /* this */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         3: .line 61
            aload 1 /* s */
            ldc 9223372036854775807
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         4: .line 63
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/flowable/FlowableOnBackpressureLatest$BackpressureLatestSubscriber<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=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber this
        start local 1 // java.lang.Object t
         0: .line 67
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.current:Ljava/util/concurrent/atomic/AtomicReference;
            aload 1 /* t */
            invokevirtual java.util.concurrent.atomic.AtomicReference.lazySet:(Ljava/lang/Object;)V
         1: .line 68
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.drain:()V
         2: .line 69
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableOnBackpressureLatest$BackpressureLatestSubscriber<TT;>;
            0    3     1     t  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=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 73
            aload 0 /* this */
            aload 1 /* t */
            putfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.error:Ljava/lang/Throwable;
         1: .line 74
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.done:Z
         2: .line 75
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.drain:()V
         3: .line 76
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/flowable/FlowableOnBackpressureLatest$BackpressureLatestSubscriber<TT;>;
            0    4     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.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber this
         0: .line 80
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.done:Z
         1: .line 81
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.drain:()V
         2: .line 82
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableOnBackpressureLatest$BackpressureLatestSubscriber<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.FlowableOnBackpressureLatest$BackpressureLatestSubscriber this
        start local 1 // long n
         0: .line 86
            lload 1 /* n */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(J)Z
            ifeq 3
         1: .line 87
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
            lload 1 /* n */
            invokestatic io.reactivex.internal.util.BackpressureHelper.add:(Ljava/util/concurrent/atomic/AtomicLong;J)J
            pop2
         2: .line 88
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.drain:()V
         3: .line 90
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/flowable/FlowableOnBackpressureLatest$BackpressureLatestSubscriber<TT;>;
            0    4     1     n  J
    MethodParameters:
      Name  Flags
      n     

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber this
         0: .line 94
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.cancelled:Z
            ifne 5
         1: .line 95
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.cancelled:Z
         2: .line 96
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         3: .line 98
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.getAndIncrement:()I
            ifne 5
         4: .line 99
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.current:Ljava/util/concurrent/atomic/AtomicReference;
            aconst_null
            invokevirtual java.util.concurrent.atomic.AtomicReference.lazySet:(Ljava/lang/Object;)V
         5: .line 102
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/internal/operators/flowable/FlowableOnBackpressureLatest$BackpressureLatestSubscriber<TT;>;

  void drain();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=10, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber this
         0: .line 105
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.getAndIncrement:()I
            ifeq 2
         1: .line 106
            return
         2: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            astore 1 /* a */
        start local 1 // org.reactivestreams.Subscriber a
         3: .line 109
            iconst_1
            istore 2 /* missed */
        start local 2 // int missed
         4: .line 110
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
            astore 3 /* r */
        start local 3 // java.util.concurrent.atomic.AtomicLong r
         5: .line 111
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.current:Ljava/util/concurrent/atomic/AtomicReference;
            astore 4 /* q */
        start local 4 // java.util.concurrent.atomic.AtomicReference q
         6: .line 114
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber org.reactivestreams.Subscriber int java.util.concurrent.atomic.AtomicLong java.util.concurrent.atomic.AtomicReference
      StackMap stack:
            lconst_0
            lstore 5 /* e */
        start local 5 // long e
         7: .line 116
            goto 19
         8: .line 117
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.done:Z
            istore 7 /* d */
        start local 7 // boolean d
         9: .line 118
            aload 4 /* q */
            aconst_null
            invokevirtual java.util.concurrent.atomic.AtomicReference.getAndSet:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 8 /* v */
        start local 8 // java.lang.Object v
        10: .line 119
            aload 8 /* v */
            ifnonnull 11
            iconst_1
            goto 12
      StackMap locals: int java.lang.Object
      StackMap stack:
        11: iconst_0
      StackMap locals:
      StackMap stack: int
        12: istore 9 /* empty */
        start local 9 // boolean empty
        13: .line 121
            aload 0 /* this */
            iload 7 /* d */
            iload 9 /* empty */
            aload 1 /* a */
            aload 4 /* q */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.checkTerminated:(ZZLorg/reactivestreams/Subscriber;Ljava/util/concurrent/atomic/AtomicReference;)Z
            ifeq 15
        14: .line 122
            return
        15: .line 125
      StackMap locals: int
      StackMap stack:
            iload 9 /* empty */
            ifeq 17
        16: .line 126
            goto 20
        17: .line 129
      StackMap locals:
      StackMap stack:
            aload 1 /* a */
            aload 8 /* v */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
        18: .line 131
            lload 5 /* e */
            lconst_1
            ladd
            lstore 5 /* e */
        end local 9 // boolean empty
        end local 8 // java.lang.Object v
        end local 7 // boolean d
        19: .line 116
      StackMap locals:
      StackMap stack:
            lload 5 /* e */
            aload 3 /* r */
            invokevirtual java.util.concurrent.atomic.AtomicLong.get:()J
            lcmp
            ifne 8
        20: .line 134
      StackMap locals:
      StackMap stack:
            lload 5 /* e */
            aload 3 /* r */
            invokevirtual java.util.concurrent.atomic.AtomicLong.get:()J
            lcmp
            ifne 24
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.done:Z
            aload 4 /* q */
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            ifnonnull 21
            iconst_1
            goto 22
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber org.reactivestreams.Subscriber int java.util.concurrent.atomic.AtomicLong java.util.concurrent.atomic.AtomicReference long
      StackMap stack: io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber int
        21: iconst_0
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber org.reactivestreams.Subscriber int java.util.concurrent.atomic.AtomicLong java.util.concurrent.atomic.AtomicReference long
      StackMap stack: io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber int int
        22: aload 1 /* a */
            aload 4 /* q */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.checkTerminated:(ZZLorg/reactivestreams/Subscriber;Ljava/util/concurrent/atomic/AtomicReference;)Z
            ifeq 24
        23: .line 135
            return
        24: .line 138
      StackMap locals:
      StackMap stack:
            lload 5 /* e */
            lconst_0
            lcmp
            ifeq 26
        25: .line 139
            aload 3 /* r */
            lload 5 /* e */
            invokestatic io.reactivex.internal.util.BackpressureHelper.produced:(Ljava/util/concurrent/atomic/AtomicLong;J)J
            pop2
        26: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* missed */
            ineg
            invokevirtual io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.addAndGet:(I)I
            istore 2 /* missed */
        27: .line 143
            iload 2 /* missed */
            ifne 6
        end local 5 // long e
        28: .line 147
            return
        end local 4 // java.util.concurrent.atomic.AtomicReference q
        end local 3 // java.util.concurrent.atomic.AtomicLong r
        end local 2 // int missed
        end local 1 // org.reactivestreams.Subscriber a
        end local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   29     0    this  Lio/reactivex/internal/operators/flowable/FlowableOnBackpressureLatest$BackpressureLatestSubscriber<TT;>;
            3   29     1       a  Lorg/reactivestreams/Subscriber<-TT;>;
            4   29     2  missed  I
            5   29     3       r  Ljava/util/concurrent/atomic/AtomicLong;
            6   29     4       q  Ljava/util/concurrent/atomic/AtomicReference<TT;>;
            7   28     5       e  J
            9   19     7       d  Z
           10   19     8       v  TT;
           13   19     9   empty  Z

  boolean checkTerminated(boolean, boolean, org.reactivestreams.Subscriber<?>, java.util.concurrent.atomic.AtomicReference<T>);
    descriptor: (ZZLorg/reactivestreams/Subscriber;Ljava/util/concurrent/atomic/AtomicReference;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=5
        start local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber this
        start local 1 // boolean d
        start local 2 // boolean empty
        start local 3 // org.reactivestreams.Subscriber a
        start local 4 // java.util.concurrent.atomic.AtomicReference q
         0: .line 150
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.cancelled:Z
            ifeq 3
         1: .line 151
            aload 4 /* q */
            aconst_null
            invokevirtual java.util.concurrent.atomic.AtomicReference.lazySet:(Ljava/lang/Object;)V
         2: .line 152
            iconst_1
            ireturn
         3: .line 155
      StackMap locals:
      StackMap stack:
            iload 1 /* d */
            ifeq 12
         4: .line 156
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber.error:Ljava/lang/Throwable;
            astore 5 /* e */
        start local 5 // java.lang.Throwable e
         5: .line 157
            aload 5 /* e */
            ifnull 9
         6: .line 158
            aload 4 /* q */
            aconst_null
            invokevirtual java.util.concurrent.atomic.AtomicReference.lazySet:(Ljava/lang/Object;)V
         7: .line 159
            aload 3 /* a */
            aload 5 /* e */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
         8: .line 160
            iconst_1
            ireturn
         9: .line 162
      StackMap locals: java.lang.Throwable
      StackMap stack:
            iload 2 /* empty */
            ifeq 12
        10: .line 163
            aload 3 /* a */
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
        11: .line 164
            iconst_1
            ireturn
        end local 5 // java.lang.Throwable e
        12: .line 168
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 4 // java.util.concurrent.atomic.AtomicReference q
        end local 3 // org.reactivestreams.Subscriber a
        end local 2 // boolean empty
        end local 1 // boolean d
        end local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lio/reactivex/internal/operators/flowable/FlowableOnBackpressureLatest$BackpressureLatestSubscriber<TT;>;
            0   13     1      d  Z
            0   13     2  empty  Z
            0   13     3      a  Lorg/reactivestreams/Subscriber<*>;
            0   13     4      q  Ljava/util/concurrent/atomic/AtomicReference<TT;>;
            5   12     5      e  Ljava/lang/Throwable;
    Signature: (ZZLorg/reactivestreams/Subscriber<*>;Ljava/util/concurrent/atomic/AtomicReference<TT;>;)Z
    MethodParameters:
       Name  Flags
      d      
      empty  
      a      
      q      
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/FlowableSubscriber<TT;>;Lorg/reactivestreams/Subscription;
SourceFile: "FlowableOnBackpressureLatest.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest
InnerClasses:
  final BackpressureLatestSubscriber = io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber of io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest