How to get value from paramterised enum in Scala
I’m trying to add values from enums together and I can’t find how to extract the parameterised value.
I’m trying to add values from enums together and I can’t find how to extract the parameterised value.