arrow-fx / arrow.fx / Race4 / Second
data class Second<B> : Race4<Nothing, B, Nothing, Nothing>
data class Second<B> :
Race4
<
Nothing
, B,
,
>
Second(winner: B)
val winner: B
Do you like Arrow?