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