ClassOfConstant

scala.quoted.runtime.impl.QuotesImpl.reflect$.ClassOfConstant$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

Create a constant class value representing classOf[<tpe>]

Create a constant class value representing classOf[<tpe>]

Attributes

def unapply(constant: ClassOfConstant): Some[TypeRepr]

Match a class value constant representing classOf[<tpe>] and extract its type

Match a class value constant representing classOf[<tpe>] and extract its type

Attributes