MethodTypeMethods

Extension methods of MethodType

Extension methods of MethodType

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)

def param(idx: Int): TypeRepr