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