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