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