Mirror

scala.deriving.Mirror
See theMirror companion object
sealed trait Mirror

Mirrors allows typelevel access to enums, case classes and objects, and their sealed parents.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Product
trait Singleton
class TupleMirror
trait Sum

Members list

Type members

Types

The names of the product elements

The names of the product elements

Attributes

The name of the type

The name of the type

Attributes

The mirrored *-type

The mirrored *-type

Attributes