Package org.djutils.eval
Interface F1.OneArgumentFunction
- Enclosing class:
- F1
static interface F1.OneArgumentFunction
Interface for one argument functions.
-
Method Summary
-
Method Details
-
execute
Prototype of the one-argument function- Parameters:
functionData
- Function; meta data of the functionargument
- Object; the argument of the function- Returns:
- Object; the result type of the function
-