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