arrow-core-data / arrow.core / Validated / traverseEither
inline fun <EE, B> traverseEither(fa: (A) -> Either<EE, B>): Either<EE, Validated<E, B>>
inline fun <EE, B> traverseEither(fa: (A) ->
Either
<EE, B>):
<EE,
Validated
<E, B>>
Do you like Arrow?