arrow-fx / arrow.fx / Race8 / First
data class First<A> : Race8<A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing>
data class First<A> :
Race8
<A,
Nothing
,
>
First(winner: A)
val winner: A
Do you like Arrow?