Documentation Language: Swift

Method

inheritedMethodMatching(_:)

return the first inherited method where the passed predicate closure returns true

func inheritedMethodMatching(_ predictate: (Method) -> Bool) -> Method?