Documentation Language: Swift

Method

anyMethodMatching(_:)

return the first of my own or inherited methods where the passed predicate closure returns true

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