public class Subtraction<O extends Subtractable<?,? super T>,T> extends BinaryExpression<Subtractable<? extends O,? super T>,T,O>
| Constructor and Description | 
|---|
Subtraction(Expression<? extends Subtractable<? extends O,? super T>> firstOperand,
           Expression<? extends T> secondOperand)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
toString()  | 
evaluate, getFirstOperand, getSecondOperandgetValue, invalidationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitanonymize, decoupleValue, immutable, over, overpublic Subtraction(Expression<? extends Subtractable<? extends O,? super T>> firstOperand, Expression<? extends T> secondOperand)