final class io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber$SubjectWork<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber$SubjectWork
  super_class: java.lang.Object
{
  final io.reactivex.processors.UnicastProcessor<T> w;
    descriptor: Lio/reactivex/processors/UnicastProcessor;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/processors/UnicastProcessor<TT;>;

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

  void <init>(io.reactivex.processors.UnicastProcessor<T>, );
    descriptor: (Lio/reactivex/processors/UnicastProcessor;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber$SubjectWork this
        start local 1 // io.reactivex.processors.UnicastProcessor w
        start local 2 // boolean open
         0: .line 826
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 827
            aload 0 /* this */
            aload 1 /* w */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber$SubjectWork.w:Lio/reactivex/processors/UnicastProcessor;
         2: .line 828
            aload 0 /* this */
            iload 2 /* open */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber$SubjectWork.open:Z
         3: .line 829
            return
        end local 2 // boolean open
        end local 1 // io.reactivex.processors.UnicastProcessor w
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber$SubjectWork this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowSkipSubscriber$SubjectWork<TT;>;
            0    4     1     w  Lio/reactivex/processors/UnicastProcessor<TT;>;
            0    4     2  open  Z
    Signature: (Lio/reactivex/processors/UnicastProcessor<TT;>;Z)V
    MethodParameters:
      Name  Flags
      w     
      open  
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "FlowableWindowTimed.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableWindowTimed
InnerClasses:
  final WindowSkipSubscriber = io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber of io.reactivex.internal.operators.flowable.FlowableWindowTimed
  final SubjectWork = io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber$SubjectWork of io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber