public abstract class UnaryFunction extends AbstractFunction
| Constructor and Description |
|---|
UnaryFunction(String name) |
UnaryFunction(String name,
List<String> aliases) |
| Modifier and Type | Method and Description |
|---|---|
abstract FieldValue |
evaluate(FieldValue value) |
FieldValue |
evaluate(List<FieldValue> arguments)
Evaluates this function with the specified arguments.
|
checkFixedArityArguments, checkVariableArityArguments, checkVariableArityArguments, getAliases, getArgument, getName, getOptionalArgument, getRequiredArgumentpublic UnaryFunction(String name)
public abstract FieldValue evaluate(FieldValue value)
public FieldValue evaluate(List<FieldValue> arguments)
FunctionEvaluates this function with the specified arguments.
Copyright © 2020. All rights reserved.