LambdaTypeTreeModule (original) (raw)

scala.quoted.Quotes.reflectModule.LambdaTypeTreeModule

trait LambdaTypeTreeModule

Methods of the module object val LambdaTypeTree

Attributes

Source

Quotes.scala

Graph

Supertypes

class Object

trait Matchable

class Any

Self type

LambdaTypeTree.type

Members list

Value members

Abstract methods

def apply(tparams: List[TypeDef], body: Tree): LambdaTypeTree

Attributes

Source

Quotes.scala

def copy(original: Tree)(tparams: List[TypeDef], body: Tree): LambdaTypeTree

Attributes

Source

Quotes.scala

def unapply(tree: LambdaTypeTree): (List[TypeDef], Tree)

Attributes

Source

Quotes.scala