tree: 89d1eaaf451953575c02b1d65c864ae3b2ed02fd [path history] [tgz]
  1. lib/
  2. test/
  3. .gitignore
  4. .travis.yml
  5. analysis_options.yaml
  6. CHANGELOG.md
  7. pubspec.yaml
  8. README.md
pkgs/stream_transform/README.md

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.