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