Closed yruslan closed 2 years ago
It would be nice to make Channels compatible with Scala functional patterns.
Implement map() and filter() to make Channels monadic and so for() comprehension could be used.
map()
filter()
Background
It would be nice to make Channels compatible with Scala functional patterns.
Feature
Implement
map()
andfilter()
to make Channels monadic and so for() comprehension could be used.