public final class io.reactivex.internal.operators.flowable.FlowableBufferBoundary<T, U extends java.util.Collection<? super T>, Open, Close> 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.FlowableBufferBoundary
  super_class: io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream
{
  final java.util.concurrent.Callable<U> bufferSupplier;
    descriptor: Ljava/util/concurrent/Callable;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/Callable<TU;>;

  final org.reactivestreams.Publisher<? extends Open> bufferOpen;
    descriptor: Lorg/reactivestreams/Publisher;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/reactivestreams/Publisher<+TOpen;>;

  final io.reactivex.functions.Function<? super Open, ? extends org.reactivestreams.Publisher<? extends Close>> bufferClose;
    descriptor: Lio/reactivex/functions/Function;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/Function<-TOpen;+Lorg/reactivestreams/Publisher<+TClose;>;>;

  public void <init>(io.reactivex.Flowable<T>, org.reactivestreams.Publisher<? extends Open>, io.reactivex.functions.Function<? super Open, ? extends org.reactivestreams.Publisher<? extends Close>>, java.util.concurrent.Callable<U>);
    descriptor: (Lio/reactivex/Flowable;Lorg/reactivestreams/Publisher;Lio/reactivex/functions/Function;Ljava/util/concurrent/Callable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.reactivex.internal.operators.flowable.FlowableBufferBoundary this
        start local 1 // io.reactivex.Flowable source
        start local 2 // org.reactivestreams.Publisher bufferOpen
        start local 3 // io.reactivex.functions.Function bufferClose
        start local 4 // 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 /* bufferOpen */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferBoundary.bufferOpen:Lorg/reactivestreams/Publisher;
         2: .line 42
            aload 0 /* this */
            aload 3 /* bufferClose */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferBoundary.bufferClose:Lio/reactivex/functions/Function;
         3: .line 43
            aload 0 /* this */
            aload 4 /* bufferSupplier */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferBoundary.bufferSupplier:Ljava/util/concurrent/Callable;
         4: .line 44
            return
        end local 4 // java.util.concurrent.Callable bufferSupplier
        end local 3 // io.reactivex.functions.Function bufferClose
        end local 2 // org.reactivestreams.Publisher bufferOpen
        end local 1 // io.reactivex.Flowable source
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBufferBoundary this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lio/reactivex/internal/operators/flowable/FlowableBufferBoundary<TT;TU;TOpen;TClose;>;
            0    5     1          source  Lio/reactivex/Flowable<TT;>;
            0    5     2      bufferOpen  Lorg/reactivestreams/Publisher<+TOpen;>;
            0    5     3     bufferClose  Lio/reactivex/functions/Function<-TOpen;+Lorg/reactivestreams/Publisher<+TClose;>;>;
            0    5     4  bufferSupplier  Ljava/util/concurrent/Callable<TU;>;
    Signature: (Lio/reactivex/Flowable<TT;>;Lorg/reactivestreams/Publisher<+TOpen;>;Lio/reactivex/functions/Function<-TOpen;+Lorg/reactivestreams/Publisher<+TClose;>;>;Ljava/util/concurrent/Callable<TU;>;)V
    MethodParameters:
                Name  Flags
      source          
      bufferOpen      
      bufferClose     
      bufferSupplier  

  protected void subscribeActual(org.reactivestreams.Subscriber<? super U>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableBufferBoundary this
        start local 1 // org.reactivestreams.Subscriber s
         0: .line 49
            new io.reactivex.internal.operators.flowable.FlowableBufferBoundary$BufferBoundarySubscriber
            dup
         1: .line 50
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferBoundary.bufferOpen:Lorg/reactivestreams/Publisher;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferBoundary.bufferClose:Lio/reactivex/functions/Function;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferBoundary.bufferSupplier:Ljava/util/concurrent/Callable;
         2: .line 49
            invokespecial io.reactivex.internal.operators.flowable.FlowableBufferBoundary$BufferBoundarySubscriber.<init>:(Lorg/reactivestreams/Subscriber;Lorg/reactivestreams/Publisher;Lio/reactivex/functions/Function;Ljava/util/concurrent/Callable;)V
         3: .line 48
            astore 2 /* parent */
        start local 2 // io.reactivex.internal.operators.flowable.FlowableBufferBoundary$BufferBoundarySubscriber parent
         4: .line 52
            aload 1 /* s */
            aload 2 /* parent */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         5: .line 53
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferBoundary.source:Lio/reactivex/Flowable;
            aload 2 /* parent */
            invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
         6: .line 54
            return
        end local 2 // io.reactivex.internal.operators.flowable.FlowableBufferBoundary$BufferBoundarySubscriber parent
        end local 1 // org.reactivestreams.Subscriber s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBufferBoundary this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lio/reactivex/internal/operators/flowable/FlowableBufferBoundary<TT;TU;TOpen;TClose;>;
            0    7     1       s  Lorg/reactivestreams/Subscriber<-TU;>;
            4    7     2  parent  Lio/reactivex/internal/operators/flowable/FlowableBufferBoundary$BufferBoundarySubscriber<TT;TU;TOpen;TClose;>;
    Signature: (Lorg/reactivestreams/Subscriber<-TU;>;)V
    MethodParameters:
      Name  Flags
      s     
}
Signature: <T:Ljava/lang/Object;U::Ljava/util/Collection<-TT;>;Open:Ljava/lang/Object;Close:Ljava/lang/Object;>Lio/reactivex/internal/operators/flowable/AbstractFlowableWithUpstream<TT;TU;>;
SourceFile: "FlowableBufferBoundary.java"
NestMembers:
  io.reactivex.internal.operators.flowable.FlowableBufferBoundary$BufferBoundarySubscriber  io.reactivex.internal.operators.flowable.FlowableBufferBoundary$BufferBoundarySubscriber$BufferOpenSubscriber  io.reactivex.internal.operators.flowable.FlowableBufferBoundary$BufferCloseSubscriber
InnerClasses:
  final BufferBoundarySubscriber = io.reactivex.internal.operators.flowable.FlowableBufferBoundary$BufferBoundarySubscriber of io.reactivex.internal.operators.flowable.FlowableBufferBoundary
  final BufferCloseSubscriber = io.reactivex.internal.operators.flowable.FlowableBufferBoundary$BufferCloseSubscriber of io.reactivex.internal.operators.flowable.FlowableBufferBoundary