public class Scaling<O> extends BinaryExpression<Scalable<? extends O>,Value<?>,O>
Constructor and Description |
---|
Scaling(Expression<? extends Scalable<? extends O>> firstOperand,
Expression<? extends Value<?>> 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 Scaling(Expression<? extends Scalable<? extends O>> firstOperand, Expression<? extends Value<?>> secondOperand)