ValueEnumMacros
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ValueEnumMacros.type
Members list
Value members
Concrete methods
Finds ValueEntryType-typed objects in scope that have literal value: Byte implementations.
Finds ValueEntryType-typed objects in scope that have literal value: Byte implementations.
Note
- requires the ValueEntryType to have a 'value' member that has a literal value
Attributes
Finds ValueEntryType-typed objects in scope that have literal value: Char implementations.
Finds ValueEntryType-typed objects in scope that have literal value: Char implementations.
Note
- requires the ValueEntryType to have a 'value' member that has a literal value
Attributes
Finds ValueEntryType-typed objects in scope that have literal value: Int implementations.
Finds ValueEntryType-typed objects in scope that have literal value: Int implementations.
Note, requires the ValueEntryType to have a 'value' member that has a literal value.
Attributes
Finds ValueEntryType-typed objects in scope that have literal value: Long implementations.
Finds ValueEntryType-typed objects in scope that have literal value: Long implementations.
Note, requires the ValueEntryType to have a 'value' member that has a literal value.
Attributes
Finds ValueEntryType-typed objects in scope that have literal value: Short implementations.
Finds ValueEntryType-typed objects in scope that have literal value: Short implementations.
Note
- requires the ValueEntryType to have a 'value' member that has a literal value
- the Short value should be a literal Int (do no need to cast .toShort).
Attributes
Finds ValueEntryType-typed objects in scope that have literal value: String implementations.
Finds ValueEntryType-typed objects in scope that have literal value: String implementations.
Note
- requires the ValueEntryType to have a 'value' member that has a literal value