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