Join Slack
Powered by
but `List<ValidatedNel<CurrT>>` is a h...
# arrow
p
pakoito
03/10/2019, 3:41 AM
but
List<ValidatedNel<CurrT>>
is a hassle to use when you only care if all of them were okay or not, so the function for that is
sequence
. It converts it to
ValidatedNel<List<CurrT>>
2
Views
Open in Slack
Previous
Next