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