danschultz / stream_transformers

A Dart package for transforming streams
MIT License
12 stars 9 forks source link

Rename StreamConverter to Mapper #10

Closed danschultz closed 9 years ago

danschultz commented 9 years ago

This typedef is used by FlatMap and FlatMapLatest, so Mapper is a more appropriate name. The type signature can also be generalized to: R Mapper<A,R>(A value).