ApplyModule
scala.quoted.Quotes.reflectModule.ApplyModule
trait ApplyModule
Methods of the module object val Apply
Attributes
- Source
- Quotes.scala
- Graph
-
- Supertypes
- Self type
-
Members list
Value members
Abstract methods
def apply(fun: Quotes.this.reflectModule.this.Term, args: List[Quotes.this.reflectModule.this.Term]): Quotes.this.reflectModule.this.Apply
Create a function application <fun: Term>(<args: List[Term]>)
def copy(original: Quotes.this.reflectModule.this.Tree)(fun: Quotes.this.reflectModule.this.Term, args: List[Quotes.this.reflectModule.this.Term]): Quotes.this.reflectModule.this.Apply
Attributes
- Source
- Quotes.scala
def unapply(x: Quotes.this.reflectModule.this.Apply): (Quotes.this.reflectModule.this.Term, List[Quotes.this.reflectModule.this.Term])
Matches a function application <fun: Term>(<args: List[Term]>)
In this article