Collects items from the original observable into buffers until the notifier emits. If no items have been buffered since the last time the notifier emitted, nothing will be emitted. Closing the emitter will emit the remaining buffer.
Type of items emitted by the observable.
Observable that emits when the buffer should be emitted.
Transform that emits arrays of items from the original observable.
Generated using TypeDoc
Collects items from the original observable into buffers until the notifier emits. If no items have been buffered since the last time the notifier emitted, nothing will be emitted. Closing the emitter will emit the remaining buffer.