- Type Parameters:
X
- the type of the independent variable of the function (input)
Y
- the type of the dependent variable of the function (output)
- All Superinterfaces:
- KeyValueFunction<X,Y>
- All Known Subinterfaces:
- AnalyticalFunction<X,Y>
- All Known Implementing Classes:
- ConstantFunction, ExponentialFunction, InterpolatedFunction
public interface ContinuousFunction<X extends java.lang.Comparable<? super X>,Y>
extends KeyValueFunction<X,Y>
A function for which the output can be retrieved for any input value.