Wraps a bunch of predicates and returns with a new one that evaluates to true if each of the wrapped predicates evaluates to true. Otherwise, false.
true
false
Wraps a bunch of predicates and returns with a new one that evaluates to
true
if each of the wrapped predicates evaluates totrue
. Otherwise,false
.