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- meta data of the functionargument- the argument of the function- Returns:
 - the result type of the function
 
 
 -