The type of elements in the source sequence.
The size of the buffer.
The threshold number of milliseconds to wait before flushing a non-full buffer
An operator which returns an async-iterable sequence of buffers
https://github.com/ReactiveX/IxJS/pull/380 for the difference between bufferCountOrTime and bufferCountWithDebounce.
Generated using TypeDoc
Projects each element of an async-iterable sequence into consecutive buffers which are emitted when either the threshold count or time is met.