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