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