T - input parameter typeR - return typepublic interface BiFunctionX<T,U,R>
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T v1,
U v2)
method signature implementing y = f(x1, x2)
|
R apply(T v1, U v2) throws InterpssException
v1 - input value x1v2 - input value x2InterpssException