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