arrow-fx / arrow.fx / Race8

Race8

sealed class ~~Race8~~<out A, out B, out C, out D, out E, out F, out G, out H> 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/

Types

Eighth data class Eighth<H> : Race8<Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, H>
Fifth data class Fifth<E> : Race8<Nothing, Nothing, Nothing, Nothing, E, Nothing, Nothing, Nothing>
First data class First<A> : Race8<A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing>
Fourth data class Fourth<D> : Race8<Nothing, Nothing, Nothing, D, Nothing, Nothing, Nothing, Nothing>
Second data class Second<B> : Race8<Nothing, B, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing>
Seventh data class Seventh<G> : Race8<Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, G, Nothing>
Sixth data class Sixth<F> : Race8<Nothing, Nothing, Nothing, Nothing, Nothing, F, Nothing, Nothing>
Third data class Third<C> : Race8<Nothing, Nothing, C, Nothing, Nothing, Nothing, Nothing, Nothing>

Functions

fold fun <I> fold(ifA: (A) -> I, ifB: (B) -> I, ifC: (C) -> I, ifD: (D) -> I, ifE: (E) -> I, ifF: (F) -> I, ifG: (G) -> I, ifH: (H) -> I): I

Do you like Arrow?

Arrow Org
<