Contents

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.

See Also

Related Documentation