TypeLambdaModule (original) (raw)
scala.quoted.Quotes.reflectModule.TypeLambdaModule
trait TypeLambdaModule
Methods of the module object val TypeLambda
Attributes
Source
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TypeLambda.type
Members list
Value members
Abstract methods
def apply(paramNames: List[String], boundsFn: TypeLambda => List[TypeBounds], bodyFn: TypeLambda => TypeRepr): TypeLambda
Attributes
Source
def unapply(x: TypeLambda): (List[String], List[TypeBounds], TypeRepr)
Attributes
Source