public class Interpolation<T,I> extends TrinaryExpression<T,T,Value<?>,I>
Constructor and Description |
---|
Interpolation(Expression<? extends T> from,
Expression<? extends T> to,
Expression<? extends Value<?>> delta,
InterpolationFunction<? super T,? extends I> interpolation) |
evaluate, getFirstOperand, getOperation, getSecondOperand, getThirdOperand
getValue, invalidations
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
anonymize, decoupleValue, immutable, over, over
public Interpolation(Expression<? extends T> from, Expression<? extends T> to, Expression<? extends Value<?>> delta, InterpolationFunction<? super T,? extends I> interpolation)