Package org.djutils.eval
Interface F2.TwoArgumentFunction
- Enclosing class:
- F2
static interface F2.TwoArgumentFunction
Interface for two-argument functions.
-
Method Summary
-
Method Details
-
execute
Prototype of the two-argument function- Parameters:
functionData- meta data of the functionargument1- the first argument of the functionargument2- the second argument of the function- Returns:
- the result type of the function
-