ApplyModule

scala.quoted.Quotes.reflectModule.ApplyModule
trait ApplyModule

Methods of the module object val Apply

Attributes

Source
Quotes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Apply.type

Members list

Value members

Abstract methods

def apply(fun: Term, args: List[Term]): Apply

Create a function application <fun: Term>(<args: List[Term]>)

Create a function application <fun: Term>(<args: List[Term]>)

Attributes

Source
Quotes.scala
def copy(original: Tree)(fun: Term, args: List[Term]): Apply

Attributes

Source
Quotes.scala
def unapply(x: Apply): (Term, List[Term])

Matches a function application <fun: Term>(<args: List[Term]>)

Matches a function application <fun: Term>(<args: List[Term]>)

Attributes

Source
Quotes.scala