SealedHierarchiesPlatform

io.scalaland.chimney.internal.compiletime.datatypes.SealedHierarchiesPlatform

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

protected object SealedHierarchy extends SealedHierarchyModule

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Inherited classlikes

final protected case class Enum[A](elements: Elements[A])

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

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

Inherited from:
SealedHierarchies
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
protected object Enum

Attributes

Inherited from:
SealedHierarchies
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
protected trait SealedHierarchyModule

Attributes

Inherited from:
SealedHierarchies
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object SealedHierarchy.type
implicit class SealedHierarchyOps[A](tpe: Type[A])

Attributes

Inherited from:
SealedHierarchies
Supertypes
class Object
trait Matchable
class Any

Implicits

Inherited implicits

final implicit def SealedHierarchyOps[A](tpe: <none>[A]): SealedHierarchyOps[A]

Attributes

Inherited from:
SealedHierarchies