Apply

scala.quoted.runtime.impl.QuotesImpl.reflect$.Apply$
object Apply extends ApplyModule

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Apply.type

Members list

Concise view

Value members

Concrete 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

def copy(original: Tree)(fun: Term, args: List[Term]): Apply
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