MethodTypeMethods

scala.quoted.Quotes.reflectModule.MethodTypeMethods

Extension methods of MethodType

Attributes

Source
Quotes.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Extensions

Extensions

extension (self: MethodType)

Attributes

Source
Quotes.scala

Is this the type of given parameter clause (implicit X1, ..., Xn), (given X1, ..., Xn) or (given x1: X1, ..., xn: Xn)

Is this the type of given parameter clause (implicit X1, ..., Xn), (given X1, ..., Xn) or (given x1: X1, ..., xn: Xn)

Attributes

Source
Quotes.scala
def param(idx: Int): TypeRepr

Attributes

Source
Quotes.scala