public abstract class LogicalFunction extends MultiaryFunction
| Constructor and Description |
|---|
LogicalFunction(String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract Boolean |
evaluate(Boolean left,
Boolean right) |
FieldValue |
evaluate(List<FieldValue> arguments)
Evaluates this function with the specified arguments.
|
checkFixedArityArguments, checkVariableArityArguments, checkVariableArityArguments, getAliases, getArgument, getName, getOptionalArgument, getRequiredArgumentpublic LogicalFunction(String name)
public FieldValue evaluate(List<FieldValue> arguments)
FunctionEvaluates this function with the specified arguments.
Copyright © 2022. All rights reserved.