Method
return the first inherited method where the passed predicate closure returns true
true
func inheritedMethodMatching(_ predictate: (Method) -> Bool) -> Method?