arrow-fx-coroutines / arrow.fx.coroutines / Race3

Race3

sealed class Race3<out A, out B, out C>

Types

First data class First<A> : Race3<A, Nothing, Nothing>
Second data class Second<B> : Race3<Nothing, B, Nothing>
Third data class Third<C> : Race3<Nothing, Nothing, C>

Functions

fold fun <D> fold(ifA: (A) -> D, ifB: (B) -> D, ifC: (C) -> D): D

Do you like Arrow?

Arrow Org
<