Documentation Language: Swift

Method

methodMatching(_:)

return the first method where the passed predicate closure returns true

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