sealed class ~~Race4~~<out A, out B, out C, out D>
Deprecated: The IO datatype and it’s related type classes will disappear in Arrow 0.13.0. All useful operations are offered directly over suspend functions by Arrow Fx Coroutines. https://arrow-kt.io/docs/fx/async/
First | data class First<A> : Race4 <A, Nothing , Nothing , Nothing > |
Fourth | data class Fourth<D> : Race4 < Nothing , Nothing , Nothing , D> |
Second | data class Second<B> : Race4 < Nothing , B, Nothing , Nothing > |
Third | data class Third<C> : Race4 < Nothing , Nothing , C, Nothing > |
fold | fun <E> fold(ifA: (A) -> E, ifB: (B) -> E, ifC: (C) -> E, ifD: (D) -> E): E |
Do you like Arrow?
✖