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