public final class io.reactivex.internal.operators.flowable.FlowableWindowBoundarySelector<T, B, V> 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.FlowableWindowBoundarySelector
  super_class: io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream
{
  final org.reactivestreams.Publisher<B> open;
    descriptor: Lorg/reactivestreams/Publisher;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/reactivestreams/Publisher<TB;>;

  final io.reactivex.functions.Function<? super B, ? extends org.reactivestreams.Publisher<V>> close;
    descriptor: Lio/reactivex/functions/Function;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/Function<-TB;+Lorg/reactivestreams/Publisher<TV;>;>;

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

  public void <init>(io.reactivex.Flowable<T>, org.reactivestreams.Publisher<B>, io.reactivex.functions.Function<? super B, ? extends org.reactivestreams.Publisher<V>>, );
    descriptor: (Lio/reactivex/Flowable;Lorg/reactivestreams/Publisher;Lio/reactivex/functions/Function;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySelector this
        start local 1 // io.reactivex.Flowable source
        start local 2 // org.reactivestreams.Publisher open
        start local 3 // io.reactivex.functions.Function close
        start local 4 // int bufferSize
         0: .line 45
            aload 0 /* this */
            aload 1 /* source */
            invokespecial io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream.<init>:(Lio/reactivex/Flowable;)V
         1: .line 46
            aload 0 /* this */
            aload 2 /* open */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySelector.open:Lorg/reactivestreams/Publisher;
         2: .line 47
            aload 0 /* this */
            aload 3 /* close */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySelector.close:Lio/reactivex/functions/Function;
         3: .line 48
            aload 0 /* this */
            iload 4 /* bufferSize */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySelector.bufferSize:I
         4: .line 49
            return
        end local 4 // int bufferSize
        end local 3 // io.reactivex.functions.Function close
        end local 2 // org.reactivestreams.Publisher open
        end local 1 // io.reactivex.Flowable source
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySelector this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lio/reactivex/internal/operators/flowable/FlowableWindowBoundarySelector<TT;TB;TV;>;
            0    5     1      source  Lio/reactivex/Flowable<TT;>;
            0    5     2        open  Lorg/reactivestreams/Publisher<TB;>;
            0    5     3       close  Lio/reactivex/functions/Function<-TB;+Lorg/reactivestreams/Publisher<TV;>;>;
            0    5     4  bufferSize  I
    Signature: (Lio/reactivex/Flowable<TT;>;Lorg/reactivestreams/Publisher<TB;>;Lio/reactivex/functions/Function<-TB;+Lorg/reactivestreams/Publisher<TV;>;>;I)V
    MethodParameters:
            Name  Flags
      source      
      open        
      close       
      bufferSize  

  protected void subscribeActual(org.reactivestreams.Subscriber<? super io.reactivex.Flowable<T>>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySelector this
        start local 1 // org.reactivestreams.Subscriber s
         0: .line 53
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySelector.source:Lio/reactivex/Flowable;
            new io.reactivex.internal.operators.flowable.FlowableWindowBoundarySelector$WindowBoundaryMainSubscriber
            dup
         1: .line 54
            new io.reactivex.subscribers.SerializedSubscriber
            dup
            aload 1 /* s */
            invokespecial io.reactivex.subscribers.SerializedSubscriber.<init>:(Lorg/reactivestreams/Subscriber;)V
         2: .line 55
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySelector.open:Lorg/reactivestreams/Publisher;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySelector.close:Lio/reactivex/functions/Function;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySelector.bufferSize:I
            invokespecial io.reactivex.internal.operators.flowable.FlowableWindowBoundarySelector$WindowBoundaryMainSubscriber.<init>:(Lorg/reactivestreams/Subscriber;Lorg/reactivestreams/Publisher;Lio/reactivex/functions/Function;I)V
         3: .line 53
            invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
         4: .line 56
            return
        end local 1 // org.reactivestreams.Subscriber s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindowBoundarySelector<TT;TB;TV;>;
            0    5     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;B:Ljava/lang/Object;V:Ljava/lang/Object;>Lio/reactivex/internal/operators/flowable/AbstractFlowableWithUpstream<TT;Lio/reactivex/Flowable<TT;>;>;
SourceFile: "FlowableWindowBoundarySelector.java"
NestMembers:
  io.reactivex.internal.operators.flowable.FlowableWindowBoundarySelector$OperatorWindowBoundaryCloseSubscriber  io.reactivex.internal.operators.flowable.FlowableWindowBoundarySelector$OperatorWindowBoundaryOpenSubscriber  io.reactivex.internal.operators.flowable.FlowableWindowBoundarySelector$WindowBoundaryMainSubscriber  io.reactivex.internal.operators.flowable.FlowableWindowBoundarySelector$WindowOperation
InnerClasses:
  final OperatorWindowBoundaryCloseSubscriber = io.reactivex.internal.operators.flowable.FlowableWindowBoundarySelector$OperatorWindowBoundaryCloseSubscriber of io.reactivex.internal.operators.flowable.FlowableWindowBoundarySelector
  final OperatorWindowBoundaryOpenSubscriber = io.reactivex.internal.operators.flowable.FlowableWindowBoundarySelector$OperatorWindowBoundaryOpenSubscriber of io.reactivex.internal.operators.flowable.FlowableWindowBoundarySelector
  final WindowBoundaryMainSubscriber = io.reactivex.internal.operators.flowable.FlowableWindowBoundarySelector$WindowBoundaryMainSubscriber of io.reactivex.internal.operators.flowable.FlowableWindowBoundarySelector
  final WindowOperation = io.reactivex.internal.operators.flowable.FlowableWindowBoundarySelector$WindowOperation of io.reactivex.internal.operators.flowable.FlowableWindowBoundarySelector