Join Slack
Powered by
yes likely. Btw `traverse(Applicative) { it }` is ...
# arrow
j
Jannis
03/13/2019, 2:54 PM
yes likely. Btw
traverse(Applicative) { it }
is equal to
sequence(Applicative)
What you can do is
attempt()
each io first and then accumulate the eithers you get. I don't know if there is a better way, but that could work 🙂
2
Views
Open in Slack
Previous
Next