tree: 7e41a8c757ecd21683d66c34c16261457d5863eb
  1. lib/
  2. test/
  3. .gitignore
  4. .travis.yml
  5. analysis_options.yaml
  6. CHANGELOG.md
  7. LICENSE
  8. pubspec.yaml
  9. 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.