| Constructor and Description |
|---|
UnaryFunction() |
| Modifier and Type | Method and Description |
|---|---|
Value |
evaluate(ValueFactory valueFactory,
Value... args)
Evaluates this function for the given arguments.
|
protected abstract Value |
evaluate(ValueFactory valueFactory,
Value arg) |
public Value evaluate(ValueFactory valueFactory, Value... args) throws ValueExprEvaluationException
Functionevaluate in interface FunctionvalueFactory - the ValueFactory provided for creating Values.args - the arguments provided.ValueExprEvaluationException - if this function could not be evaluated to a Value.protected abstract Value evaluate(ValueFactory valueFactory, Value arg) throws ValueExprEvaluationException
ValueExprEvaluationExceptionCopyright © 2001-2016 Aduna. All Rights Reserved.