final class io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber<T, U extends java.util.Collection<? super T>> extends io.reactivex.internal.subscribers.QueueDrainSubscriber<T, U, U> implements org.reactivestreams.Subscription, java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber
  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 long timeskip;
    descriptor: J
    flags: (0x0010) ACC_FINAL

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

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

  final java.util.List<U> buffers;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<TU;>;

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

  void <init>(org.reactivestreams.Subscriber<? super U>, java.util.concurrent.Callable<U>, long, long, java.util.concurrent.TimeUnit, io.reactivex.Scheduler$Worker);
    descriptor: (Lorg/reactivestreams/Subscriber;Ljava/util/concurrent/Callable;JJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler$Worker;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=9, args_size=7
        start local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber this
        start local 1 // org.reactivestreams.Subscriber actual
        start local 2 // java.util.concurrent.Callable bufferSupplier
        start local 3 // long timespan
        start local 5 // long timeskip
        start local 7 // java.util.concurrent.TimeUnit unit
        start local 8 // io.reactivex.Scheduler$Worker w
         0: .line 241
            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 242
            aload 0 /* this */
            aload 2 /* bufferSupplier */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.bufferSupplier:Ljava/util/concurrent/Callable;
         2: .line 243
            aload 0 /* this */
            lload 3 /* timespan */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.timespan:J
         3: .line 244
            aload 0 /* this */
            lload 5 /* timeskip */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.timeskip:J
         4: .line 245
            aload 0 /* this */
            aload 7 /* unit */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
         5: .line 246
            aload 0 /* this */
            aload 8 /* w */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.w:Lio/reactivex/Scheduler$Worker;
         6: .line 247
            aload 0 /* this */
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.buffers:Ljava/util/List;
         7: .line 248
            return
        end local 8 // io.reactivex.Scheduler$Worker w
        end local 7 // java.util.concurrent.TimeUnit unit
        end local 5 // long timeskip
        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$BufferSkipBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0            this  Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber<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        timeskip  J
            0    8     7            unit  Ljava/util/concurrent/TimeUnit;
            0    8     8               w  Lio/reactivex/Scheduler$Worker;
    Signature: (Lorg/reactivestreams/Subscriber<-TU;>;Ljava/util/concurrent/Callable<TU;>;JJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler$Worker;)V
    MethodParameters:
                Name  Flags
      actual          
      bufferSupplier  
      timespan        
      timeskip        
      unit            
      w               

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 252
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.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 253
            return
         2: .line 255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.upstream:Lorg/reactivestreams/Subscription;
         3: .line 260
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.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 261
            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 262
            aload 3 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         7: .line 263
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.w:Lio/reactivex/Scheduler$Worker;
            invokevirtual io.reactivex.Scheduler$Worker.dispose:()V
         8: .line 264
            aload 1 /* s */
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         9: .line 265
            aload 3 /* e */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            invokestatic io.reactivex.internal.subscriptions.EmptySubscription.error:(Ljava/lang/Throwable;Lorg/reactivestreams/Subscriber;)V
        10: .line 266
            return
        end local 3 // java.lang.Throwable e
        start local 2 // java.util.Collection b
        11: .line 269
      StackMap locals: java.util.Collection
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.buffers:Ljava/util/List;
            aload 2 /* b */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        12: .line 271
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 0 /* this */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
        13: .line 273
            aload 1 /* s */
            ldc 9223372036854775807
            invokeinterface org.reactivestreams.Subscription.request:(J)V
        14: .line 275
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.w:Lio/reactivex/Scheduler$Worker;
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.timeskip:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.timeskip:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
            invokevirtual io.reactivex.Scheduler$Worker.schedulePeriodically:(Ljava/lang/Runnable;JJLjava/util/concurrent/TimeUnit;)Lio/reactivex/disposables/Disposable;
            pop
        15: .line 277
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.w:Lio/reactivex/Scheduler$Worker;
            new io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer
            dup
            aload 0 /* this */
            aload 2 /* b */
            invokespecial io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer.<init>:(Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber;Ljava/util/Collection;)V
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.timespan:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
            invokevirtual io.reactivex.Scheduler$Worker.schedule:(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)Lio/reactivex/disposables/Disposable;
            pop
        16: .line 278
            return
        end local 2 // java.util.Collection b
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber<TT;TU;>;
            0   17     1     s  Lorg/reactivestreams/Subscription;
            4    5     2     b  TU;
           11   17     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=2, locals=5, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber this
        start local 1 // java.lang.Object t
         0: .line 282
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         1: .line 283
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.buffers:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber java.lang.Object io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Collection
            astore 3 /* b */
        start local 3 // java.util.Collection b
         3: .line 284
            aload 3 /* b */
            aload 1 /* t */
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // java.util.Collection b
         4: .line 283
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 282
            aload 2
            monitorexit
         6: goto 9
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber java.lang.Object io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber
      StackMap stack: java.lang.Throwable
         7: aload 2
            monitorexit
         8: athrow
         9: .line 287
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber<TT;TU;>;
            0   10     1     t  TT;
            3    4     3     b  TU;
      Exception table:
        from    to  target  type
           1     6       7  any
           7     8       7  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=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 291
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.done:Z
         1: .line 292
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.w:Lio/reactivex/Scheduler$Worker;
            invokevirtual io.reactivex.Scheduler$Worker.dispose:()V
         2: .line 293
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.clear:()V
         3: .line 294
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* t */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
         4: .line 295
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber<TT;TU;>;
            0    5     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber this
         0: .line 300
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         1: .line 301
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.buffers:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            astore 1 /* bs */
        start local 1 // java.util.List bs
         2: .line 302
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.buffers:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         3: .line 300
            aload 2
            monitorexit
         4: goto 7
        end local 1 // java.util.List bs
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber top io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber
      StackMap stack: java.lang.Throwable
         5: aload 2
            monitorexit
         6: athrow
        start local 1 // java.util.List bs
         7: .line 305
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber java.util.List
      StackMap stack:
            aload 1 /* bs */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 10
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber java.util.List top java.util.Iterator
      StackMap stack:
         8: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Collection
            astore 2 /* b */
        start local 2 // java.util.Collection b
         9: .line 306
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.queue:Lio/reactivex/internal/fuseable/SimplePlainQueue;
            aload 2 /* b */
            invokeinterface io.reactivex.internal.fuseable.SimplePlainQueue.offer:(Ljava/lang/Object;)Z
            pop
        end local 2 // java.util.Collection b
        10: .line 305
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 8
        11: .line 308
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.done:Z
        12: .line 309
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.enter:()Z
            ifeq 14
        13: .line 310
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.queue:Lio/reactivex/internal/fuseable/SimplePlainQueue;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            iconst_0
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.w:Lio/reactivex/Scheduler$Worker;
            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
        14: .line 312
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber java.util.List
      StackMap stack:
            return
        end local 1 // java.util.List bs
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber<TT;TU;>;
            2    5     1    bs  Ljava/util/List<TU;>;
            7   15     1    bs  Ljava/util/List<TU;>;
            9   10     2     b  TU;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  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$BufferSkipBoundedSubscriber this
        start local 1 // long n
         0: .line 316
            aload 0 /* this */
            lload 1 /* n */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.requested:(J)V
         1: .line 317
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber<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$BufferSkipBoundedSubscriber this
         0: .line 321
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.cancelled:Z
         1: .line 322
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         2: .line 323
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.w:Lio/reactivex/Scheduler$Worker;
            invokevirtual io.reactivex.Scheduler$Worker.dispose:()V
         3: .line 324
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.clear:()V
         4: .line 325
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber<TT;TU;>;

  void clear();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber this
         0: .line 328
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 329
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.buffers:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         2: .line 328
            aload 1
            monitorexit
         3: goto 6
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber
      StackMap stack: java.lang.Throwable
         4: aload 1
            monitorexit
         5: athrow
         6: .line 331
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber<TT;TU;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber this
         0: .line 335
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.cancelled:Z
            ifeq 2
         1: .line 336
            return
         2: .line 341
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.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 /* b */
        start local 1 // java.util.Collection b
         3: .line 342
            goto 9
        end local 1 // java.util.Collection b
      StackMap locals:
      StackMap stack: java.lang.Throwable
         4: astore 2 /* e */
        start local 2 // java.lang.Throwable e
         5: .line 343
            aload 2 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         6: .line 344
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.cancel:()V
         7: .line 345
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 2 /* e */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
         8: .line 346
            return
        end local 2 // java.lang.Throwable e
        start local 1 // java.util.Collection b
         9: .line 349
      StackMap locals: java.util.Collection
      StackMap stack:
            aload 0 /* this */
            dup
            astore 2
            monitorenter
        10: .line 350
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.cancelled:Z
            ifeq 13
        11: .line 351
            aload 2
            monitorexit
        12: return
        13: .line 353
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.buffers:Ljava/util/List;
            aload 1 /* b */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        14: .line 349
            aload 2
            monitorexit
        15: goto 18
      StackMap locals:
      StackMap stack: java.lang.Throwable
        16: aload 2
            monitorexit
        17: athrow
        18: .line 356
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.w:Lio/reactivex/Scheduler$Worker;
            new io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer
            dup
            aload 0 /* this */
            aload 1 /* b */
            invokespecial io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer.<init>:(Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber;Ljava/util/Collection;)V
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.timespan:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
            invokevirtual io.reactivex.Scheduler$Worker.schedule:(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)Lio/reactivex/disposables/Disposable;
            pop
        19: .line 357
            return
        end local 1 // java.util.Collection b
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber<TT;TU;>;
            3    4     1     b  TU;
            9   20     1     b  TU;
            5    9     2     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Throwable
          10    12      16  any
          13    15      16  any
          16    17      16  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$BufferSkipBoundedSubscriber this
        start local 1 // org.reactivestreams.Subscriber a
        start local 2 // java.util.Collection v
         0: .line 361
            aload 1 /* a */
            aload 2 /* v */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
         1: .line 362
            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$BufferSkipBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber<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 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$BufferSkipBoundedSubscriber.accept:(Lorg/reactivestreams/Subscriber;Ljava/util/Collection;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static void access$1(io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber, java.lang.Object, boolean, io.reactivex.disposables.Disposable);
    descriptor: (Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber;Ljava/lang/Object;ZLio/reactivex/disposables/Disposable;)V
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            aload 3
            invokevirtual io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.fastPathOrderedEmitMax:(Ljava/lang/Object;ZLio/reactivex/disposables/Disposable;)V
            return
      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;
SourceFile: "FlowableBufferTimed.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableBufferTimed
InnerClasses:
  public abstract Worker = io.reactivex.Scheduler$Worker of io.reactivex.Scheduler
  final BufferSkipBoundedSubscriber = io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber of io.reactivex.internal.operators.flowable.FlowableBufferTimed
  final RemoveFromBuffer = io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer of io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber