protected static interface FunctionCalculatorImpl.Function extends Serializable
Modifier and Type | Method and Description |
---|---|
Number |
call(List<Number> arguments)
Call the function.
|
Number call(List<Number> arguments) throws ParseException
arguments
- The function's arguments.ParseException
- In case the arguments are invalid.Copyright © 2017. All rights reserved.