abstract class io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription<T> extends io.reactivex.internal.subscriptions.BasicQueueSubscription<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: io.reactivex.internal.operators.flowable.FlowableFromIterable$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

  java.util.Iterator<? extends T> it;
    descriptor: Ljava/util/Iterator;
    flags: (0x0000) 
    Signature: Ljava/util/Iterator<+TT;>;

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

  boolean once;
    descriptor: Z
    flags: (0x0000) 

  void <init>(java.util.Iterator<? extends T>);
    descriptor: (Ljava/util/Iterator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription this
        start local 1 // java.util.Iterator it
         0: .line 82
            aload 0 /* this */
            invokespecial io.reactivex.internal.subscriptions.BasicQueueSubscription.<init>:()V
         1: .line 83
            aload 0 /* this */
            aload 1 /* it */
            putfield io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription.it:Ljava/util/Iterator;
         2: .line 84
            return
        end local 1 // java.util.Iterator it
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableFromIterable$BaseRangeSubscription<TT;>;
            0    3     1    it  Ljava/util/Iterator<+TT;>;
    Signature: (Ljava/util/Iterator<+TT;>;)V
    MethodParameters:
      Name  Flags
      it    

  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.FlowableFromIterable$BaseRangeSubscription this
        start local 1 // int mode
         0: .line 88
            iload 1 /* mode */
            iconst_1
            iand
            ireturn
        end local 1 // int mode
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/flowable/FlowableFromIterable$BaseRangeSubscription<TT;>;
            0    1     1  mode  I
    MethodParameters:
      Name  Flags
      mode  

  public final T poll();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription this
         0: .line 94
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription.it:Ljava/util/Iterator;
            ifnonnull 2
         1: .line 95
            aconst_null
            areturn
         2: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription.once:Z
            ifne 5
         3: .line 98
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription.once:Z
         4: .line 99
            goto 7
         5: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription.it:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
         6: .line 101
            aconst_null
            areturn
         7: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription.it:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            ldc "Iterator.next() returned a null value"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            areturn
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/reactivex/internal/operators/flowable/FlowableFromIterable$BaseRangeSubscription<TT;>;
    Signature: ()TT;
    RuntimeInvisibleAnnotations: 
      io.reactivex.annotations.Nullable()

  public final boolean isEmpty();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription this
         0: .line 109
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription.it:Ljava/util/Iterator;
            ifnull 1
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription.it:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableFromIterable$BaseRangeSubscription<TT;>;

  public final void clear();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription this
         0: .line 114
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription.it:Ljava/util/Iterator;
         1: .line 115
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableFromIterable$BaseRangeSubscription<TT;>;

  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.FlowableFromIterable$BaseRangeSubscription this
        start local 1 // long n
         0: .line 119
            lload 1 /* n */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(J)Z
            ifeq 6
         1: .line 120
            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 121
            lload 1 /* n */
            ldc 9223372036854775807
            lcmp
            ifne 5
         3: .line 122
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription.fastPath:()V
         4: .line 123
            goto 6
         5: .line 124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* n */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription.slowPath:(J)V
         6: .line 128
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/operators/flowable/FlowableFromIterable$BaseRangeSubscription<TT;>;
            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.FlowableFromIterable$BaseRangeSubscription this
         0: .line 132
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription.cancelled:Z
         1: .line 133
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableFromIterable$BaseRangeSubscription<TT;>;

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

  abstract void slowPath(long);
    descriptor: (J)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      r     
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/internal/subscriptions/BasicQueueSubscription<TT;>;
SourceFile: "FlowableFromIterable.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableFromIterable
InnerClasses:
  abstract BaseRangeSubscription = io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription of io.reactivex.internal.operators.flowable.FlowableFromIterable