ApplyModule

Methods of the module object val Apply

Source:
Quotes.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

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

Create a function application ()

Create a function application ()

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

Matches a function application ()

Matches a function application ()

Source:
Quotes.scala