MethodTypeModule (original) (raw)

scala.quoted.Quotes.reflectModule.MethodTypeModule

trait MethodTypeModule

Methods of the module object val MethodType

Attributes

Source

Quotes.scala

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

Quotes.scala

def apply(kind: MethodTypeKind)(paramNames: List[String])(paramInfosExp: MethodType => List[TypeRepr], resultTypeExp: MethodType => TypeRepr): MethodType

Attributes

Source

Quotes.scala

def unapply(x: MethodType): (List[String], List[TypeRepr], TypeRepr)

Attributes

Source

Quotes.scala