final class io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber<T, R> extends java.util.concurrent.atomic.AtomicInteger implements io.reactivex.FlowableSubscriber<T>, org.reactivestreams.Subscription
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber
  super_class: java.util.concurrent.atomic.AtomicInteger
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1776795561228106469

  final org.reactivestreams.Subscriber<? super R> downstream;
    descriptor: Lorg/reactivestreams/Subscriber;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/reactivestreams/Subscriber<-TR;>;

  final io.reactivex.functions.BiFunction<R, ? super T, R> accumulator;
    descriptor: Lio/reactivex/functions/BiFunction;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/BiFunction<TR;-TT;TR;>;

  final io.reactivex.internal.fuseable.SimplePlainQueue<R> queue;
    descriptor: Lio/reactivex/internal/fuseable/SimplePlainQueue;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/internal/fuseable/SimplePlainQueue<TR;>;

  final java.util.concurrent.atomic.AtomicLong requested;
    descriptor: Ljava/util/concurrent/atomic/AtomicLong;
    flags: (0x0010) ACC_FINAL

  final int prefetch;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int limit;
    descriptor: I
    flags: (0x0010) ACC_FINAL

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

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

  java.lang.Throwable error;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0000) 

  org.reactivestreams.Subscription upstream;
    descriptor: Lorg/reactivestreams/Subscription;
    flags: (0x0000) 

  R value;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 
    Signature: TR;

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

  void <init>(org.reactivestreams.Subscriber<? super R>, io.reactivex.functions.BiFunction<R, ? super T, R>, R, );
    descriptor: (Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/BiFunction;Ljava/lang/Object;I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber this
        start local 1 // org.reactivestreams.Subscriber actual
        start local 2 // io.reactivex.functions.BiFunction accumulator
        start local 3 // java.lang.Object value
        start local 4 // int prefetch
         0: .line 83
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
         1: .line 84
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
         2: .line 85
            aload 0 /* this */
            aload 2 /* accumulator */
            putfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.accumulator:Lio/reactivex/functions/BiFunction;
         3: .line 86
            aload 0 /* this */
            aload 3 /* value */
            putfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.value:Ljava/lang/Object;
         4: .line 87
            aload 0 /* this */
            iload 4 /* prefetch */
            putfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.prefetch:I
         5: .line 88
            aload 0 /* this */
            iload 4 /* prefetch */
            iload 4 /* prefetch */
            iconst_2
            ishr
            isub
            putfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.limit:I
         6: .line 89
            aload 0 /* this */
            new io.reactivex.internal.queue.SpscArrayQueue
            dup
            iload 4 /* prefetch */
            invokespecial io.reactivex.internal.queue.SpscArrayQueue.<init>:(I)V
            putfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.queue:Lio/reactivex/internal/fuseable/SimplePlainQueue;
         7: .line 90
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.queue:Lio/reactivex/internal/fuseable/SimplePlainQueue;
            aload 3 /* value */
            invokeinterface io.reactivex.internal.fuseable.SimplePlainQueue.offer:(Ljava/lang/Object;)Z
            pop
         8: .line 91
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicLong
            dup
            invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
         9: .line 92
            return
        end local 4 // int prefetch
        end local 3 // java.lang.Object value
        end local 2 // io.reactivex.functions.BiFunction accumulator
        end local 1 // org.reactivestreams.Subscriber actual
        end local 0 // io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lio/reactivex/internal/operators/flowable/FlowableScanSeed$ScanSeedSubscriber<TT;TR;>;
            0   10     1       actual  Lorg/reactivestreams/Subscriber<-TR;>;
            0   10     2  accumulator  Lio/reactivex/functions/BiFunction<TR;-TT;TR;>;
            0   10     3        value  TR;
            0   10     4     prefetch  I
    Signature: (Lorg/reactivestreams/Subscriber<-TR;>;Lio/reactivex/functions/BiFunction<TR;-TT;TR;>;TR;I)V
    MethodParameters:
             Name  Flags
      actual       
      accumulator  
      value        
      prefetch     

  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.flowable.FlowableScanSeed$ScanSeedSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 96
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.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 97
            aload 0 /* this */
            aload 1 /* s */
            putfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.upstream:Lorg/reactivestreams/Subscription;
         2: .line 99
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 0 /* this */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         3: .line 101
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.prefetch:I
            iconst_1
            isub
            i2l
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         4: .line 103
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/flowable/FlowableScanSeed$ScanSeedSubscriber<TT;TR;>;
            0    5     1     s  Lorg/reactivestreams/Subscription;
    MethodParameters:
      Name  Flags
      s     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber this
        start local 1 // java.lang.Object t
         0: .line 107
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.done:Z
            ifeq 2
         1: .line 108
            return
         2: .line 111
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.value:Ljava/lang/Object;
            astore 2 /* v */
        start local 2 // java.lang.Object v
         3: .line 113
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.accumulator:Lio/reactivex/functions/BiFunction;
            aload 2 /* v */
            aload 1 /* t */
            invokeinterface io.reactivex.functions.BiFunction.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            ldc "The accumulator returned a null value"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            astore 2 /* v */
         4: .line 114
            goto 10
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
         5: astore 3 /* ex */
        start local 3 // java.lang.Throwable ex
         6: .line 115
            aload 3 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         7: .line 116
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         8: .line 117
            aload 0 /* this */
            aload 3 /* ex */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.onError:(Ljava/lang/Throwable;)V
         9: .line 118
            return
        end local 3 // java.lang.Throwable ex
        10: .line 121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* v */
            putfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.value:Ljava/lang/Object;
        11: .line 122
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.queue:Lio/reactivex/internal/fuseable/SimplePlainQueue;
            aload 2 /* v */
            invokeinterface io.reactivex.internal.fuseable.SimplePlainQueue.offer:(Ljava/lang/Object;)Z
            pop
        12: .line 123
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.drain:()V
        13: .line 124
            return
        end local 2 // java.lang.Object v
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lio/reactivex/internal/operators/flowable/FlowableScanSeed$ScanSeedSubscriber<TT;TR;>;
            0   14     1     t  TT;
            3   14     2     v  TR;
            6   10     3    ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           3     4       5  Class java.lang.Throwable
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      t     

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 128
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.done:Z
            ifeq 3
         1: .line 129
            aload 1 /* t */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         2: .line 130
            return
         3: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* t */
            putfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.error:Ljava/lang/Throwable;
         4: .line 133
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.done:Z
         5: .line 134
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.drain:()V
         6: .line 135
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/operators/flowable/FlowableScanSeed$ScanSeedSubscriber<TT;TR;>;
            0    7     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber this
         0: .line 139
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.done:Z
            ifeq 2
         1: .line 140
            return
         2: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.done:Z
         3: .line 143
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.drain:()V
         4: .line 144
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/flowable/FlowableScanSeed$ScanSeedSubscriber<TT;TR;>;

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber this
         0: .line 148
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.cancelled:Z
         1: .line 149
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         2: .line 150
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.getAndIncrement:()I
            ifne 4
         3: .line 151
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.queue:Lio/reactivex/internal/fuseable/SimplePlainQueue;
            invokeinterface io.reactivex.internal.fuseable.SimplePlainQueue.clear:()V
         4: .line 153
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/flowable/FlowableScanSeed$ScanSeedSubscriber<TT;TR;>;

  public void request(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber this
        start local 1 // long n
         0: .line 157
            lload 1 /* n */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(J)Z
            ifeq 3
         1: .line 158
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
            lload 1 /* n */
            invokestatic io.reactivex.internal.util.BackpressureHelper.add:(Ljava/util/concurrent/atomic/AtomicLong;J)J
            pop2
         2: .line 159
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.drain:()V
         3: .line 161
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/flowable/FlowableScanSeed$ScanSeedSubscriber<TT;TR;>;
            0    4     1     n  J
    MethodParameters:
      Name  Flags
      n     

  void drain();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=13, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber this
         0: .line 164
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.getAndIncrement:()I
            ifeq 2
         1: .line 165
            return
         2: .line 168
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 1 /* missed */
        start local 1 // int missed
         3: .line 169
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            astore 2 /* a */
        start local 2 // org.reactivestreams.Subscriber a
         4: .line 170
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.queue:Lio/reactivex/internal/fuseable/SimplePlainQueue;
            astore 3 /* q */
        start local 3 // io.reactivex.internal.fuseable.SimplePlainQueue q
         5: .line 171
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.limit:I
            istore 4 /* lim */
        start local 4 // int lim
         6: .line 172
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.consumed:I
            istore 5 /* c */
        start local 5 // int c
         7: .line 176
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber int org.reactivestreams.Subscriber io.reactivex.internal.fuseable.SimplePlainQueue int int
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
            invokevirtual java.util.concurrent.atomic.AtomicLong.get:()J
            lstore 6 /* r */
        start local 6 // long r
         8: .line 177
            lconst_0
            lstore 8 /* e */
        start local 8 // long e
         9: .line 179
            goto 34
        10: .line 180
      StackMap locals: long long
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.cancelled:Z
            ifeq 13
        11: .line 181
            aload 3 /* q */
            invokeinterface io.reactivex.internal.fuseable.SimplePlainQueue.clear:()V
        12: .line 182
            return
        13: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.done:Z
            istore 10 /* d */
        start local 10 // boolean d
        14: .line 186
            iload 10 /* d */
            ifeq 20
        15: .line 187
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.error:Ljava/lang/Throwable;
            astore 11 /* ex */
        start local 11 // java.lang.Throwable ex
        16: .line 188
            aload 11 /* ex */
            ifnull 20
        17: .line 189
            aload 3 /* q */
            invokeinterface io.reactivex.internal.fuseable.SimplePlainQueue.clear:()V
        18: .line 190
            aload 2 /* a */
            aload 11 /* ex */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        19: .line 191
            return
        end local 11 // java.lang.Throwable ex
        20: .line 195
      StackMap locals: int
      StackMap stack:
            aload 3 /* q */
            invokeinterface io.reactivex.internal.fuseable.SimplePlainQueue.poll:()Ljava/lang/Object;
            astore 11 /* v */
        start local 11 // java.lang.Object v
        21: .line 196
            aload 11 /* v */
            ifnonnull 22
            iconst_1
            goto 23
      StackMap locals: java.lang.Object
      StackMap stack:
        22: iconst_0
      StackMap locals:
      StackMap stack: int
        23: istore 12 /* empty */
        start local 12 // boolean empty
        24: .line 198
            iload 10 /* d */
            ifeq 27
            iload 12 /* empty */
            ifeq 27
        25: .line 199
            aload 2 /* a */
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
        26: .line 200
            return
        27: .line 203
      StackMap locals: int
      StackMap stack:
            iload 12 /* empty */
            ifeq 29
        28: .line 204
            goto 35
        29: .line 207
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            aload 11 /* v */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
        30: .line 209
            lload 8 /* e */
            lconst_1
            ladd
            lstore 8 /* e */
        31: .line 210
            iinc 5 /* c */ 1
            iload 5 /* c */
            iload 4 /* lim */
            if_icmpne 34
        32: .line 211
            iconst_0
            istore 5 /* c */
        33: .line 212
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.upstream:Lorg/reactivestreams/Subscription;
            iload 4 /* lim */
            i2l
            invokeinterface org.reactivestreams.Subscription.request:(J)V
        end local 12 // boolean empty
        end local 11 // java.lang.Object v
        end local 10 // boolean d
        34: .line 179
      StackMap locals:
      StackMap stack:
            lload 8 /* e */
            lload 6 /* r */
            lcmp
            ifne 10
        35: .line 216
      StackMap locals:
      StackMap stack:
            lload 8 /* e */
            lload 6 /* r */
            lcmp
            ifne 45
        36: .line 217
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.done:Z
            ifeq 45
        37: .line 218
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.error:Ljava/lang/Throwable;
            astore 10 /* ex */
        start local 10 // java.lang.Throwable ex
        38: .line 219
            aload 10 /* ex */
            ifnull 42
        39: .line 220
            aload 3 /* q */
            invokeinterface io.reactivex.internal.fuseable.SimplePlainQueue.clear:()V
        40: .line 221
            aload 2 /* a */
            aload 10 /* ex */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        41: .line 222
            return
        42: .line 224
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 3 /* q */
            invokeinterface io.reactivex.internal.fuseable.SimplePlainQueue.isEmpty:()Z
            ifeq 45
        43: .line 225
            aload 2 /* a */
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
        44: .line 226
            return
        end local 10 // java.lang.Throwable ex
        45: .line 231
      StackMap locals:
      StackMap stack:
            lload 8 /* e */
            lconst_0
            lcmp
            ifeq 47
        46: .line 232
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
            lload 8 /* e */
            invokestatic io.reactivex.internal.util.BackpressureHelper.produced:(Ljava/util/concurrent/atomic/AtomicLong;J)J
            pop2
        47: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            putfield io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.consumed:I
        48: .line 236
            aload 0 /* this */
            iload 1 /* missed */
            ineg
            invokevirtual io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber.addAndGet:(I)I
            istore 1 /* missed */
        49: .line 237
            iload 1 /* missed */
            ifne 7
        end local 8 // long e
        end local 6 // long r
        50: .line 241
            return
        end local 5 // int c
        end local 4 // int lim
        end local 3 // io.reactivex.internal.fuseable.SimplePlainQueue q
        end local 2 // org.reactivestreams.Subscriber a
        end local 1 // int missed
        end local 0 // io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   51     0    this  Lio/reactivex/internal/operators/flowable/FlowableScanSeed$ScanSeedSubscriber<TT;TR;>;
            3   51     1  missed  I
            4   51     2       a  Lorg/reactivestreams/Subscriber<-TR;>;
            5   51     3       q  Lio/reactivex/internal/fuseable/SimplePlainQueue<TR;>;
            6   51     4     lim  I
            7   51     5       c  I
            8   50     6       r  J
            9   50     8       e  J
           14   34    10       d  Z
           16   20    11      ex  Ljava/lang/Throwable;
           21   34    11       v  TR;
           24   34    12   empty  Z
           38   45    10      ex  Ljava/lang/Throwable;
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/FlowableSubscriber<TT;>;Lorg/reactivestreams/Subscription;
SourceFile: "FlowableScanSeed.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableScanSeed
InnerClasses:
  final ScanSeedSubscriber = io.reactivex.internal.operators.flowable.FlowableScanSeed$ScanSeedSubscriber of io.reactivex.internal.operators.flowable.FlowableScanSeed