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