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