ApplyCompanion

oxygen.quoted.companion.ApplyCompanion
final class ApplyCompanion(using quotes: Quotes)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

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