Contents

predicateForSamples(equalTo:)

Returns a predicate that checks whether a category sample is equal to the provided set of values.

Declaration

static func predicateForSamples(equalTo values: Set<Self>) -> NSPredicate

Parameters

  • values:

    The target set of values.

See Also

Creating predicates