abstract class io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription extends io.reactivex.internal.subscriptions.BasicQueueSubscription<java.lang.Long>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription
  super_class: io.reactivex.internal.subscriptions.BasicQueueSubscription
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -2252972430506210021

  final long end;
    descriptor: J
    flags: (0x0010) ACC_FINAL

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

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

  void <init>(long, long);
    descriptor: (JJ)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription this
        start local 1 // long index
        start local 3 // long end
         0: .line 56
            aload 0 /* this */
            invokespecial io.reactivex.internal.subscriptions.BasicQueueSubscription.<init>:()V
         1: .line 57
            aload 0 /* this */
            lload 1 /* index */
            putfield io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription.index:J
         2: .line 58
            aload 0 /* this */
            lload 3 /* end */
            putfield io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription.end:J
         3: .line 59
            return
        end local 3 // long end
        end local 1 // long index
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/reactivex/internal/operators/flowable/FlowableRangeLong$BaseRangeSubscription;
            0    4     1  index  J
            0    4     3    end  J
    MethodParameters:
       Name  Flags
      index  
      end    

  public final int requestFusion(int);
    descriptor: (I)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription this
        start local 1 // int mode
         0: .line 63
            iload 1 /* mode */
            iconst_1
            iand
            ireturn
        end local 1 // int mode
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/flowable/FlowableRangeLong$BaseRangeSubscription;
            0    1     1  mode  I
    MethodParameters:
      Name  Flags
      mode  

  public final java.lang.Long poll();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription this
         0: .line 69
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription.index:J
            lstore 1 /* i */
        start local 1 // long i
         1: .line 70
            lload 1 /* i */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription.end:J
            lcmp
            ifne 3
         2: .line 71
            aconst_null
            areturn
         3: .line 73
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            lload 1 /* i */
            lconst_1
            ladd
            putfield io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription.index:J
         4: .line 74
            lload 1 /* i */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
        end local 1 // long i
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/flowable/FlowableRangeLong$BaseRangeSubscription;
            1    5     1     i  J
    RuntimeInvisibleAnnotations: 
      io.reactivex.annotations.Nullable()

  public final boolean isEmpty();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription this
         0: .line 79
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription.index:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription.end:J
            lcmp
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableRangeLong$BaseRangeSubscription;

  public final void clear();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription this
         0: .line 84
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription.end:J
            putfield io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription.index:J
         1: .line 85
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableRangeLong$BaseRangeSubscription;

  public final void request(long);
    descriptor: (J)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription this
        start local 1 // long n
         0: .line 89
            lload 1 /* n */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(J)Z
            ifeq 6
         1: .line 90
            aload 0 /* this */
            lload 1 /* n */
            invokestatic io.reactivex.internal.util.BackpressureHelper.add:(Ljava/util/concurrent/atomic/AtomicLong;J)J
            lconst_0
            lcmp
            ifne 6
         2: .line 91
            lload 1 /* n */
            ldc 9223372036854775807
            lcmp
            ifne 5
         3: .line 92
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription.fastPath:()V
         4: .line 93
            goto 6
         5: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* n */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription.slowPath:(J)V
         6: .line 98
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/operators/flowable/FlowableRangeLong$BaseRangeSubscription;
            0    7     1     n  J
    MethodParameters:
      Name  Flags
      n     

  public final void cancel();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription this
         0: .line 102
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription.cancelled:Z
         1: .line 103
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableRangeLong$BaseRangeSubscription;

  abstract void fastPath();
    descriptor: ()V
    flags: (0x0400) ACC_ABSTRACT

  abstract void slowPath(long);
    descriptor: (J)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      r     

  public java.lang.Object poll();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription.poll:()Ljava/lang/Long;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Lio/reactivex/internal/subscriptions/BasicQueueSubscription<Ljava/lang/Long;>;
SourceFile: "FlowableRangeLong.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableRangeLong
InnerClasses:
  abstract BaseRangeSubscription = io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription of io.reactivex.internal.operators.flowable.FlowableRangeLong