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