public interface IFunction
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkParameters(List<Object> parameters)
Test whether the given parameters can be processed by this function
|
Object |
evaluate(List<Object> parameters)
Evaluate the functions result using the parameters given
|