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 []

Create a function type application []

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

Matches a function type application []

Matches a function type application []

Source
Quotes.scala