On 19 March 2010 17:41, Jody Garnett wrote:
> There is something in the FunctionFinder that will look for a function
> implementation (along with the fallback value if you could not find
> it).
Excellent - thanks Jody.
Michael
-
There is something in the FunctionFinder that will look for a function
implementation (along with the fallback value if you could not find
it).
- public Function findFunction(String name, List parameters, Literal fallback )
the method implemention ends with the following:
if( fallback !