T
- input parameter typeR
- return typepublic interface IFunction<T,R>
Modifier and Type | Method and Description |
---|---|
R |
fx(T value)
method signature implementing y = f(x)
|
R fx(T value) throws InterpssException
value
- input value xInterpssException