filter(using:)
Evaluates a given predicate against the mutable ordered set’s content and leaves only objects that match.
Declaration
func filter(using p: NSPredicate)Parameters
- p:
The predicate to evaluate against the set’s elements.
Evaluates a given predicate against the mutable ordered set’s content and leaves only objects that match.
func filter(using p: NSPredicate)The predicate to evaluate against the set’s elements.