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, getSecondOperand
getValue, invalidations
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
anonymize, decoupleValue, immutable, over, over
public Subtraction(Expression<? extends Subtractable<? extends O,? super T>> firstOperand, Expression<? extends T> secondOperand)