TypeApply

oxygen.quoted.TypeApply
See theTypeApply companion class
object TypeApply

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TypeApply.type

Members list

Value members

Concrete methods

def companion(using quotes: Quotes): TypeApplyCompanion
def unapply(x: TypeApply): (Term, List[TypeTree])

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

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

Attributes

def wrap(using quotes: Quotes)(unwrap: quotes.reflect.TypeApply): TypeApply

Givens