| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Function
Represents a single argument function. The function evaluates the argument and outputs the evaluation result.
| Method Summary | |
|---|---|
 Object | 
evaluate(Object argument)
Evaluate the function on the given argument and return the evaluation result.  | 
| Method Detail | 
|---|
Object evaluate(Object argument)
                throws FelEvaluationException
argument - The argument to the function.
FelEvaluationException - thrown when the evaluation fails.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||