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