| Constructor and Description |
|---|
BinaryFunction() |
| 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 arg1,
Value arg2) |
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 arg1, Value arg2) throws ValueExprEvaluationException
ValueExprEvaluationExceptionCopyright © 2001-2016 Aduna. All Rights Reserved.