arrow-core-data / arrow.core / kotlin.collections.Iterable / traverseValidated
inline fun <E, A, B>
Iterable
<A>.traverseValidated(semigroup:
Semigroup
<E>, f: (A) ->
Validated
<E, B>):
Validated
<E,
List
<B>>
inline fun <E, A, B>
Iterable
<A>.traverseValidated(f: (A) ->
ValidatedNel
<E, B>):
ValidatedNel
<E,
List
<B>>
Do you like Arrow?
✖