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