!(_:)
Returns a predicate which evaluates to true if operand evaluates to false.
Declaration
func ! <Value>(operand: QueryPredicate<Value>) -> QueryPredicate<Value>Returns a predicate which evaluates to true if operand evaluates to false.
func ! <Value>(operand: QueryPredicate<Value>) -> QueryPredicate<Value>