public final class io.reactivex.internal.operators.flowable.FlowableBuffer<T, C extends java.util.Collection<? super T>> extends io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream<T, C>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableBuffer
  super_class: io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream
{
  final int size;
    descriptor: I
    flags: (0x0010) ACC_FINAL

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

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

  public void <init>(io.reactivex.Flowable<T>, int, int, java.util.concurrent.Callable<C>);
    descriptor: (Lio/reactivex/Flowable;IILjava/util/concurrent/Callable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.reactivex.internal.operators.flowable.FlowableBuffer this
        start local 1 // io.reactivex.Flowable source
        start local 2 // int size
        start local 3 // int skip
        start local 4 // java.util.concurrent.Callable bufferSupplier
         0: .line 38
            aload 0 /* this */
            aload 1 /* source */
            invokespecial io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream.<init>:(Lio/reactivex/Flowable;)V
         1: .line 39
            aload 0 /* this */
            iload 2 /* size */
            putfield io.reactivex.internal.operators.flowable.FlowableBuffer.size:I
         2: .line 40
            aload 0 /* this */
            iload 3 /* skip */
            putfield io.reactivex.internal.operators.flowable.FlowableBuffer.skip:I
         3: .line 41
            aload 0 /* this */
            aload 4 /* bufferSupplier */
            putfield io.reactivex.internal.operators.flowable.FlowableBuffer.bufferSupplier:Ljava/util/concurrent/Callable;
         4: .line 42
            return
        end local 4 // java.util.concurrent.Callable bufferSupplier
        end local 3 // int skip
        end local 2 // int size
        end local 1 // io.reactivex.Flowable source
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBuffer this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lio/reactivex/internal/operators/flowable/FlowableBuffer<TT;TC;>;
            0    5     1          source  Lio/reactivex/Flowable<TT;>;
            0    5     2            size  I
            0    5     3            skip  I
            0    5     4  bufferSupplier  Ljava/util/concurrent/Callable<TC;>;
    Signature: (Lio/reactivex/Flowable<TT;>;IILjava/util/concurrent/Callable<TC;>;)V
    MethodParameters:
                Name  Flags
      source          
      size            
      skip            
      bufferSupplier  

  public void subscribeActual(org.reactivestreams.Subscriber<? super C>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableBuffer this
        start local 1 // org.reactivestreams.Subscriber s
         0: .line 46
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBuffer.size:I
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBuffer.skip:I
            if_icmpne 3
         1: .line 47
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBuffer.source:Lio/reactivex/Flowable;
            new io.reactivex.internal.operators.flowable.FlowableBuffer$PublisherBufferExactSubscriber
            dup
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBuffer.size:I
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBuffer.bufferSupplier:Ljava/util/concurrent/Callable;
            invokespecial io.reactivex.internal.operators.flowable.FlowableBuffer$PublisherBufferExactSubscriber.<init>:(Lorg/reactivestreams/Subscriber;ILjava/util/concurrent/Callable;)V
            invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
         2: .line 48
            goto 7
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBuffer.skip:I
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBuffer.size:I
            if_icmple 6
         4: .line 49
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBuffer.source:Lio/reactivex/Flowable;
            new io.reactivex.internal.operators.flowable.FlowableBuffer$PublisherBufferSkipSubscriber
            dup
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBuffer.size:I
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBuffer.skip:I
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBuffer.bufferSupplier:Ljava/util/concurrent/Callable;
            invokespecial io.reactivex.internal.operators.flowable.FlowableBuffer$PublisherBufferSkipSubscriber.<init>:(Lorg/reactivestreams/Subscriber;IILjava/util/concurrent/Callable;)V
            invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
         5: .line 50
            goto 7
         6: .line 51
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBuffer.source:Lio/reactivex/Flowable;
            new io.reactivex.internal.operators.flowable.FlowableBuffer$PublisherBufferOverlappingSubscriber
            dup
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBuffer.size:I
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBuffer.skip:I
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBuffer.bufferSupplier:Ljava/util/concurrent/Callable;
            invokespecial io.reactivex.internal.operators.flowable.FlowableBuffer$PublisherBufferOverlappingSubscriber.<init>:(Lorg/reactivestreams/Subscriber;IILjava/util/concurrent/Callable;)V
            invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
         7: .line 53
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscriber s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/reactivex/internal/operators/flowable/FlowableBuffer<TT;TC;>;
            0    8     1     s  Lorg/reactivestreams/Subscriber<-TC;>;
    Signature: (Lorg/reactivestreams/Subscriber<-TC;>;)V
    MethodParameters:
      Name  Flags
      s     
}
Signature: <T:Ljava/lang/Object;C::Ljava/util/Collection<-TT;>;>Lio/reactivex/internal/operators/flowable/AbstractFlowableWithUpstream<TT;TC;>;
SourceFile: "FlowableBuffer.java"
NestMembers:
  io.reactivex.internal.operators.flowable.FlowableBuffer$PublisherBufferExactSubscriber  io.reactivex.internal.operators.flowable.FlowableBuffer$PublisherBufferOverlappingSubscriber  io.reactivex.internal.operators.flowable.FlowableBuffer$PublisherBufferSkipSubscriber
InnerClasses:
  final PublisherBufferExactSubscriber = io.reactivex.internal.operators.flowable.FlowableBuffer$PublisherBufferExactSubscriber of io.reactivex.internal.operators.flowable.FlowableBuffer
  final PublisherBufferOverlappingSubscriber = io.reactivex.internal.operators.flowable.FlowableBuffer$PublisherBufferOverlappingSubscriber of io.reactivex.internal.operators.flowable.FlowableBuffer
  final PublisherBufferSkipSubscriber = io.reactivex.internal.operators.flowable.FlowableBuffer$PublisherBufferSkipSubscriber of io.reactivex.internal.operators.flowable.FlowableBuffer