EnumValue

scala.runtime.EnumValue
trait EnumValue extends Product with Serializable

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def canEqual(that: Any): Boolean

Attributes

Definition Classes
override def productArity: Int

Attributes

Definition Classes
override def productElement(n: Int): Any

Attributes

Definition Classes
override def productElementName(n: Int): String

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product