trait CompileVariants
- Companion:
- object
Value members
Concrete methods
Returns either Right
if the specified string type checks as valid Scala
code or Left
with an error message otherwise. Dies with a runtime
exception if specified string cannot be parsed or is not a known value at
compile time.
Returns either Right
if the specified string type checks as valid Scala
code or Left
with an error message otherwise. Dies with a runtime
exception if specified string cannot be parsed or is not a known value at
compile time.