arrow-core-data / arrow.core / kotlin.collections.Map / traverseEither

traverseEither

inline fun <K, E, A, B> Map<K, A>.traverseEither(f: (A) -> Either<E, B>): Either<E, Map<K, B>>

Do you like Arrow?

Arrow Org
<