SealedHierarchies

io.scalaland.chimney.internal.compiletime.datatypes.SealedHierarchies

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Members list

Type members

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

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

Attributes

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

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Abstract fields

Implicits

Implicits

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