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