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