ZparkIO icon indicating copy to clipboard operation
ZparkIO copied to clipboard

Shortcut for map and flatmap

Open leobenkel opened this issue 5 years ago • 1 comments

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].

leobenkel avatar Dec 03 '19 19:12 leobenkel

This is the WIP branch https://github.com/leobenkel/Zparkio/tree/map_shortcuts

leobenkel avatar Dec 06 '19 22:12 leobenkel