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