| commit | 6610696b93c43071677d3fb558fc016231a4f64a | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch1@gmail.com> | Fri May 05 18:16:52 2017 -0700 |
| committer | GitHub <noreply@github.com> | Fri May 05 18:16:52 2017 -0700 |
| tree | a0abcc1e871a766a0b82def389927738c3873eb3 | |
| parent | 95ec1fc5d9b6c32942e25898575c192c2bcec9d7 [diff] |
Implement switchMap and switchLatest (dart-lang/stream_transform#10) switchLatest is like Rx switch but not with a reserved word. switchMap is a convenience for the case where the Stream isn't already a Stream of Strams. Drop `-dev` from version for publishing