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