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