EnumValue

trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def canEqual(that: Any): Boolean
Definition Classes
Source:
EnumValue.scala
override def productArity: Int
Definition Classes
Source:
EnumValue.scala
override def productElement(n: Int): Any
Definition Classes
Source:
EnumValue.scala
override def productElementName(n: Int): String
Definition Classes
Source:
EnumValue.scala

Inherited methods

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Inherited from:
Product
Source:
Product.scala

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Returns:

in the default implementation, an Iterator[Any]

Inherited from:
Product
Source:
Product.scala

A string used in the toString methods of derived classes.

A string used in the toString methods of derived classes. Implementations may override this method to prepend a string prefix to the result of toString methods.

Returns:

in the default implementation, the empty string

Inherited from:
Product
Source:
Product.scala