public class OR<O extends ORable<?,? super T>,T> extends BinaryExpression<ORable<? extends O,? super T>,T,O>
| Constructor and Description |
|---|
OR(Expression<? extends ORable<? extends O,? super T>> firstOperand,
Expression<? extends T> secondOperand) |
evaluate, getFirstOperand, getSecondOperandgetValue, invalidationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitanonymize, decoupleValue, immutable, over, overpublic OR(Expression<? extends ORable<? extends O,? super T>> firstOperand, Expression<? extends T> secondOperand)