arrow-fx-coroutines / arrow.fx.coroutines / Race3
sealed class Race3<out A, out B, out C>
First | data class First<A> : Race3 <A, Nothing , Nothing > |
Second | data class Second<B> : Race3 < Nothing , B, Nothing > |
Third | data class Third<C> : Race3 < Nothing , Nothing , C> |
fold | fun <D> fold(ifA: (A) -> D, ifB: (B) -> D, ifC: (C) -> D): D |
Do you like Arrow?
✖