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