Collects items from the original observable into buffers of size count.
count
Type of items emitted by the observable.
Max size for the buffers.
Transform that emits arrays of items from the original observable.
Generated using TypeDoc
Collects items from the original observable into buffers of size
count
.