or

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

Return

a predicate composed of this predicate OR the other predicate

Parameters

other

a predicate that will be logically-ORed with this predicate