Contents

nsPredicate

The request’s predicate.

Declaration

@MainActor @preconcurrency var nsPredicate: NSPredicate? { get nonmutating set }

Discussion

Set this value to cause the associated FetchRequest to execute a fetch with a new predicate, producing an updated collection of results.

See Also

Configuring the associated fetch request