public abstract class ValueListFunction extends AbstractFunction
| Constructor and Description |
|---|
ValueListFunction(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Boolean |
evaluate(int index) |
FieldValue |
evaluate(java.util.List<FieldValue> arguments)
Evaluates this function with the specified arguments.
|
checkArguments, checkArguments, checkVariableArguments, checkVariableArguments, getName, integerToDoublepublic abstract java.lang.Boolean evaluate(int index)
public FieldValue evaluate(java.util.List<FieldValue> arguments)
FunctionEvaluates this function with the specified arguments.
Copyright © 2017. All Rights Reserved.