Join Slack
Powered by
Tangentially related: I usually would `flatmap` ov...
# arrow
b
Bob Glamm
09/04/2019, 3:45 PM
Tangentially related: I usually would
flatmap
over
Dataset<C>
->
IO<Unit>
in this case, assuming that
map
is intended for applying pure functions. I think that is the expected usage for those?
☝️ 1
s
simon.vergauwen
09/04/2019, 3:50 PM
Yes, that’s correct.
2
Views
Open in Slack
Previous
Next