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