Constructor and Description |
---|
FunctionAdapter() |
Modifier and Type | Method and Description |
---|---|
R |
fx(T value)
method signature implementing y = f(x)
|
public R fx(T value) throws InterpssException
IFunction
fx
in interface IFunction<T,R>
value
- input value xInterpssException