EnumValue

scala.runtime.EnumValue
trait EnumValue extends Product, Serializable

Attributes

Source
EnumValue.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def canEqual(that: Any): Boolean

Attributes

Definition Classes
Source
EnumValue.scala
override def productArity: Int

Attributes

Definition Classes
Source
EnumValue.scala
override def productElement(n: Int): Any

Attributes

Definition Classes
Source
EnumValue.scala
override def productElementName(n: Int): String

Attributes

Definition Classes
Source
EnumValue.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product