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