scala.quoted.Quotes.reflectModule.TypeApplyModule
Methods of the module object val TypeApply.
Attributes
- Source
-
Quotes.scala
- Graph
-
- Supertypes
-
- Self type
-
Members list
Creates a function type application [].
Creates a function type application [].
Value parameters
- args
-
the type argument trees
- fun
-
the function being applied
Attributes
- Returns
-
a TypeApply tree representing fun[args]
- Source
-
Quotes.scala
Matches a function type application [].
Matches a function type application [].
Value parameters
- x
-
the TypeApply to match against
Attributes
- Returns
-
a tuple of the applied function and its type argument trees
- Source
-
Quotes.scala