ApplyModule

scala.quoted.Quotes.reflectModule.ApplyModule
trait ApplyModule

Methods of the module object val Apply

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Abstract methods

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

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

Attributes

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