scala.quoted.Quotes.reflectModule.AppliedTypeModule
Methods of the module object val AppliedType.
Attributes
- Source
-
Quotes.scala
- Graph
-
- Supertypes
-
- Self type
-
Members list
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].
Value parameters
- args
-
the type arguments
- tycon
-
the type constructor
Attributes
- Returns
-
the AppliedType tycon[args]
- Source
-
Quotes.scala