arrow-core-data / arrow.core / sequenceEither
fun <A, B, C>
Ior
<A,
Either
<B, C>>.sequenceEither():
Either
<B,
Ior
<A, C>>
fun <E, A>
NonEmptyList
<
Either
<E, A>>.sequenceEither():
Either
<E,
NonEmptyList
<A>>
fun <A, B>
Option
<
Either
<A, B>>.sequenceEither():
Either
<A,
Option
<B>>
fun <E, A, B>
Validated
<A,
Either
<E, B>>.sequenceEither():
Either
<E,
Validated
<A, B>>
Do you like Arrow?
✖