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