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