stream_transform 0.0.1 stream_transform: ^0.0.1 copied to clipboard
A collection of utilities to transform and manipulate streams.
Contains utility methods to create StreamTransfomer
instances to manipulate
Streams.
buffer #
Collects values from a source stream until a trigger
stream fires and the
collected values are emitted.