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