sealed class ~~Race6~~<out A, out B, out C, out D, out E, out F>
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/
Fifth | data class Fifth<E> : Race6 < Nothing , Nothing , Nothing , Nothing , E, Nothing > |
First | data class First<A> : Race6 <A, Nothing , Nothing , Nothing , Nothing , Nothing > |
Fourth | data class Fourth<D> : Race6 < Nothing , Nothing , Nothing , D, Nothing , Nothing > |
Second | data class Second<B> : Race6 < Nothing , B, Nothing , Nothing , Nothing , Nothing > |
Sixth | data class Sixth<F> : Race6 < Nothing , Nothing , Nothing , Nothing , Nothing , F> |
Third | data class Third<C> : Race6 < Nothing , Nothing , C, Nothing , Nothing , Nothing > |
fold | fun <G> fold(ifA: (A) -> G, ifB: (B) -> G, ifC: (C) -> G, ifD: (D) -> G, ifE: (E) -> G, ifF: (F) -> G): G |
Do you like Arrow?
✖