public final class io.reactivex.internal.operators.flowable.FlowableWindow<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.FlowableWindow
  super_class: io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream
{
  final long size;
    descriptor: J
    flags: (0x0010) ACC_FINAL

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

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

  public void <init>(io.reactivex.Flowable<T>, long, long, );
    descriptor: (Lio/reactivex/Flowable;JJI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=5
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindow this
        start local 1 // io.reactivex.Flowable source
        start local 2 // long size
        start local 4 // long skip
        start local 6 // int bufferSize
         0: .line 36
            aload 0 /* this */
            aload 1 /* source */
            invokespecial io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream.<init>:(Lio/reactivex/Flowable;)V
         1: .line 37
            aload 0 /* this */
            lload 2 /* size */
            putfield io.reactivex.internal.operators.flowable.FlowableWindow.size:J
         2: .line 38
            aload 0 /* this */
            lload 4 /* skip */
            putfield io.reactivex.internal.operators.flowable.FlowableWindow.skip:J
         3: .line 39
            aload 0 /* this */
            iload 6 /* bufferSize */
            putfield io.reactivex.internal.operators.flowable.FlowableWindow.bufferSize:I
         4: .line 40
            return
        end local 6 // int bufferSize
        end local 4 // long skip
        end local 2 // long size
        end local 1 // io.reactivex.Flowable source
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindow this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lio/reactivex/internal/operators/flowable/FlowableWindow<TT;>;
            0    5     1      source  Lio/reactivex/Flowable<TT;>;
            0    5     2        size  J
            0    5     4        skip  J
            0    5     6  bufferSize  I
    Signature: (Lio/reactivex/Flowable<TT;>;JJI)V
    MethodParameters:
            Name  Flags
      source      
      size        
      skip        
      bufferSize  

  public void subscribeActual(org.reactivestreams.Subscriber<? super io.reactivex.Flowable<T>>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindow this
        start local 1 // org.reactivestreams.Subscriber s
         0: .line 44
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindow.skip:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindow.size:J
            lcmp
            ifne 3
         1: .line 45
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindow.source:Lio/reactivex/Flowable;
            new io.reactivex.internal.operators.flowable.FlowableWindow$WindowExactSubscriber
            dup
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindow.size:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindow.bufferSize:I
            invokespecial io.reactivex.internal.operators.flowable.FlowableWindow$WindowExactSubscriber.<init>:(Lorg/reactivestreams/Subscriber;JI)V
            invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
         2: .line 46
            goto 7
         3: .line 47
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindow.skip:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindow.size:J
            lcmp
            ifle 6
         4: .line 48
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindow.source:Lio/reactivex/Flowable;
            new io.reactivex.internal.operators.flowable.FlowableWindow$WindowSkipSubscriber
            dup
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindow.size:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindow.skip:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindow.bufferSize:I
            invokespecial io.reactivex.internal.operators.flowable.FlowableWindow$WindowSkipSubscriber.<init>:(Lorg/reactivestreams/Subscriber;JJI)V
            invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
         5: .line 49
            goto 7
         6: .line 50
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindow.source:Lio/reactivex/Flowable;
            new io.reactivex.internal.operators.flowable.FlowableWindow$WindowOverlapSubscriber
            dup
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindow.size:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindow.skip:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindow.bufferSize:I
            invokespecial io.reactivex.internal.operators.flowable.FlowableWindow$WindowOverlapSubscriber.<init>:(Lorg/reactivestreams/Subscriber;JJI)V
            invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
         7: .line 52
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscriber s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindow<TT;>;
            0    8     1     s  Lorg/reactivestreams/Subscriber<-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: "FlowableWindow.java"
NestMembers:
  io.reactivex.internal.operators.flowable.FlowableWindow$WindowExactSubscriber  io.reactivex.internal.operators.flowable.FlowableWindow$WindowOverlapSubscriber  io.reactivex.internal.operators.flowable.FlowableWindow$WindowSkipSubscriber
InnerClasses:
  final WindowExactSubscriber = io.reactivex.internal.operators.flowable.FlowableWindow$WindowExactSubscriber of io.reactivex.internal.operators.flowable.FlowableWindow
  final WindowOverlapSubscriber = io.reactivex.internal.operators.flowable.FlowableWindow$WindowOverlapSubscriber of io.reactivex.internal.operators.flowable.FlowableWindow
  final WindowSkipSubscriber = io.reactivex.internal.operators.flowable.FlowableWindow$WindowSkipSubscriber of io.reactivex.internal.operators.flowable.FlowableWindow