Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "transforms/buffer-with-count"

Index

Functions

Functions

bufferWithCount

  • bufferWithCount<T>(count: number): Transform<T, T[]>
  • Collects items from the original observable into buffers of size count.

    Type parameters

    • T

      Type of items emitted by the observable.

    Parameters

    • count: number

      Max size for the buffers.

    Returns Transform<T, T[]>

    Transform that emits arrays of items from the original observable.

Generated using TypeDoc