|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
E - first argument typeF - second argument typeRV - return value typepublic interface BinaryFunction<E,F,RV>
Typed functor that takes two arguments of types E
and F and returns a value of type RV.
| Method Summary | |
|---|---|
RV |
evaluate(E e,
F f)
Evaluate this function with the specified arguments. |
| Method Detail |
|---|
RV evaluate(E e,
F f)
e - first argument to this evaluationf - second argument to this evaluation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||