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