final class io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber<T> extends io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber
  super_class: io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1075119423897941642

  final io.reactivex.internal.fuseable.ConditionalSubscriber<? super T> downstream;
    descriptor: Lio/reactivex/internal/fuseable/ConditionalSubscriber;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/internal/fuseable/ConditionalSubscriber<-TT;>;

  void <init>(io.reactivex.internal.fuseable.ConditionalSubscriber<? super T>, int, io.reactivex.internal.queue.SpscArrayQueue<T>, io.reactivex.Scheduler$Worker);
    descriptor: (Lio/reactivex/internal/fuseable/ConditionalSubscriber;ILio/reactivex/internal/queue/SpscArrayQueue;Lio/reactivex/Scheduler$Worker;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber this
        start local 1 // io.reactivex.internal.fuseable.ConditionalSubscriber actual
        start local 2 // int prefetch
        start local 3 // io.reactivex.internal.queue.SpscArrayQueue queue
        start local 4 // io.reactivex.Scheduler$Worker worker
         0: .line 334
            aload 0 /* this */
            iload 2 /* prefetch */
            aload 3 /* queue */
            aload 4 /* worker */
            invokespecial io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber.<init>:(ILio/reactivex/internal/queue/SpscArrayQueue;Lio/reactivex/Scheduler$Worker;)V
         1: .line 335
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber.downstream:Lio/reactivex/internal/fuseable/ConditionalSubscriber;
         2: .line 336
            return
        end local 4 // io.reactivex.Scheduler$Worker worker
        end local 3 // io.reactivex.internal.queue.SpscArrayQueue queue
        end local 2 // int prefetch
        end local 1 // io.reactivex.internal.fuseable.ConditionalSubscriber actual
        end local 0 // io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/reactivex/internal/operators/parallel/ParallelRunOn$RunOnConditionalSubscriber<TT;>;
            0    3     1    actual  Lio/reactivex/internal/fuseable/ConditionalSubscriber<-TT;>;
            0    3     2  prefetch  I
            0    3     3     queue  Lio/reactivex/internal/queue/SpscArrayQueue<TT;>;
            0    3     4    worker  Lio/reactivex/Scheduler$Worker;
    Signature: (Lio/reactivex/internal/fuseable/ConditionalSubscriber<-TT;>;ILio/reactivex/internal/queue/SpscArrayQueue<TT;>;Lio/reactivex/Scheduler$Worker;)V
    MethodParameters:
          Name  Flags
      actual    
      prefetch  
      queue     
      worker    

  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.parallel.ParallelRunOn$RunOnConditionalSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 340
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber.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 341
            aload 0 /* this */
            aload 1 /* s */
            putfield io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber.upstream:Lorg/reactivestreams/Subscription;
         2: .line 343
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber.downstream:Lio/reactivex/internal/fuseable/ConditionalSubscriber;
            aload 0 /* this */
            invokeinterface io.reactivex.internal.fuseable.ConditionalSubscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         3: .line 345
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber.prefetch:I
            i2l
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         4: .line 347
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/parallel/ParallelRunOn$RunOnConditionalSubscriber<TT;>;
            0    5     1     s  Lorg/reactivestreams/Subscription;
    MethodParameters:
      Name  Flags
      s     

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=14, args_size=1
        start local 0 // io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber this
         0: .line 351
            iconst_1
            istore 1 /* missed */
        start local 1 // int missed
         1: .line 352
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber.consumed:I
            istore 2 /* c */
        start local 2 // int c
         2: .line 353
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber.queue:Lio/reactivex/internal/queue/SpscArrayQueue;
            astore 3 /* q */
        start local 3 // io.reactivex.internal.queue.SpscArrayQueue q
         3: .line 354
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber.downstream:Lio/reactivex/internal/fuseable/ConditionalSubscriber;
            astore 4 /* a */
        start local 4 // io.reactivex.internal.fuseable.ConditionalSubscriber a
         4: .line 355
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber.limit:I
            istore 5 /* lim */
        start local 5 // int lim
         5: .line 359
      StackMap locals: io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber int int io.reactivex.internal.queue.SpscArrayQueue io.reactivex.internal.fuseable.ConditionalSubscriber int
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
            invokevirtual java.util.concurrent.atomic.AtomicLong.get:()J
            lstore 6 /* r */
        start local 6 // long r
         6: .line 360
            lconst_0
            lstore 8 /* e */
        start local 8 // long e
         7: .line 362
            goto 35
         8: .line 363
      StackMap locals: long long
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber.cancelled:Z
            ifeq 11
         9: .line 364
            aload 3 /* q */
            invokevirtual io.reactivex.internal.queue.SpscArrayQueue.clear:()V
        10: .line 365
            return
        11: .line 368
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber.done:Z
            istore 10 /* d */
        start local 10 // boolean d
        12: .line 370
            iload 10 /* d */
            ifeq 19
        13: .line 371
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber.error:Ljava/lang/Throwable;
            astore 11 /* ex */
        start local 11 // java.lang.Throwable ex
        14: .line 372
            aload 11 /* ex */
            ifnull 19
        15: .line 373
            aload 3 /* q */
            invokevirtual io.reactivex.internal.queue.SpscArrayQueue.clear:()V
        16: .line 375
            aload 4 /* a */
            aload 11 /* ex */
            invokeinterface io.reactivex.internal.fuseable.ConditionalSubscriber.onError:(Ljava/lang/Throwable;)V
        17: .line 377
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber.worker:Lio/reactivex/Scheduler$Worker;
            invokevirtual io.reactivex.Scheduler$Worker.dispose:()V
        18: .line 378
            return
        end local 11 // java.lang.Throwable ex
        19: .line 382
      StackMap locals: int
      StackMap stack:
            aload 3 /* q */
            invokevirtual io.reactivex.internal.queue.SpscArrayQueue.poll:()Ljava/lang/Object;
            astore 11 /* v */
        start local 11 // java.lang.Object v
        20: .line 384
            aload 11 /* v */
            ifnonnull 21
            iconst_1
            goto 22
      StackMap locals: java.lang.Object
      StackMap stack:
        21: iconst_0
      StackMap locals:
      StackMap stack: int
        22: istore 12 /* empty */
        start local 12 // boolean empty
        23: .line 386
            iload 10 /* d */
            ifeq 27
            iload 12 /* empty */
            ifeq 27
        24: .line 387
            aload 4 /* a */
            invokeinterface io.reactivex.internal.fuseable.ConditionalSubscriber.onComplete:()V
        25: .line 389
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber.worker:Lio/reactivex/Scheduler$Worker;
            invokevirtual io.reactivex.Scheduler$Worker.dispose:()V
        26: .line 390
            return
        27: .line 393
      StackMap locals: int
      StackMap stack:
            iload 12 /* empty */
            ifeq 29
        28: .line 394
            goto 36
        29: .line 397
      StackMap locals:
      StackMap stack:
            aload 4 /* a */
            aload 11 /* v */
            invokeinterface io.reactivex.internal.fuseable.ConditionalSubscriber.tryOnNext:(Ljava/lang/Object;)Z
            ifeq 31
        30: .line 398
            lload 8 /* e */
            lconst_1
            ladd
            lstore 8 /* e */
        31: .line 401
      StackMap locals:
      StackMap stack:
            iinc 2 /* c */ 1
            iload 2 /* c */
            istore 13 /* p */
        start local 13 // int p
        32: .line 402
            iload 13 /* p */
            iload 5 /* lim */
            if_icmpne 35
        33: .line 403
            iconst_0
            istore 2 /* c */
        34: .line 404
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber.upstream:Lorg/reactivestreams/Subscription;
            iload 13 /* p */
            i2l
            invokeinterface org.reactivestreams.Subscription.request:(J)V
        end local 13 // int p
        end local 12 // boolean empty
        end local 11 // java.lang.Object v
        end local 10 // boolean d
        35: .line 362
      StackMap locals:
      StackMap stack:
            lload 8 /* e */
            lload 6 /* r */
            lcmp
            ifne 8
        36: .line 408
      StackMap locals:
      StackMap stack:
            lload 8 /* e */
            lload 6 /* r */
            lcmp
            ifne 51
        37: .line 409
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber.cancelled:Z
            ifeq 40
        38: .line 410
            aload 3 /* q */
            invokevirtual io.reactivex.internal.queue.SpscArrayQueue.clear:()V
        39: .line 411
            return
        40: .line 414
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber.done:Z
            ifeq 51
        41: .line 415
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber.error:Ljava/lang/Throwable;
            astore 10 /* ex */
        start local 10 // java.lang.Throwable ex
        42: .line 416
            aload 10 /* ex */
            ifnull 47
        43: .line 417
            aload 3 /* q */
            invokevirtual io.reactivex.internal.queue.SpscArrayQueue.clear:()V
        44: .line 419
            aload 4 /* a */
            aload 10 /* ex */
            invokeinterface io.reactivex.internal.fuseable.ConditionalSubscriber.onError:(Ljava/lang/Throwable;)V
        45: .line 421
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber.worker:Lio/reactivex/Scheduler$Worker;
            invokevirtual io.reactivex.Scheduler$Worker.dispose:()V
        46: .line 422
            return
        47: .line 424
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 3 /* q */
            invokevirtual io.reactivex.internal.queue.SpscArrayQueue.isEmpty:()Z
            ifeq 51
        48: .line 425
            aload 4 /* a */
            invokeinterface io.reactivex.internal.fuseable.ConditionalSubscriber.onComplete:()V
        49: .line 427
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber.worker:Lio/reactivex/Scheduler$Worker;
            invokevirtual io.reactivex.Scheduler$Worker.dispose:()V
        50: .line 428
            return
        end local 10 // java.lang.Throwable ex
        51: .line 433
      StackMap locals:
      StackMap stack:
            lload 8 /* e */
            lconst_0
            lcmp
            ifeq 53
            lload 6 /* r */
            ldc 9223372036854775807
            lcmp
            ifeq 53
        52: .line 434
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
            lload 8 /* e */
            lneg
            invokevirtual java.util.concurrent.atomic.AtomicLong.addAndGet:(J)J
            pop2
        53: .line 437
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber.get:()I
            istore 10 /* w */
        start local 10 // int w
        54: .line 438
            iload 10 /* w */
            iload 1 /* missed */
            if_icmpne 59
        55: .line 439
            aload 0 /* this */
            iload 2 /* c */
            putfield io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber.consumed:I
        56: .line 440
            aload 0 /* this */
            iload 1 /* missed */
            ineg
            invokevirtual io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber.addAndGet:(I)I
            istore 1 /* missed */
        57: .line 441
            iload 1 /* missed */
            ifne 5
        58: .line 442
            goto 61
        59: .line 445
      StackMap locals: int
      StackMap stack:
            iload 10 /* w */
            istore 1 /* missed */
        end local 10 // int w
        end local 8 // long e
        end local 6 // long r
        60: .line 357
            goto 5
        61: .line 448
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int lim
        end local 4 // io.reactivex.internal.fuseable.ConditionalSubscriber a
        end local 3 // io.reactivex.internal.queue.SpscArrayQueue q
        end local 2 // int c
        end local 1 // int missed
        end local 0 // io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   62     0    this  Lio/reactivex/internal/operators/parallel/ParallelRunOn$RunOnConditionalSubscriber<TT;>;
            1   62     1  missed  I
            2   62     2       c  I
            3   62     3       q  Lio/reactivex/internal/queue/SpscArrayQueue<TT;>;
            4   62     4       a  Lio/reactivex/internal/fuseable/ConditionalSubscriber<-TT;>;
            5   62     5     lim  I
            6   60     6       r  J
            7   60     8       e  J
           12   35    10       d  Z
           14   19    11      ex  Ljava/lang/Throwable;
           20   35    11       v  TT;
           23   35    12   empty  Z
           32   35    13       p  I
           42   51    10      ex  Ljava/lang/Throwable;
           54   60    10       w  I
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/internal/operators/parallel/ParallelRunOn$BaseRunOnSubscriber<TT;>;
SourceFile: "ParallelRunOn.java"
NestHost: io.reactivex.internal.operators.parallel.ParallelRunOn
InnerClasses:
  public abstract Worker = io.reactivex.Scheduler$Worker of io.reactivex.Scheduler
  abstract BaseRunOnSubscriber = io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber of io.reactivex.internal.operators.parallel.ParallelRunOn
  final RunOnConditionalSubscriber = io.reactivex.internal.operators.parallel.ParallelRunOn$RunOnConditionalSubscriber of io.reactivex.internal.operators.parallel.ParallelRunOn