TheEnum

object TheEnum extends Enumeration[TheEnum] with Companion[TheEnum]
Companion:
class
trait Sum
trait Mirror
trait Enumeration[TheEnum]
trait Companion[TheEnum]
trait Has[TheEnum]
trait ShapeTag[TheEnum]
trait HasId
class Object
trait Matchable
class Any
TheEnum.type

Type members

Classlikes

case object V1 extends TheEnum
case object V2 extends TheEnum

Inherited classlikes

object hint
Inherited from:
Companion

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Inherited methods

final def fromOrdinal(s: Int): Option[TheEnum]
Inherited from:
Enumeration
final def fromString(s: String): Option[TheEnum]
Inherited from:
Enumeration
final override def getTag: ShapeTag[TheEnum]
Definition Classes
Companion -> Has
Inherited from:
Companion

Concrete fields

val hints: Hints
val id: ShapeId
val values: List[TheEnum]

Inherited fields

lazy val ordinalMap: Map[Int, TheEnum]
Inherited from:
Enumeration
lazy val valueMap: Map[String, TheEnum]
Inherited from:
Enumeration

Implicits

Implicits

implicit val schema: Schema[TheEnum]

Inherited implicits

implicit val tagInstance: ShapeTag[TheEnum]
Inherited from:
Companion