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