StandardPredicateExpression
A component expression that makes up part of a predicate, and that’s supported by the standard predicate type.
Declaration
protocol StandardPredicateExpression<Output> : PredicateExpression, Decodable, Encodable, SendableOverview
Don’t declare new types that conform to the StandardPredicateExpression protocol. Only the types provided by Foundation are valid conforming types.