MethodTypeMethods

Extension methods of MethodType

Source:
Quotes.scala
class Object
trait Matchable
class Any

Extensions

Extensions

extension (self: MethodType)

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)

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