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