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