Contents

!(_:)

Returns a predicate which evaluates to true if operand evaluates to false.

Declaration

func ! <Value>(operand: QueryPredicate<Value>) -> QueryPredicate<Value>

See Also

Comparing predicates