final class io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber<T, U, R> extends java.util.concurrent.atomic.AtomicReference<U> implements io.reactivex.internal.fuseable.ConditionalSubscriber<T>, org.reactivestreams.Subscription
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber
  super_class: java.util.concurrent.atomic.AtomicReference
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -312246233408980075

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

  final io.reactivex.functions.BiFunction<? super T, ? super U, ? extends R> combiner;
    descriptor: Lio/reactivex/functions/BiFunction;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/BiFunction<-TT;-TU;+TR;>;

  final java.util.concurrent.atomic.AtomicReference<org.reactivestreams.Subscription> upstream;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReference<Lorg/reactivestreams/Subscription;>;

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

  final java.util.concurrent.atomic.AtomicReference<org.reactivestreams.Subscription> other;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReference<Lorg/reactivestreams/Subscription;>;

  void <init>(org.reactivestreams.Subscriber<? super R>, io.reactivex.functions.BiFunction<? super T, ? super U, ? extends R>);
    descriptor: (Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/BiFunction;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber this
        start local 1 // org.reactivestreams.Subscriber actual
        start local 2 // io.reactivex.functions.BiFunction combiner
         0: .line 64
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
         1: .line 58
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicReference
            dup
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.upstream:Ljava/util/concurrent/atomic/AtomicReference;
         2: .line 60
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicLong
            dup
            invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
         3: .line 62
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicReference
            dup
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.other:Ljava/util/concurrent/atomic/AtomicReference;
         4: .line 65
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.downstream:Lorg/reactivestreams/Subscriber;
         5: .line 66
            aload 0 /* this */
            aload 2 /* combiner */
            putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.combiner:Lio/reactivex/functions/BiFunction;
         6: .line 67
            return
        end local 2 // io.reactivex.functions.BiFunction combiner
        end local 1 // org.reactivestreams.Subscriber actual
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lio/reactivex/internal/operators/flowable/FlowableWithLatestFrom$WithLatestFromSubscriber<TT;TU;TR;>;
            0    7     1    actual  Lorg/reactivestreams/Subscriber<-TR;>;
            0    7     2  combiner  Lio/reactivex/functions/BiFunction<-TT;-TU;+TR;>;
    Signature: (Lorg/reactivestreams/Subscriber<-TR;>;Lio/reactivex/functions/BiFunction<-TT;-TU;+TR;>;)V
    MethodParameters:
          Name  Flags
      actual    
      combiner  

  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.FlowableWithLatestFrom$WithLatestFromSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 71
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.upstream:Ljava/util/concurrent/atomic/AtomicReference;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.deferredSetOnce:(Ljava/util/concurrent/atomic/AtomicReference;Ljava/util/concurrent/atomic/AtomicLong;Lorg/reactivestreams/Subscription;)Z
            pop
         1: .line 72
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableWithLatestFrom$WithLatestFromSubscriber<TT;TU;TR;>;
            0    2     1     s  Lorg/reactivestreams/Subscription;
    MethodParameters:
      Name  Flags
      s     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber this
        start local 1 // java.lang.Object t
         0: .line 76
            aload 0 /* this */
            aload 1 /* t */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.tryOnNext:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 77
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.upstream:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast org.reactivestreams.Subscription
            lconst_1
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         2: .line 79
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableWithLatestFrom$WithLatestFromSubscriber<TT;TU;TR;>;
            0    3     1     t  TT;
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      t     

  public boolean tryOnNext();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber this
        start local 1 // java.lang.Object t
         0: .line 83
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.get:()Ljava/lang/Object;
            astore 2 /* u */
        start local 2 // java.lang.Object u
         1: .line 84
            aload 2 /* u */
            ifnull 11
         2: .line 87
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.combiner:Lio/reactivex/functions/BiFunction;
            aload 1 /* t */
            aload 2 /* u */
            invokeinterface io.reactivex.functions.BiFunction.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            ldc "The combiner returned a null value"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            astore 3 /* r */
        start local 3 // java.lang.Object r
         3: .line 88
            goto 9
        end local 3 // java.lang.Object r
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
         4: astore 4 /* e */
        start local 4 // java.lang.Throwable e
         5: .line 89
            aload 4 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         6: .line 90
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.cancel:()V
         7: .line 91
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 4 /* e */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
         8: .line 92
            iconst_0
            ireturn
        end local 4 // java.lang.Throwable e
        start local 3 // java.lang.Object r
         9: .line 94
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 3 /* r */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
        10: .line 95
            iconst_1
            ireturn
        end local 3 // java.lang.Object r
        11: .line 97
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // java.lang.Object u
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lio/reactivex/internal/operators/flowable/FlowableWithLatestFrom$WithLatestFromSubscriber<TT;TU;TR;>;
            0   12     1     t  TT;
            1   12     2     u  TU;
            3    4     3     r  TR;
            9   11     3     r  TR;
            5    9     4     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Throwable
    Signature: (TT;)Z
    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.FlowableWithLatestFrom$WithLatestFromSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 103
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.other:Ljava/util/concurrent/atomic/AtomicReference;
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.cancel:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         1: .line 104
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* t */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
         2: .line 105
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableWithLatestFrom$WithLatestFromSubscriber<TT;TU;TR;>;
            0    3     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber this
         0: .line 109
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.other:Ljava/util/concurrent/atomic/AtomicReference;
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.cancel:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         1: .line 110
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
         2: .line 111
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableWithLatestFrom$WithLatestFromSubscriber<TT;TU;TR;>;

  public void request(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber this
        start local 1 // long n
         0: .line 115
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.upstream:Ljava/util/concurrent/atomic/AtomicReference;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
            lload 1 /* n */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.deferredRequest:(Ljava/util/concurrent/atomic/AtomicReference;Ljava/util/concurrent/atomic/AtomicLong;J)V
         1: .line 116
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableWithLatestFrom$WithLatestFromSubscriber<TT;TU;TR;>;
            0    2     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.FlowableWithLatestFrom$WithLatestFromSubscriber this
         0: .line 120
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.upstream:Ljava/util/concurrent/atomic/AtomicReference;
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.cancel:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         1: .line 121
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.other:Ljava/util/concurrent/atomic/AtomicReference;
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.cancel:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         2: .line 122
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableWithLatestFrom$WithLatestFromSubscriber<TT;TU;TR;>;

  public boolean setOther(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber this
        start local 1 // org.reactivestreams.Subscription o
         0: .line 125
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.other:Ljava/util/concurrent/atomic/AtomicReference;
            aload 1 /* o */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.setOnce:(Ljava/util/concurrent/atomic/AtomicReference;Lorg/reactivestreams/Subscription;)Z
            ireturn
        end local 1 // org.reactivestreams.Subscription o
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/flowable/FlowableWithLatestFrom$WithLatestFromSubscriber<TT;TU;TR;>;
            0    1     1     o  Lorg/reactivestreams/Subscription;
    MethodParameters:
      Name  Flags
      o     

  public void otherError(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.FlowableWithLatestFrom$WithLatestFromSubscriber this
        start local 1 // java.lang.Throwable e
         0: .line 129
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.upstream:Ljava/util/concurrent/atomic/AtomicReference;
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.cancel:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         1: .line 130
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* e */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
         2: .line 131
            return
        end local 1 // java.lang.Throwable e
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableWithLatestFrom$WithLatestFromSubscriber<TT;TU;TR;>;
            0    3     1     e  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      e     
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;R:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicReference<TU;>;Lio/reactivex/internal/fuseable/ConditionalSubscriber<TT;>;Lorg/reactivestreams/Subscription;
SourceFile: "FlowableWithLatestFrom.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableWithLatestFrom
InnerClasses:
  final WithLatestFromSubscriber = io.reactivex.internal.operators.flowable.FlowableWithLatestFrom$WithLatestFromSubscriber of io.reactivex.internal.operators.flowable.FlowableWithLatestFrom