Contents

||(_:_:)

Returns a predicate which evaluates to true if left OR right evaluates to true.

Declaration

func || <Value>(left: QueryPredicate<Value>, right: QueryPredicate<Value>) -> QueryPredicate<Value>

See Also

Comparing predicates