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