Contents

&&(_:_:)

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>

See Also

Comparing predicates