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

  final io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestCoordinator<T, ?> parent;
    descriptor: Lio/reactivex/internal/operators/flowable/FlowableCombineLatest$CombineLatestCoordinator;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/internal/operators/flowable/FlowableCombineLatest$CombineLatestCoordinator<TT;*>;

  final int index;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int prefetch;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int limit;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  int produced;
    descriptor: I
    flags: (0x0000) 

  void <init>(io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestCoordinator<T, ?>, int, );
    descriptor: (Lio/reactivex/internal/operators/flowable/FlowableCombineLatest$CombineLatestCoordinator;II)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber this
        start local 1 // io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestCoordinator parent
        start local 2 // int index
        start local 3 // int prefetch
         0: .line 507
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
         1: .line 508
            aload 0 /* this */
            aload 1 /* parent */
            putfield io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber.parent:Lio/reactivex/internal/operators/flowable/FlowableCombineLatest$CombineLatestCoordinator;
         2: .line 509
            aload 0 /* this */
            iload 2 /* index */
            putfield io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber.index:I
         3: .line 510
            aload 0 /* this */
            iload 3 /* prefetch */
            putfield io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber.prefetch:I
         4: .line 511
            aload 0 /* this */
            iload 3 /* prefetch */
            iload 3 /* prefetch */
            iconst_2
            ishr
            isub
            putfield io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber.limit:I
         5: .line 512
            return
        end local 3 // int prefetch
        end local 2 // int index
        end local 1 // io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestCoordinator parent
        end local 0 // io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lio/reactivex/internal/operators/flowable/FlowableCombineLatest$CombineLatestInnerSubscriber<TT;>;
            0    6     1    parent  Lio/reactivex/internal/operators/flowable/FlowableCombineLatest$CombineLatestCoordinator<TT;*>;
            0    6     2     index  I
            0    6     3  prefetch  I
    Signature: (Lio/reactivex/internal/operators/flowable/FlowableCombineLatest$CombineLatestCoordinator<TT;*>;II)V
    MethodParameters:
          Name  Flags
      parent    
      index     
      prefetch  

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 516
            aload 0 /* this */
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber.prefetch:I
            i2l
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.setOnce:(Ljava/util/concurrent/atomic/AtomicReference;Lorg/reactivestreams/Subscription;J)Z
            pop
         1: .line 517
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableCombineLatest$CombineLatestInnerSubscriber<TT;>;
            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.FlowableCombineLatest$CombineLatestInnerSubscriber this
        start local 1 // java.lang.Object t
         0: .line 521
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber.parent:Lio/reactivex/internal/operators/flowable/FlowableCombineLatest$CombineLatestCoordinator;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber.index:I
            aload 1 /* t */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestCoordinator.innerValue:(ILjava/lang/Object;)V
         1: .line 522
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableCombineLatest$CombineLatestInnerSubscriber<TT;>;
            0    2     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=3, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 526
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber.parent:Lio/reactivex/internal/operators/flowable/FlowableCombineLatest$CombineLatestCoordinator;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber.index:I
            aload 1 /* t */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestCoordinator.innerError:(ILjava/lang/Throwable;)V
         1: .line 527
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableCombineLatest$CombineLatestInnerSubscriber<TT;>;
            0    2     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.FlowableCombineLatest$CombineLatestInnerSubscriber this
         0: .line 531
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber.parent:Lio/reactivex/internal/operators/flowable/FlowableCombineLatest$CombineLatestCoordinator;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber.index:I
            invokevirtual io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestCoordinator.innerComplete:(I)V
         1: .line 532
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableCombineLatest$CombineLatestInnerSubscriber<TT;>;

  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.FlowableCombineLatest$CombineLatestInnerSubscriber this
         0: .line 535
            aload 0 /* this */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.cancel:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         1: .line 536
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableCombineLatest$CombineLatestInnerSubscriber<TT;>;

  public void requestOne();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber this
         0: .line 540
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber.produced:I
            iconst_1
            iadd
            istore 1 /* p */
        start local 1 // int p
         1: .line 541
            iload 1 /* p */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber.limit:I
            if_icmpne 5
         2: .line 542
            aload 0 /* this */
            iconst_0
            putfield io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber.produced:I
         3: .line 543
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber.get:()Ljava/lang/Object;
            checkcast org.reactivestreams.Subscription
            iload 1 /* p */
            i2l
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         4: .line 544
            goto 6
         5: .line 545
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* p */
            putfield io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber.produced:I
         6: .line 548
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int p
        end local 0 // io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/operators/flowable/FlowableCombineLatest$CombineLatestInnerSubscriber<TT;>;
            1    7     1     p  I
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicReference<Lorg/reactivestreams/Subscription;>;Lio/reactivex/FlowableSubscriber<TT;>;
SourceFile: "FlowableCombineLatest.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableCombineLatest
InnerClasses:
  final CombineLatestCoordinator = io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestCoordinator of io.reactivex.internal.operators.flowable.FlowableCombineLatest
  final CombineLatestInnerSubscriber = io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber of io.reactivex.internal.operators.flowable.FlowableCombineLatest