Apply

oxygen.quoted.Apply
See theApply companion class
object Apply

Attributes

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

Members list

Value members

Concrete methods

def companion(using quotes: Quotes): ApplyCompanion
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

def wrap(using quotes: Quotes)(unwrap: quotes.reflect.Apply): Apply

Givens

Givens

given given_Conversion_Apply_type_ApplyCompanion(using Quotes): Conversion[Apply.type, ApplyCompanion]