EnumMacros

enumeratum.EnumMacros$
object EnumMacros

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def findValuesImpl[A](using tpe: Type[A], q: Quotes): Expr[IndexedSeq[A]]

Finds any [A] in the current scope and returns an expression for a list of them.

Finds any [A] in the current scope and returns an expression for a list of them.

Attributes

def materializeEnumImpl[A, M : Type](implicit evidence$1: Type[M], tpe: Type[A], q: Quotes): Expr[M]

Given an A, provides its companion.

Given an A, provides its companion.

Attributes