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