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