public class Translation<O> extends BinaryExpression<Translatable<? extends O>,Vector<?,?>,O>
Constructor and Description |
---|
Translation(Expression<? extends Translatable<? extends O>> firstOperand,
Expression<? extends Vector<?,?>> 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 Translation(Expression<? extends Translatable<? extends O>> firstOperand, Expression<? extends Vector<?,?>> secondOperand)