final class io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber<T, U extends java.util.Collection<? super T>> extends io.reactivex.internal.subscribers.QueueDrainSubscriber<T, U, U> implements org.reactivestreams.Subscription, java.lang.Runnable, io.reactivex.disposables.Disposable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber
  super_class: io.reactivex.internal.subscribers.QueueDrainSubscriber
{
  final java.util.concurrent.Callable<U> bufferSupplier;
    descriptor: Ljava/util/concurrent/Callable;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/Callable<TU;>;

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

  final java.util.concurrent.TimeUnit unit;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0010) ACC_FINAL

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

  final boolean restartTimerOnMaxSize;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final io.reactivex.Scheduler$Worker w;
    descriptor: Lio/reactivex/Scheduler$Worker;
    flags: (0x0010) ACC_FINAL

  U buffer;
    descriptor: Ljava/util/Collection;
    flags: (0x0000) 
    Signature: TU;

  io.reactivex.disposables.Disposable timer;
    descriptor: Lio/reactivex/disposables/Disposable;
    flags: (0x0000) 

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

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

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

  void <init>(org.reactivestreams.Subscriber<? super U>, java.util.concurrent.Callable<U>, long, java.util.concurrent.TimeUnit, int, boolean, io.reactivex.Scheduler$Worker);
    descriptor: (Lorg/reactivestreams/Subscriber;Ljava/util/concurrent/Callable;JLjava/util/concurrent/TimeUnit;IZLio/reactivex/Scheduler$Worker;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=9, args_size=8
        start local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber this
        start local 1 // org.reactivestreams.Subscriber actual
        start local 2 // java.util.concurrent.Callable bufferSupplier
        start local 3 // long timespan
        start local 5 // java.util.concurrent.TimeUnit unit
        start local 6 // int maxSize
        start local 7 // boolean restartOnMaxSize
        start local 8 // io.reactivex.Scheduler$Worker w
         0: .line 407
            aload 0 /* this */
            aload 1 /* actual */
            new io.reactivex.internal.queue.MpscLinkedQueue
            dup
            invokespecial io.reactivex.internal.queue.MpscLinkedQueue.<init>:()V
            invokespecial io.reactivex.internal.subscribers.QueueDrainSubscriber.<init>:(Lorg/reactivestreams/Subscriber;Lio/reactivex/internal/fuseable/SimplePlainQueue;)V
         1: .line 408
            aload 0 /* this */
            aload 2 /* bufferSupplier */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.bufferSupplier:Ljava/util/concurrent/Callable;
         2: .line 409
            aload 0 /* this */
            lload 3 /* timespan */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.timespan:J
         3: .line 410
            aload 0 /* this */
            aload 5 /* unit */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
         4: .line 411
            aload 0 /* this */
            iload 6 /* maxSize */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.maxSize:I
         5: .line 412
            aload 0 /* this */
            iload 7 /* restartOnMaxSize */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.restartTimerOnMaxSize:Z
         6: .line 413
            aload 0 /* this */
            aload 8 /* w */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.w:Lio/reactivex/Scheduler$Worker;
         7: .line 414
            return
        end local 8 // io.reactivex.Scheduler$Worker w
        end local 7 // boolean restartOnMaxSize
        end local 6 // int maxSize
        end local 5 // java.util.concurrent.TimeUnit unit
        end local 3 // long timespan
        end local 2 // java.util.concurrent.Callable bufferSupplier
        end local 1 // org.reactivestreams.Subscriber actual
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    8     0              this  Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferExactBoundedSubscriber<TT;TU;>;
            0    8     1            actual  Lorg/reactivestreams/Subscriber<-TU;>;
            0    8     2    bufferSupplier  Ljava/util/concurrent/Callable<TU;>;
            0    8     3          timespan  J
            0    8     5              unit  Ljava/util/concurrent/TimeUnit;
            0    8     6           maxSize  I
            0    8     7  restartOnMaxSize  Z
            0    8     8                 w  Lio/reactivex/Scheduler$Worker;
    Signature: (Lorg/reactivestreams/Subscriber<-TU;>;Ljava/util/concurrent/Callable<TU;>;JLjava/util/concurrent/TimeUnit;IZLio/reactivex/Scheduler$Worker;)V
    MethodParameters:
                  Name  Flags
      actual            
      bufferSupplier    
      timespan          
      unit              
      maxSize           
      restartOnMaxSize  
      w                 

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 418
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.upstream:Lorg/reactivestreams/Subscription;
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
            ifne 2
         1: .line 419
            return
         2: .line 421
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.upstream:Lorg/reactivestreams/Subscription;
         3: .line 426
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.bufferSupplier:Ljava/util/concurrent/Callable;
            invokeinterface java.util.concurrent.Callable.call:()Ljava/lang/Object;
            checkcast java.util.Collection
            ldc "The supplied buffer is null"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.util.Collection
            astore 2 /* b */
        start local 2 // java.util.Collection b
         4: .line 427
            goto 11
        end local 2 // java.util.Collection b
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3 /* e */
        start local 3 // java.lang.Throwable e
         6: .line 428
            aload 3 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         7: .line 429
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.w:Lio/reactivex/Scheduler$Worker;
            invokevirtual io.reactivex.Scheduler$Worker.dispose:()V
         8: .line 430
            aload 1 /* s */
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         9: .line 431
            aload 3 /* e */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            invokestatic io.reactivex.internal.subscriptions.EmptySubscription.error:(Ljava/lang/Throwable;Lorg/reactivestreams/Subscriber;)V
        10: .line 432
            return
        end local 3 // java.lang.Throwable e
        start local 2 // java.util.Collection b
        11: .line 435
      StackMap locals: java.util.Collection
      StackMap stack:
            aload 0 /* this */
            aload 2 /* b */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.buffer:Ljava/util/Collection;
        12: .line 437
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 0 /* this */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
        13: .line 439
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.w:Lio/reactivex/Scheduler$Worker;
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.timespan:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.timespan:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
            invokevirtual io.reactivex.Scheduler$Worker.schedulePeriodically:(Ljava/lang/Runnable;JJLjava/util/concurrent/TimeUnit;)Lio/reactivex/disposables/Disposable;
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.timer:Lio/reactivex/disposables/Disposable;
        14: .line 441
            aload 1 /* s */
            ldc 9223372036854775807
            invokeinterface org.reactivestreams.Subscription.request:(J)V
        15: .line 442
            return
        end local 2 // java.util.Collection b
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferExactBoundedSubscriber<TT;TU;>;
            0   16     1     s  Lorg/reactivestreams/Subscription;
            4    5     2     b  TU;
           11   16     2     b  TU;
            6   11     3     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           3     4       5  Class java.lang.Throwable
    MethodParameters:
      Name  Flags
      s     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber this
        start local 1 // java.lang.Object t
         0: .line 447
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         1: .line 448
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.buffer:Ljava/util/Collection;
            astore 2 /* b */
        start local 2 // java.util.Collection b
         2: .line 449
            aload 2 /* b */
            ifnonnull 5
         3: .line 450
            aload 3
            monitorexit
         4: return
         5: .line 453
      StackMap locals: java.util.Collection io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber
      StackMap stack:
            aload 2 /* b */
            aload 1 /* t */
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         6: .line 455
            aload 2 /* b */
            invokeinterface java.util.Collection.size:()I
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.maxSize:I
            if_icmpge 9
         7: .line 456
            aload 3
            monitorexit
         8: return
         9: .line 459
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.buffer:Ljava/util/Collection;
        10: .line 460
            aload 0 /* this */
            dup
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.producerIndex:J
            lconst_1
            ladd
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.producerIndex:J
        11: .line 447
            aload 3
            monitorexit
        12: goto 15
        end local 2 // java.util.Collection b
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber java.lang.Object top io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber
      StackMap stack: java.lang.Throwable
        13: aload 3
            monitorexit
        14: athrow
        start local 2 // java.util.Collection b
        15: .line 463
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber java.lang.Object java.util.Collection
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.restartTimerOnMaxSize:Z
            ifeq 17
        16: .line 464
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.timer:Lio/reactivex/disposables/Disposable;
            invokeinterface io.reactivex.disposables.Disposable.dispose:()V
        17: .line 467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* b */
            iconst_0
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.fastPathOrderedEmitMax:(Ljava/lang/Object;ZLio/reactivex/disposables/Disposable;)V
        18: .line 470
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.bufferSupplier:Ljava/util/concurrent/Callable;
            invokeinterface java.util.concurrent.Callable.call:()Ljava/lang/Object;
            checkcast java.util.Collection
            ldc "The supplied buffer is null"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.util.Collection
            astore 2 /* b */
        19: .line 471
            goto 25
      StackMap locals:
      StackMap stack: java.lang.Throwable
        20: astore 3 /* e */
        start local 3 // java.lang.Throwable e
        21: .line 472
            aload 3 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        22: .line 473
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.cancel:()V
        23: .line 474
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 3 /* e */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        24: .line 475
            return
        end local 3 // java.lang.Throwable e
        25: .line 478
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 3
            monitorenter
        26: .line 479
            aload 0 /* this */
            aload 2 /* b */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.buffer:Ljava/util/Collection;
        27: .line 480
            aload 0 /* this */
            dup
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.consumerIndex:J
            lconst_1
            ladd
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.consumerIndex:J
        28: .line 478
            aload 3
            monitorexit
        29: goto 32
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber java.lang.Object java.util.Collection io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber
      StackMap stack: java.lang.Throwable
        30: aload 3
            monitorexit
        31: athrow
        32: .line 482
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.restartTimerOnMaxSize:Z
            ifeq 34
        33: .line 483
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.w:Lio/reactivex/Scheduler$Worker;
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.timespan:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.timespan:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
            invokevirtual io.reactivex.Scheduler$Worker.schedulePeriodically:(Ljava/lang/Runnable;JJLjava/util/concurrent/TimeUnit;)Lio/reactivex/disposables/Disposable;
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.timer:Lio/reactivex/disposables/Disposable;
        34: .line 485
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.util.Collection b
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   35     0  this  Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferExactBoundedSubscriber<TT;TU;>;
            0   35     1     t  TT;
            2   13     2     b  TU;
           15   35     2     b  TU;
           21   25     3     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     4      13  any
           5     8      13  any
           9    12      13  any
          13    14      13  any
          18    19      20  Class java.lang.Throwable
          26    29      30  any
          30    31      30  any
    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=3, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 489
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         1: .line 490
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.buffer:Ljava/util/Collection;
         2: .line 489
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber java.lang.Throwable io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 492
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* t */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
         7: .line 493
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.w:Lio/reactivex/Scheduler$Worker;
            invokevirtual io.reactivex.Scheduler$Worker.dispose:()V
         8: .line 494
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferExactBoundedSubscriber<TT;TU;>;
            0    9     1     t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber this
         0: .line 499
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         1: .line 500
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.buffer:Ljava/util/Collection;
            astore 1 /* b */
        start local 1 // java.util.Collection b
         2: .line 501
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.buffer:Ljava/util/Collection;
         3: .line 499
            aload 2
            monitorexit
         4: goto 7
        end local 1 // java.util.Collection b
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber top io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber
      StackMap stack: java.lang.Throwable
         5: aload 2
            monitorexit
         6: athrow
        start local 1 // java.util.Collection b
         7: .line 504
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber java.util.Collection
      StackMap stack:
            aload 1 /* b */
            ifnull 13
         8: .line 505
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.queue:Lio/reactivex/internal/fuseable/SimplePlainQueue;
            aload 1 /* b */
            invokeinterface io.reactivex.internal.fuseable.SimplePlainQueue.offer:(Ljava/lang/Object;)Z
            pop
         9: .line 506
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.done:Z
        10: .line 507
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.enter:()Z
            ifeq 12
        11: .line 508
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.queue:Lio/reactivex/internal/fuseable/SimplePlainQueue;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            iconst_0
            aload 0 /* this */
            aload 0 /* this */
            invokestatic io.reactivex.internal.util.QueueDrainHelper.drainMaxLoop:(Lio/reactivex/internal/fuseable/SimplePlainQueue;Lorg/reactivestreams/Subscriber;ZLio/reactivex/disposables/Disposable;Lio/reactivex/internal/util/QueueDrain;)V
        12: .line 510
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.w:Lio/reactivex/Scheduler$Worker;
            invokevirtual io.reactivex.Scheduler$Worker.dispose:()V
        13: .line 512
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.Collection b
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferExactBoundedSubscriber<TT;TU;>;
            2    5     1     b  TU;
            7   14     1     b  TU;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  public boolean accept(org.reactivestreams.Subscriber<? super U>, );
    descriptor: (Lorg/reactivestreams/Subscriber;Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber this
        start local 1 // org.reactivestreams.Subscriber a
        start local 2 // java.util.Collection v
         0: .line 516
            aload 1 /* a */
            aload 2 /* v */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
         1: .line 517
            iconst_1
            ireturn
        end local 2 // java.util.Collection v
        end local 1 // org.reactivestreams.Subscriber a
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferExactBoundedSubscriber<TT;TU;>;
            0    2     1     a  Lorg/reactivestreams/Subscriber<-TU;>;
            0    2     2     v  TU;
    Signature: (Lorg/reactivestreams/Subscriber<-TU;>;TU;)Z
    MethodParameters:
      Name  Flags
      a     
      v     

  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.FlowableBufferTimed$BufferExactBoundedSubscriber this
        start local 1 // long n
         0: .line 522
            aload 0 /* this */
            lload 1 /* n */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.requested:(J)V
         1: .line 523
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferExactBoundedSubscriber<TT;TU;>;
            0    2     1     n  J
    MethodParameters:
      Name  Flags
      n     

  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.FlowableBufferTimed$BufferExactBoundedSubscriber this
         0: .line 527
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.cancelled:Z
            ifne 3
         1: .line 528
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.cancelled:Z
         2: .line 529
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.dispose:()V
         3: .line 531
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferExactBoundedSubscriber<TT;TU;>;

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber this
         0: .line 535
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 536
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.buffer:Ljava/util/Collection;
         2: .line 535
            aload 1
            monitorexit
         3: goto 6
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber
      StackMap stack: java.lang.Throwable
         4: aload 1
            monitorexit
         5: athrow
         6: .line 538
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         7: .line 539
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.w:Lio/reactivex/Scheduler$Worker;
            invokevirtual io.reactivex.Scheduler$Worker.dispose:()V
         8: .line 540
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferExactBoundedSubscriber<TT;TU;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any

  public boolean isDisposed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber this
         0: .line 544
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.w:Lio/reactivex/Scheduler$Worker;
            invokevirtual io.reactivex.Scheduler$Worker.isDisposed:()Z
            ireturn
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferExactBoundedSubscriber<TT;TU;>;

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber this
         0: .line 552
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.bufferSupplier:Ljava/util/concurrent/Callable;
            invokeinterface java.util.concurrent.Callable.call:()Ljava/lang/Object;
            checkcast java.util.Collection
            ldc "The supplied buffer is null"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.util.Collection
            astore 1 /* next */
        start local 1 // java.util.Collection next
         1: .line 553
            goto 7
        end local 1 // java.util.Collection next
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 2 /* e */
        start local 2 // java.lang.Throwable e
         3: .line 554
            aload 2 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         4: .line 555
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.cancel:()V
         5: .line 556
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 2 /* e */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
         6: .line 557
            return
        end local 2 // java.lang.Throwable e
        start local 1 // java.util.Collection next
         7: .line 562
      StackMap locals: java.util.Collection
      StackMap stack:
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         8: .line 563
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.buffer:Ljava/util/Collection;
            astore 2 /* current */
        start local 2 // java.util.Collection current
         9: .line 564
            aload 2 /* current */
            ifnull 10
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.producerIndex:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.consumerIndex:J
            lcmp
            ifeq 12
        10: .line 565
      StackMap locals: java.util.Collection io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber
      StackMap stack:
            aload 3
            monitorexit
        11: return
        12: .line 567
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* next */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.buffer:Ljava/util/Collection;
        13: .line 562
            aload 3
            monitorexit
        14: goto 17
        end local 2 // java.util.Collection current
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber java.util.Collection top io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber
      StackMap stack: java.lang.Throwable
        15: aload 3
            monitorexit
        16: athrow
        start local 2 // java.util.Collection current
        17: .line 570
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber java.util.Collection java.util.Collection
      StackMap stack:
            aload 0 /* this */
            aload 2 /* current */
            iconst_0
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.fastPathOrderedEmitMax:(Ljava/lang/Object;ZLio/reactivex/disposables/Disposable;)V
        18: .line 571
            return
        end local 2 // java.util.Collection current
        end local 1 // java.util.Collection next
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   19     0     this  Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferExactBoundedSubscriber<TT;TU;>;
            1    2     1     next  TU;
            7   19     1     next  TU;
            3    7     2        e  Ljava/lang/Throwable;
            9   15     2  current  TU;
           17   19     2  current  TU;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
           8    11      15  any
          12    14      15  any
          15    16      15  any

  public boolean accept(org.reactivestreams.Subscriber, java.lang.Object);
    descriptor: (Lorg/reactivestreams/Subscriber;Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.reactivestreams.Subscriber
            aload 2
            checkcast java.util.Collection
            invokevirtual io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.accept:(Lorg/reactivestreams/Subscriber;Ljava/util/Collection;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;U::Ljava/util/Collection<-TT;>;>Lio/reactivex/internal/subscribers/QueueDrainSubscriber<TT;TU;TU;>;Lorg/reactivestreams/Subscription;Ljava/lang/Runnable;Lio/reactivex/disposables/Disposable;
SourceFile: "FlowableBufferTimed.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableBufferTimed
InnerClasses:
  public abstract Worker = io.reactivex.Scheduler$Worker of io.reactivex.Scheduler
  final BufferExactBoundedSubscriber = io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber of io.reactivex.internal.operators.flowable.FlowableBufferTimed