public class NOR<O extends NORable<?,? super T>,T> extends BinaryExpression<NORable<? extends O,? super T>,T,O>
Constructor and Description |
---|
NOR(Expression<? extends NORable<? extends O,? super T>> firstOperand,
Expression<? extends T> secondOperand) |
evaluate, getFirstOperand, getSecondOperand
getValue, invalidations
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
anonymize, decoupleValue, immutable, over, over
public NOR(Expression<? extends NORable<? extends O,? super T>> firstOperand, Expression<? extends T> secondOperand)