public final class io.reactivex.internal.operators.flowable.FlowableWindowTimed<T> extends io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream<T, io.reactivex.Flowable<T>>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableWindowTimed
  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 long maxSize;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  final int bufferSize;
    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, long, int, );
    descriptor: (Lio/reactivex/Flowable;JJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;JIZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=12, args_size=9
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed 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 // long maxSize
        start local 10 // int bufferSize
        start local 11 // 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.FlowableWindowTimed.timespan:J
         2: .line 48
            aload 0 /* this */
            lload 4 /* timeskip */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.timeskip:J
         3: .line 49
            aload 0 /* this */
            aload 6 /* unit */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.unit:Ljava/util/concurrent/TimeUnit;
         4: .line 50
            aload 0 /* this */
            aload 7 /* scheduler */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.scheduler:Lio/reactivex/Scheduler;
         5: .line 51
            aload 0 /* this */
            lload 8 /* maxSize */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.maxSize:J
         6: .line 52
            aload 0 /* this */
            iload 10 /* bufferSize */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.bufferSize:I
         7: .line 53
            aload 0 /* this */
            iload 11 /* restartTimerOnMaxSize */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.restartTimerOnMaxSize:Z
         8: .line 54
            return
        end local 11 // boolean restartTimerOnMaxSize
        end local 10 // int bufferSize
        end local 8 // long maxSize
        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.FlowableWindowTimed this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    9     0                   this  Lio/reactivex/internal/operators/flowable/FlowableWindowTimed<TT;>;
            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                maxSize  J
            0    9    10             bufferSize  I
            0    9    11  restartTimerOnMaxSize  Z
    Signature: (Lio/reactivex/Flowable<TT;>;JJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;JIZ)V
    MethodParameters:
                       Name  Flags
      source                 
      timespan               
      timeskip               
      unit                   
      scheduler              
      maxSize                
      bufferSize             
      restartTimerOnMaxSize  

  protected void subscribeActual(org.reactivestreams.Subscriber<? super io.reactivex.Flowable<T>>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=12, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed this
        start local 1 // org.reactivestreams.Subscriber s
         0: .line 58
            new io.reactivex.subscribers.SerializedSubscriber
            dup
            aload 1 /* s */
            invokespecial io.reactivex.subscribers.SerializedSubscriber.<init>:(Lorg/reactivestreams/Subscriber;)V
            astore 2 /* actual */
        start local 2 // io.reactivex.subscribers.SerializedSubscriber actual
         1: .line 60
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.timespan:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.timeskip:J
            lcmp
            ifne 14
         2: .line 61
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.maxSize:J
            ldc 9223372036854775807
            lcmp
            ifne 8
         3: .line 62
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.source:Lio/reactivex/Flowable;
            new io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber
            dup
         4: .line 63
            aload 2 /* actual */
         5: .line 64
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.timespan:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.unit:Ljava/util/concurrent/TimeUnit;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.scheduler:Lio/reactivex/Scheduler;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.bufferSize:I
            invokespecial io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.<init>:(Lorg/reactivestreams/Subscriber;JLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;I)V
         6: .line 62
            invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
         7: .line 65
            return
         8: .line 67
      StackMap locals: io.reactivex.subscribers.SerializedSubscriber
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.source:Lio/reactivex/Flowable;
            new io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber
            dup
         9: .line 68
            aload 2 /* actual */
        10: .line 69
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.timespan:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.unit:Ljava/util/concurrent/TimeUnit;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.scheduler:Lio/reactivex/Scheduler;
        11: .line 70
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.bufferSize:I
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.maxSize:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.restartTimerOnMaxSize:Z
            invokespecial io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.<init>:(Lorg/reactivestreams/Subscriber;JLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;IJZ)V
        12: .line 67
            invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
        13: .line 71
            return
        14: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.source:Lio/reactivex/Flowable;
            new io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber
            dup
            aload 2 /* actual */
        15: .line 74
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.timespan:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.timeskip:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.unit:Ljava/util/concurrent/TimeUnit;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.scheduler:Lio/reactivex/Scheduler;
            invokevirtual io.reactivex.Scheduler.createWorker:()Lio/reactivex/Scheduler$Worker;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.bufferSize:I
            invokespecial io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber.<init>:(Lorg/reactivestreams/Subscriber;JJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler$Worker;I)V
        16: .line 73
            invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
        17: .line 75
            return
        end local 2 // io.reactivex.subscribers.SerializedSubscriber actual
        end local 1 // org.reactivestreams.Subscriber s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   18     0    this  Lio/reactivex/internal/operators/flowable/FlowableWindowTimed<TT;>;
            0   18     1       s  Lorg/reactivestreams/Subscriber<-Lio/reactivex/Flowable<TT;>;>;
            1   18     2  actual  Lio/reactivex/subscribers/SerializedSubscriber<Lio/reactivex/Flowable<TT;>;>;
    Signature: (Lorg/reactivestreams/Subscriber<-Lio/reactivex/Flowable<TT;>;>;)V
    MethodParameters:
      Name  Flags
      s     
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/internal/operators/flowable/AbstractFlowableWithUpstream<TT;Lio/reactivex/Flowable<TT;>;>;
SourceFile: "FlowableWindowTimed.java"
NestMembers:
  io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber  io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber$ConsumerIndexHolder  io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber  io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber  io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber$Completion  io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber$SubjectWork
InnerClasses:
  public abstract Worker = io.reactivex.Scheduler$Worker of io.reactivex.Scheduler
  final WindowExactBoundedSubscriber = io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber of io.reactivex.internal.operators.flowable.FlowableWindowTimed
  final WindowExactUnboundedSubscriber = io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber of io.reactivex.internal.operators.flowable.FlowableWindowTimed
  final WindowSkipSubscriber = io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber of io.reactivex.internal.operators.flowable.FlowableWindowTimed