and

Return a composed request predicate that tests against both this predicate AND the other predicate. When evaluating the composed predicate, if this predicate is false, then the other predicate is not evaluated.

Return

a predicate composed of this predicate AND the other predicate

Parameters

other

a predicate that will be logically-ANDed with this predicate