TypeApplyModule

scala.quoted.Quotes.reflectModule.TypeApplyModule

Methods of the module object val TypeApply

Attributes

Source
Quotes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

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

Attributes

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

Attributes

Source
Quotes.scala

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

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

Attributes

Source
Quotes.scala