&&(_:_:)
Returns a predicate which evaluates to true if left AND right evaluate to true.
Declaration
func && <Value>(left: QueryPredicate<Value>, right: QueryPredicate<Value>) -> QueryPredicate<Value>Returns a predicate which evaluates to true if left AND right evaluate to true.
func && <Value>(left: QueryPredicate<Value>, right: QueryPredicate<Value>) -> QueryPredicate<Value>