Enum

io.scalaland.chimney.internal.compiletime.datatypes.SealedHierarchies.Enum
See theEnum companion object
final protected case class Enum[A](elements: Elements[A])

Let us obtain a list of types implementing the sealed hierarchy.

It describes both Scala 2's "normal" sealed hierarchies as well as Scala 3's enums.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product