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