||(_:_:)
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>Returns a predicate which evaluates to true if left OR right evaluates to true.
func || <Value>(left: QueryPredicate<Value>, right: QueryPredicate<Value>) -> QueryPredicate<Value>