public final class io.reactivex.internal.operators.flowable.FlowableBufferBoundarySupplier<T, U extends java.util.Collection<? super T>, B> extends io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream<T, U>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableBufferBoundarySupplier
  super_class: io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream
{
  final java.util.concurrent.Callable<? extends org.reactivestreams.Publisher<B>> boundarySupplier;
    descriptor: Ljava/util/concurrent/Callable;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/Callable<+Lorg/reactivestreams/Publisher<TB;>;>;

  final java.util.concurrent.Callable<U> bufferSupplier;
    descriptor: Ljava/util/concurrent/Callable;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/Callable<TU;>;

  public void <init>(io.reactivex.Flowable<T>, java.util.concurrent.Callable<? extends org.reactivestreams.Publisher<B>>, java.util.concurrent.Callable<U>);
    descriptor: (Lio/reactivex/Flowable;Ljava/util/concurrent/Callable;Ljava/util/concurrent/Callable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.reactivex.internal.operators.flowable.FlowableBufferBoundarySupplier this
        start local 1 // io.reactivex.Flowable source
        start local 2 // java.util.concurrent.Callable boundarySupplier
        start local 3 // java.util.concurrent.Callable bufferSupplier
         0: .line 40
            aload 0 /* this */
            aload 1 /* source */
            invokespecial io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream.<init>:(Lio/reactivex/Flowable;)V
         1: .line 41
            aload 0 /* this */
            aload 2 /* boundarySupplier */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferBoundarySupplier.boundarySupplier:Ljava/util/concurrent/Callable;
         2: .line 42
            aload 0 /* this */
            aload 3 /* bufferSupplier */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferBoundarySupplier.bufferSupplier:Ljava/util/concurrent/Callable;
         3: .line 43
            return
        end local 3 // java.util.concurrent.Callable bufferSupplier
        end local 2 // java.util.concurrent.Callable boundarySupplier
        end local 1 // io.reactivex.Flowable source
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBufferBoundarySupplier this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lio/reactivex/internal/operators/flowable/FlowableBufferBoundarySupplier<TT;TU;TB;>;
            0    4     1            source  Lio/reactivex/Flowable<TT;>;
            0    4     2  boundarySupplier  Ljava/util/concurrent/Callable<+Lorg/reactivestreams/Publisher<TB;>;>;
            0    4     3    bufferSupplier  Ljava/util/concurrent/Callable<TU;>;
    Signature: (Lio/reactivex/Flowable<TT;>;Ljava/util/concurrent/Callable<+Lorg/reactivestreams/Publisher<TB;>;>;Ljava/util/concurrent/Callable<TU;>;)V
    MethodParameters:
                  Name  Flags
      source            
      boundarySupplier  
      bufferSupplier    

  protected void subscribeActual(org.reactivestreams.Subscriber<? super U>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableBufferBoundarySupplier this
        start local 1 // org.reactivestreams.Subscriber s
         0: .line 47
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferBoundarySupplier.source:Lio/reactivex/Flowable;
            new io.reactivex.internal.operators.flowable.FlowableBufferBoundarySupplier$BufferBoundarySupplierSubscriber
            dup
            new io.reactivex.subscribers.SerializedSubscriber
            dup
            aload 1 /* s */
            invokespecial io.reactivex.subscribers.SerializedSubscriber.<init>:(Lorg/reactivestreams/Subscriber;)V
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferBoundarySupplier.bufferSupplier:Ljava/util/concurrent/Callable;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferBoundarySupplier.boundarySupplier:Ljava/util/concurrent/Callable;
            invokespecial io.reactivex.internal.operators.flowable.FlowableBufferBoundarySupplier$BufferBoundarySupplierSubscriber.<init>:(Lorg/reactivestreams/Subscriber;Ljava/util/concurrent/Callable;Ljava/util/concurrent/Callable;)V
            invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
         1: .line 48
            return
        end local 1 // org.reactivestreams.Subscriber s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBufferBoundarySupplier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableBufferBoundarySupplier<TT;TU;TB;>;
            0    2     1     s  Lorg/reactivestreams/Subscriber<-TU;>;
    Signature: (Lorg/reactivestreams/Subscriber<-TU;>;)V
    MethodParameters:
      Name  Flags
      s     
}
Signature: <T:Ljava/lang/Object;U::Ljava/util/Collection<-TT;>;B:Ljava/lang/Object;>Lio/reactivex/internal/operators/flowable/AbstractFlowableWithUpstream<TT;TU;>;
SourceFile: "FlowableBufferBoundarySupplier.java"
NestMembers:
  io.reactivex.internal.operators.flowable.FlowableBufferBoundarySupplier$BufferBoundarySubscriber  io.reactivex.internal.operators.flowable.FlowableBufferBoundarySupplier$BufferBoundarySupplierSubscriber
InnerClasses:
  final BufferBoundarySubscriber = io.reactivex.internal.operators.flowable.FlowableBufferBoundarySupplier$BufferBoundarySubscriber of io.reactivex.internal.operators.flowable.FlowableBufferBoundarySupplier
  final BufferBoundarySupplierSubscriber = io.reactivex.internal.operators.flowable.FlowableBufferBoundarySupplier$BufferBoundarySupplierSubscriber of io.reactivex.internal.operators.flowable.FlowableBufferBoundarySupplier