arrow-fx-coroutines / arrow.fx.coroutines / arrow.core.Either

Extensions for arrow.core.Either

fold fun <A, B, C> Either<Pair<A, Fiber<B>>, Pair<Fiber<A>, B>>.~~fold~~(ifLeft: (A, Fiber<B>) -> C, ifRight: (Fiber<A>, B) -> C): C

Do you like Arrow?

Arrow Org
<