@Evolving public final class And extends Predicate
AND
Definition:
expr1
expr2
Predicate
true
And(Predicate left, Predicate right)
getLeft()
getRight()
toString
getChildren, getName
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public And(Predicate left, Predicate right)
public Predicate getLeft()
public Predicate getRight()