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

  final io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber this$1;
    descriptor: Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowSkipSubscriber;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.reactivex.processors.UnicastProcessor<T>);
    descriptor: (Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowSkipSubscriber;Lio/reactivex/processors/UnicastProcessor;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber$Completion this
        start local 2 // io.reactivex.processors.UnicastProcessor processor
         0: .line 835
            aload 0 /* this */
            aload 1
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber$Completion.this$1:Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowSkipSubscriber;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 836
            aload 0 /* this */
            aload 2 /* processor */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber$Completion.processor:Lio/reactivex/processors/UnicastProcessor;
         2: .line 837
            return
        end local 2 // io.reactivex.processors.UnicastProcessor processor
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber$Completion this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowSkipSubscriber$Completion;
            0    3     2  processor  Lio/reactivex/processors/UnicastProcessor<TT;>;
    Signature: (Lio/reactivex/processors/UnicastProcessor<TT;>;)V
    MethodParameters:
           Name  Flags
      this$0     final
      processor  

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber$Completion this
         0: .line 841
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber$Completion.this$1:Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowSkipSubscriber;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber$Completion.processor:Lio/reactivex/processors/UnicastProcessor;
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber.complete:(Lio/reactivex/processors/UnicastProcessor;)V
         1: .line 842
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber$Completion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowSkipSubscriber$Completion;
}
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 Completion = io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber$Completion of io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber