public final class io.reactivex.internal.operators.flowable.FlowableRangeLong extends io.reactivex.Flowable<java.lang.Long>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableRangeLong
  super_class: io.reactivex.Flowable
{
  final long start;
    descriptor: J
    flags: (0x0010) ACC_FINAL

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

  public void <init>(long, long);
    descriptor: (JJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRangeLong this
        start local 1 // long start
        start local 3 // long count
         0: .line 31
            aload 0 /* this */
            invokespecial io.reactivex.Flowable.<init>:()V
         1: .line 32
            aload 0 /* this */
            lload 1 /* start */
            putfield io.reactivex.internal.operators.flowable.FlowableRangeLong.start:J
         2: .line 33
            aload 0 /* this */
            lload 1 /* start */
            lload 3 /* count */
            ladd
            putfield io.reactivex.internal.operators.flowable.FlowableRangeLong.end:J
         3: .line 34
            return
        end local 3 // long count
        end local 1 // long start
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRangeLong this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/reactivex/internal/operators/flowable/FlowableRangeLong;
            0    4     1  start  J
            0    4     3  count  J
    MethodParameters:
       Name  Flags
      start  
      count  

  public void subscribeActual(org.reactivestreams.Subscriber<? super java.lang.Long>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRangeLong this
        start local 1 // org.reactivestreams.Subscriber s
         0: .line 38
            aload 1 /* s */
            instanceof io.reactivex.internal.fuseable.ConditionalSubscriber
            ifeq 5
         1: .line 39
            aload 1 /* s */
            new io.reactivex.internal.operators.flowable.FlowableRangeLong$RangeConditionalSubscription
            dup
         2: .line 40
            aload 1 /* s */
            checkcast io.reactivex.internal.fuseable.ConditionalSubscriber
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRangeLong.start:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRangeLong.end:J
            invokespecial io.reactivex.internal.operators.flowable.FlowableRangeLong$RangeConditionalSubscription.<init>:(Lio/reactivex/internal/fuseable/ConditionalSubscriber;JJ)V
         3: .line 39
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         4: .line 41
            goto 6
         5: .line 42
      StackMap locals:
      StackMap stack:
            aload 1 /* s */
            new io.reactivex.internal.operators.flowable.FlowableRangeLong$RangeSubscription
            dup
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRangeLong.start:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRangeLong.end:J
            invokespecial io.reactivex.internal.operators.flowable.FlowableRangeLong$RangeSubscription.<init>:(Lorg/reactivestreams/Subscriber;JJ)V
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         6: .line 44
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscriber s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRangeLong this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/operators/flowable/FlowableRangeLong;
            0    7     1     s  Lorg/reactivestreams/Subscriber<-Ljava/lang/Long;>;
    Signature: (Lorg/reactivestreams/Subscriber<-Ljava/lang/Long;>;)V
    MethodParameters:
      Name  Flags
      s     
}
Signature: Lio/reactivex/Flowable<Ljava/lang/Long;>;
SourceFile: "FlowableRangeLong.java"
NestMembers:
  io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription  io.reactivex.internal.operators.flowable.FlowableRangeLong$RangeConditionalSubscription  io.reactivex.internal.operators.flowable.FlowableRangeLong$RangeSubscription
InnerClasses:
  abstract BaseRangeSubscription = io.reactivex.internal.operators.flowable.FlowableRangeLong$BaseRangeSubscription of io.reactivex.internal.operators.flowable.FlowableRangeLong
  final RangeConditionalSubscription = io.reactivex.internal.operators.flowable.FlowableRangeLong$RangeConditionalSubscription of io.reactivex.internal.operators.flowable.FlowableRangeLong
  final RangeSubscription = io.reactivex.internal.operators.flowable.FlowableRangeLong$RangeSubscription of io.reactivex.internal.operators.flowable.FlowableRangeLong