arrow-fx / arrow.fx / Race9

Race9

sealed class ~~Race9~~<out A, out B, out C, out D, out E, out F, out G, out H, out I> 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> : Race9<Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, H, Nothing>
Fifth data class Fifth<E> : Race9<Nothing, Nothing, Nothing, Nothing, E, Nothing, Nothing, Nothing, Nothing>
First data class First<A> : Race9<A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing>
Fourth data class Fourth<D> : Race9<Nothing, Nothing, Nothing, D, Nothing, Nothing, Nothing, Nothing, Nothing>
Ninth data class Ninth<I> : Race9<Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, I>
Second data class Second<B> : Race9<Nothing, B, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing>
Seventh data class Seventh<G> : Race9<Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, G, Nothing, Nothing>
Sixth data class Sixth<F> : Race9<Nothing, Nothing, Nothing, Nothing, Nothing, F, Nothing, Nothing, Nothing>
Third data class Third<C> : Race9<Nothing, Nothing, C, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing>

Functions

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

Do you like Arrow?

Arrow Org
<