T - input parameter typeR - return typepublic class Function2Adapter<T1,T2,R> extends java.lang.Object implements IFunction2<T1,T2,R>
| Constructor and Description |
|---|
Function2Adapter() |
| Modifier and Type | Method and Description |
|---|---|
R |
f(T1 v1,
T2 v2)
method signature implementing y = f(x1, x2)
|
R |
fx(T1 v1,
T2 v2)
method signature implementing y = f(x1, x2)
|
public R f(T1 v1, T2 v2)
IFunction2f in interface IFunction2<T1,T2,R>v1 - input value x1v2 - input value x2public R fx(T1 v1, T2 v2) throws InterpssException
IFunction2fx in interface IFunction2<T1,T2,R>v1 - input value x1v2 - input value x2InterpssException