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, getThirdOperandgetValue, invalidationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitanonymize, decoupleValue, immutable, over, overpublic Interpolation(Expression<? extends T> from, Expression<? extends T> to, Expression<? extends Value<?>> delta, InterpolationFunction<? super T,? extends I> interpolation)