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
- Function; meta data of the functionargument1
- Object; the first argument of the functionargument2
- Object; the second argument of the function- Returns:
- Object; the result type of the function
-