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