ZparkIO
ZparkIO copied to clipboard
Shortcut for map and flatmap
Right now a type ZIO[..., Dataset[A]] will need a double map to change to ZIO[..., Dataset[B]]
.map(_.map(...))
That would be nice to have a map shortcut that convert directly from ZDS[A] to ZDS[B].
This is the WIP branch https://github.com/leobenkel/Zparkio/tree/map_shortcuts