public final class io.reactivex.internal.operators.flowable.FlowableBufferTimed<T, U extends java.util.Collection<? super T>> extends io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream<T, U>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableBufferTimed
  super_class: io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream
{
  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 scheduler;
    descriptor: Lio/reactivex/Scheduler;
    flags: (0x0010) ACC_FINAL

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

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

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

  public void <init>(io.reactivex.Flowable<T>, long, long, java.util.concurrent.TimeUnit, io.reactivex.Scheduler, java.util.concurrent.Callable<U>, int, );
    descriptor: (Lio/reactivex/Flowable;JJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;Ljava/util/concurrent/Callable;IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=11, args_size=9
        start local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed this
        start local 1 // io.reactivex.Flowable source
        start local 2 // long timespan
        start local 4 // long timeskip
        start local 6 // java.util.concurrent.TimeUnit unit
        start local 7 // io.reactivex.Scheduler scheduler
        start local 8 // java.util.concurrent.Callable bufferSupplier
        start local 9 // int maxSize
        start local 10 // boolean restartTimerOnMaxSize
         0: .line 46
            aload 0 /* this */
            aload 1 /* source */
            invokespecial io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream.<init>:(Lio/reactivex/Flowable;)V
         1: .line 47
            aload 0 /* this */
            lload 2 /* timespan */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.timespan:J
         2: .line 48
            aload 0 /* this */
            lload 4 /* timeskip */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.timeskip:J
         3: .line 49
            aload 0 /* this */
            aload 6 /* unit */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.unit:Ljava/util/concurrent/TimeUnit;
         4: .line 50
            aload 0 /* this */
            aload 7 /* scheduler */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.scheduler:Lio/reactivex/Scheduler;
         5: .line 51
            aload 0 /* this */
            aload 8 /* bufferSupplier */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.bufferSupplier:Ljava/util/concurrent/Callable;
         6: .line 52
            aload 0 /* this */
            iload 9 /* maxSize */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.maxSize:I
         7: .line 53
            aload 0 /* this */
            iload 10 /* restartTimerOnMaxSize */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.restartTimerOnMaxSize:Z
         8: .line 54
            return
        end local 10 // boolean restartTimerOnMaxSize
        end local 9 // int maxSize
        end local 8 // java.util.concurrent.Callable bufferSupplier
        end local 7 // io.reactivex.Scheduler scheduler
        end local 6 // java.util.concurrent.TimeUnit unit
        end local 4 // long timeskip
        end local 2 // long timespan
        end local 1 // io.reactivex.Flowable source
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    9     0                   this  Lio/reactivex/internal/operators/flowable/FlowableBufferTimed<TT;TU;>;
            0    9     1                 source  Lio/reactivex/Flowable<TT;>;
            0    9     2               timespan  J
            0    9     4               timeskip  J
            0    9     6                   unit  Ljava/util/concurrent/TimeUnit;
            0    9     7              scheduler  Lio/reactivex/Scheduler;
            0    9     8         bufferSupplier  Ljava/util/concurrent/Callable<TU;>;
            0    9     9                maxSize  I
            0    9    10  restartTimerOnMaxSize  Z
    Signature: (Lio/reactivex/Flowable<TT;>;JJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;Ljava/util/concurrent/Callable<TU;>;IZ)V
    MethodParameters:
                       Name  Flags
      source                 
      timespan               
      timeskip               
      unit                   
      scheduler              
      bufferSupplier         
      maxSize                
      restartTimerOnMaxSize  

  protected void subscribeActual(org.reactivestreams.Subscriber<? super U>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=11, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed this
        start local 1 // org.reactivestreams.Subscriber s
         0: .line 58
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.timespan:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.timeskip:J
            lcmp
            ifne 6
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.maxSize:I
            ldc 2147483647
            if_icmpne 6
         1: .line 59
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.source:Lio/reactivex/Flowable;
            new io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactUnboundedSubscriber
            dup
         2: .line 60
            new io.reactivex.subscribers.SerializedSubscriber
            dup
            aload 1 /* s */
            invokespecial io.reactivex.subscribers.SerializedSubscriber.<init>:(Lorg/reactivestreams/Subscriber;)V
         3: .line 61
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.bufferSupplier:Ljava/util/concurrent/Callable;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.timespan:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.unit:Ljava/util/concurrent/TimeUnit;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.scheduler:Lio/reactivex/Scheduler;
            invokespecial io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactUnboundedSubscriber.<init>:(Lorg/reactivestreams/Subscriber;Ljava/util/concurrent/Callable;JLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;)V
         4: .line 59
            invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
         5: .line 62
            return
         6: .line 64
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.scheduler:Lio/reactivex/Scheduler;
            invokevirtual io.reactivex.Scheduler.createWorker:()Lio/reactivex/Scheduler$Worker;
            astore 2 /* w */
        start local 2 // io.reactivex.Scheduler$Worker w
         7: .line 66
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.timespan:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.timeskip:J
            lcmp
            ifne 14
         8: .line 67
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.source:Lio/reactivex/Flowable;
            new io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber
            dup
         9: .line 68
            new io.reactivex.subscribers.SerializedSubscriber
            dup
            aload 1 /* s */
            invokespecial io.reactivex.subscribers.SerializedSubscriber.<init>:(Lorg/reactivestreams/Subscriber;)V
        10: .line 69
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.bufferSupplier:Ljava/util/concurrent/Callable;
        11: .line 70
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.timespan:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.unit:Ljava/util/concurrent/TimeUnit;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.maxSize:I
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.restartTimerOnMaxSize:Z
            aload 2 /* w */
            invokespecial io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber.<init>:(Lorg/reactivestreams/Subscriber;Ljava/util/concurrent/Callable;JLjava/util/concurrent/TimeUnit;IZLio/reactivex/Scheduler$Worker;)V
        12: .line 67
            invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
        13: .line 72
            return
        14: .line 76
      StackMap locals: io.reactivex.Scheduler$Worker
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.source:Lio/reactivex/Flowable;
            new io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber
            dup
        15: .line 77
            new io.reactivex.subscribers.SerializedSubscriber
            dup
            aload 1 /* s */
            invokespecial io.reactivex.subscribers.SerializedSubscriber.<init>:(Lorg/reactivestreams/Subscriber;)V
        16: .line 78
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.bufferSupplier:Ljava/util/concurrent/Callable;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.timespan:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.timeskip:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed.unit:Ljava/util/concurrent/TimeUnit;
            aload 2 /* w */
            invokespecial io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.<init>:(Lorg/reactivestreams/Subscriber;Ljava/util/concurrent/Callable;JJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler$Worker;)V
        17: .line 76
            invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
        18: .line 79
            return
        end local 2 // io.reactivex.Scheduler$Worker w
        end local 1 // org.reactivestreams.Subscriber s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Lio/reactivex/internal/operators/flowable/FlowableBufferTimed<TT;TU;>;
            0   19     1     s  Lorg/reactivestreams/Subscriber<-TU;>;
            7   19     2     w  Lio/reactivex/Scheduler$Worker;
    Signature: (Lorg/reactivestreams/Subscriber<-TU;>;)V
    MethodParameters:
      Name  Flags
      s     
}
Signature: <T:Ljava/lang/Object;U::Ljava/util/Collection<-TT;>;>Lio/reactivex/internal/operators/flowable/AbstractFlowableWithUpstream<TT;TU;>;
SourceFile: "FlowableBufferTimed.java"
NestMembers:
  io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactBoundedSubscriber  io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactUnboundedSubscriber  io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber  io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer
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
  final BufferExactUnboundedSubscriber = io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferExactUnboundedSubscriber of io.reactivex.internal.operators.flowable.FlowableBufferTimed
  final BufferSkipBoundedSubscriber = io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber of io.reactivex.internal.operators.flowable.FlowableBufferTimed