abstract class io.reactivex.internal.operators.flowable.FlowableFromArray$BaseArraySubscription<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.FlowableFromArray$BaseArraySubscription
  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 T[] array;
    descriptor: [Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Signature: [TT;

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

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

  void <init>();
    descriptor: ([Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableFromArray$BaseArraySubscription this
        start local 1 // java.lang.Object[] array
         0: .line 51
            aload 0 /* this */
            invokespecial io.reactivex.internal.subscriptions.BasicQueueSubscription.<init>:()V
         1: .line 52
            aload 0 /* this */
            aload 1 /* array */
            putfield io.reactivex.internal.operators.flowable.FlowableFromArray$BaseArraySubscription.array:[Ljava/lang/Object;
         2: .line 53
            return
        end local 1 // java.lang.Object[] array
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFromArray$BaseArraySubscription this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/reactivex/internal/operators/flowable/FlowableFromArray$BaseArraySubscription<TT;>;
            0    3     1  array  [Ljava/lang/Object;
    Signature: ([TT;)V
    MethodParameters:
       Name  Flags
      array  

  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.FlowableFromArray$BaseArraySubscription this
        start local 1 // int mode
         0: .line 57
            iload 1 /* mode */
            iconst_1
            iand
            ireturn
        end local 1 // int mode
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFromArray$BaseArraySubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/flowable/FlowableFromArray$BaseArraySubscription<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=3, locals=3, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableFromArray$BaseArraySubscription this
         0: .line 63
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFromArray$BaseArraySubscription.index:I
            istore 1 /* i */
        start local 1 // int i
         1: .line 64
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFromArray$BaseArraySubscription.array:[Ljava/lang/Object;
            astore 2 /* arr */
        start local 2 // java.lang.Object[] arr
         2: .line 65
            iload 1 /* i */
            aload 2 /* arr */
            arraylength
            if_icmpne 4
         3: .line 66
            aconst_null
            areturn
         4: .line 69
      StackMap locals: int java.lang.Object[]
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            iconst_1
            iadd
            putfield io.reactivex.internal.operators.flowable.FlowableFromArray$BaseArraySubscription.index:I
         5: .line 70
            aload 2 /* arr */
            iload 1 /* i */
            aaload
            ldc "array element is null"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object[] arr
        end local 1 // int i
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFromArray$BaseArraySubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/internal/operators/flowable/FlowableFromArray$BaseArraySubscription<TT;>;
            1    6     1     i  I
            2    6     2   arr  [Ljava/lang/Object;
    Signature: ()TT;
    RuntimeInvisibleAnnotations: 
      io.reactivex.annotations.Nullable()

  public final boolean isEmpty();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableFromArray$BaseArraySubscription this
         0: .line 75
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFromArray$BaseArraySubscription.index:I
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFromArray$BaseArraySubscription.array:[Ljava/lang/Object;
            arraylength
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFromArray$BaseArraySubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableFromArray$BaseArraySubscription<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.FlowableFromArray$BaseArraySubscription this
         0: .line 80
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFromArray$BaseArraySubscription.array:[Ljava/lang/Object;
            arraylength
            putfield io.reactivex.internal.operators.flowable.FlowableFromArray$BaseArraySubscription.index:I
         1: .line 81
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFromArray$BaseArraySubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableFromArray$BaseArraySubscription<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.FlowableFromArray$BaseArraySubscription this
        start local 1 // long n
         0: .line 85
            lload 1 /* n */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(J)Z
            ifeq 6
         1: .line 86
            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 87
            lload 1 /* n */
            ldc 9223372036854775807
            lcmp
            ifne 5
         3: .line 88
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableFromArray$BaseArraySubscription.fastPath:()V
         4: .line 89
            goto 6
         5: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* n */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableFromArray$BaseArraySubscription.slowPath:(J)V
         6: .line 94
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFromArray$BaseArraySubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/operators/flowable/FlowableFromArray$BaseArraySubscription<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.FlowableFromArray$BaseArraySubscription this
         0: .line 98
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableFromArray$BaseArraySubscription.cancelled:Z
         1: .line 99
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFromArray$BaseArraySubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableFromArray$BaseArraySubscription<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: "FlowableFromArray.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableFromArray
InnerClasses:
  abstract BaseArraySubscription = io.reactivex.internal.operators.flowable.FlowableFromArray$BaseArraySubscription of io.reactivex.internal.operators.flowable.FlowableFromArray