Contents

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.

See Also

Related Documentation

Adding, Removing, and Reordering Entries