scala.quoted.Quotes.reflectModule.ApplyModule
Methods of the module object val Apply.
Attributes
- Source
-
Quotes.scala
- Graph
-
- Supertypes
-
- Self type
-
Members list
Creates a function application ().
Creates a function application ().
Value parameters
- args
-
the term arguments
- fun
-
the function being applied
Attributes
- Returns
-
an Apply tree representing fun(args)
- Source
-
Quotes.scala
Matches a function application ().
Matches a function application ().
Value parameters
- x
-
the Apply to match against
Attributes
- Returns
-
a tuple of the applied function and its term arguments
- Source
-
Quotes.scala