Enum
ammonite.terminal.Enum
A small helper class to quickly define enumerations: extend this class in your companion object and define the items via val a, b, c = Item(...)
passing in your enum class constructor in place of ...
.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object UndoState
In this article