Enum

io.scalaland.chimney.internal.compiletime.datatypes.SealedHierarchies.Enum
See theEnum companion class
protected object Enum

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Enum.type

Members list

Type members

Classlikes

final case class Element[Of, A](name: String, upcast: (Expr[A]) => Expr[Of])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Types

final type Elements[Of] = List[UpperBounded[Of, [_] =>> Element[Of, _$1]]]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror