public class NAND<O extends NANDable<?,? super T>,T> extends BinaryExpression<NANDable<? extends O,? super T>,T,O>
| Constructor and Description |
|---|
NAND(Expression<? extends NANDable<? 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 NAND(Expression<? extends NANDable<? extends O,? super T>> firstOperand, Expression<? extends T> secondOperand)