Enum

A base trait of all Scala enum definitions

trait Product
trait Equals
class Any

Value members

Abstract methods

A number uniquely identifying a case of an enum

A number uniquely identifying a case of an enum

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
Inherited from
Product
def productElement(n: Int): Any
Inherited from
Product
Inherited from
Product
Inherited from
Product
Inherited from
Product