Closed Wosin closed 1 year ago
Simple idea to add FlatMap the same way we have Map to connected streams to allow us to perform both filtering and mapping at the same time.
FlatMap
Map
sbt scalafmt is needed
sbt scalafmt
Please squash commits to a single "Implement biFlatMap"
Simple idea to add
FlatMap
the same way we haveMap
to connected streams to allow us to perform both filtering and mapping at the same time.