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