LambdaTypeTreeModule (original) (raw)
scala.quoted.Quotes.reflectModule.LambdaTypeTreeModule
trait LambdaTypeTreeModule
Methods of the module object val LambdaTypeTree
Attributes
Source
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
def copy(original: Tree)(tparams: List[TypeDef], body: Tree): LambdaTypeTree
Attributes
Source
def unapply(tree: LambdaTypeTree): (List[TypeDef], Tree)
Attributes
Source