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