TypeApplyModule

Methods of the module object val TypeApply

Source:
Quotes.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(fun: Term, args: List[TypeTree]): TypeApply

Create a function type application <fun: Term>[<args: List[TypeTree]>]

Create a function type application <fun: Term>[<args: List[TypeTree]>]

Source:
Quotes.scala
def copy(original: Tree)(fun: Term, args: List[TypeTree]): TypeApply

Matches a function type application <fun: Term>[<args: List[TypeTree]>]

Matches a function type application <fun: Term>[<args: List[TypeTree]>]

Source:
Quotes.scala