MethodTypeMethods
trait MethodTypeMethods
Extension methods of MethodType
- Source:
- Quotes.scala
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