final class io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber<T, R> extends java.util.concurrent.atomic.AtomicReference<org.reactivestreams.Subscription> 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.FlowableZip$ZipSubscriber
  super_class: java.util.concurrent.atomic.AtomicReference
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -4627193790118206028

  final io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator<T, R> parent;
    descriptor: Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator<TT;TR;>;

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

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

  io.reactivex.internal.fuseable.SimpleQueue<T> queue;
    descriptor: Lio/reactivex/internal/fuseable/SimpleQueue;
    flags: (0x0000) 
    Signature: Lio/reactivex/internal/fuseable/SimpleQueue<TT;>;

  long produced;
    descriptor: J
    flags: (0x0000) 

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

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

  void <init>(io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator<T, R>, );
    descriptor: (Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator;I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber this
        start local 1 // io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator parent
        start local 2 // int prefetch
         0: .line 340
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
         1: .line 341
            aload 0 /* this */
            aload 1 /* parent */
            putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.parent:Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator;
         2: .line 342
            aload 0 /* this */
            iload 2 /* prefetch */
            putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.prefetch:I
         3: .line 343
            aload 0 /* this */
            iload 2 /* prefetch */
            iload 2 /* prefetch */
            iconst_2
            ishr
            isub
            putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.limit:I
         4: .line 344
            return
        end local 2 // int prefetch
        end local 1 // io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator parent
        end local 0 // io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/reactivex/internal/operators/flowable/FlowableZip$ZipSubscriber<TT;TR;>;
            0    5     1    parent  Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator<TT;TR;>;
            0    5     2  prefetch  I
    Signature: (Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator<TT;TR;>;I)V
    MethodParameters:
          Name  Flags
      parent    
      prefetch  

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 349
            aload 0 /* this */
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.setOnce:(Ljava/util/concurrent/atomic/AtomicReference;Lorg/reactivestreams/Subscription;)Z
            ifeq 17
         1: .line 350
            aload 1 /* s */
            instanceof io.reactivex.internal.fuseable.QueueSubscription
            ifeq 15
         2: .line 351
            aload 1 /* s */
            checkcast io.reactivex.internal.fuseable.QueueSubscription
            astore 2 /* f */
        start local 2 // io.reactivex.internal.fuseable.QueueSubscription f
         3: .line 353
            aload 2 /* f */
            bipush 7
            invokeinterface io.reactivex.internal.fuseable.QueueSubscription.requestFusion:(I)I
            istore 3 /* m */
        start local 3 // int m
         4: .line 355
            iload 3 /* m */
            iconst_1
            if_icmpne 10
         5: .line 356
            aload 0 /* this */
            iload 3 /* m */
            putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.sourceMode:I
         6: .line 357
            aload 0 /* this */
            aload 2 /* f */
            putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
         7: .line 358
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.done:Z
         8: .line 359
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.parent:Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator;
            invokevirtual io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.drain:()V
         9: .line 360
            return
        10: .line 362
      StackMap locals: io.reactivex.internal.fuseable.QueueSubscription int
      StackMap stack:
            iload 3 /* m */
            iconst_2
            if_icmpne 15
        11: .line 363
            aload 0 /* this */
            iload 3 /* m */
            putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.sourceMode:I
        12: .line 364
            aload 0 /* this */
            aload 2 /* f */
            putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
        13: .line 365
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.prefetch:I
            i2l
            invokeinterface org.reactivestreams.Subscription.request:(J)V
        14: .line 366
            return
        end local 3 // int m
        end local 2 // io.reactivex.internal.fuseable.QueueSubscription f
        15: .line 370
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new io.reactivex.internal.queue.SpscArrayQueue
            dup
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.prefetch:I
            invokespecial io.reactivex.internal.queue.SpscArrayQueue.<init>:(I)V
            putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
        16: .line 372
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.prefetch:I
            i2l
            invokeinterface org.reactivestreams.Subscription.request:(J)V
        17: .line 374
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lio/reactivex/internal/operators/flowable/FlowableZip$ZipSubscriber<TT;TR;>;
            0   18     1     s  Lorg/reactivestreams/Subscription;
            3   15     2     f  Lio/reactivex/internal/fuseable/QueueSubscription<TT;>;
            4   15     3     m  I
    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.FlowableZip$ZipSubscriber this
        start local 1 // java.lang.Object t
         0: .line 378
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.sourceMode:I
            iconst_2
            if_icmpeq 2
         1: .line 379
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
            aload 1 /* t */
            invokeinterface io.reactivex.internal.fuseable.SimpleQueue.offer:(Ljava/lang/Object;)Z
            pop
         2: .line 381
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.parent:Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator;
            invokevirtual io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.drain:()V
         3: .line 382
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/flowable/FlowableZip$ZipSubscriber<TT;TR;>;
            0    4     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.FlowableZip$ZipSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 386
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.parent:Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator;
            aload 0 /* this */
            aload 1 /* t */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.error:(Lio/reactivex/internal/operators/flowable/FlowableZip$ZipSubscriber;Ljava/lang/Throwable;)V
         1: .line 387
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableZip$ZipSubscriber<TT;TR;>;
            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.FlowableZip$ZipSubscriber this
         0: .line 391
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.done:Z
         1: .line 392
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.parent:Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator;
            invokevirtual io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.drain:()V
         2: .line 393
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableZip$ZipSubscriber<TT;TR;>;

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

  public void request(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber this
        start local 1 // long n
         0: .line 402
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.sourceMode:I
            iconst_1
            if_icmpeq 7
         1: .line 403
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.produced:J
            lload 1 /* n */
            ladd
            lstore 3 /* p */
        start local 3 // long p
         2: .line 404
            lload 3 /* p */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.limit:I
            i2l
            lcmp
            iflt 6
         3: .line 405
            aload 0 /* this */
            lconst_0
            putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.produced:J
         4: .line 406
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.get:()Ljava/lang/Object;
            checkcast org.reactivestreams.Subscription
            lload 3 /* p */
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         5: .line 407
            goto 7
         6: .line 408
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            lload 3 /* p */
            putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.produced:J
        end local 3 // long p
         7: .line 411
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/reactivex/internal/operators/flowable/FlowableZip$ZipSubscriber<TT;TR;>;
            0    8     1     n  J
            2    7     3     p  J
    MethodParameters:
      Name  Flags
      n     
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicReference<Lorg/reactivestreams/Subscription;>;Lio/reactivex/FlowableSubscriber<TT;>;Lorg/reactivestreams/Subscription;
SourceFile: "FlowableZip.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableZip
InnerClasses:
  final ZipCoordinator = io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator of io.reactivex.internal.operators.flowable.FlowableZip
  final ZipSubscriber = io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber of io.reactivex.internal.operators.flowable.FlowableZip