arrow-core-data / arrow.core / kotlin.collections.Map / traverseEither
inline fun <K, E, A, B> Map<K, A>.traverseEither(f: (A) -> Either<E, B>): Either<E, Map<K, B>>
inline fun <K, E, A, B>
Map
<K, A>.traverseEither(f: (A) ->
Either
<E, B>):
<E,
<K, B>>
Do you like Arrow?