AppliedTypeModule (original) (raw)
scala.quoted.Quotes.reflectModule.AppliedTypeModule
trait AppliedTypeModule
Methods of the module object val AppliedType
Attributes
Source
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
AppliedType.type
Members list
Value members
Abstract methods
def apply(tycon: TypeRepr, args: List[TypeRepr]): AppliedType
Applied the type constructor T
to a list of type arguments T_1,..,T_n
to create T[T_1,..,T_n]
Applied the type constructor T
to a list of type arguments T_1,..,T_n
to create T[T_1,..,T_n]
Attributes
Source
def unapply(x: AppliedType): (TypeRepr, List[TypeRepr])
Attributes
Source