public abstract class BinaryBooleanFunction extends AbstractFunction
| Constructor and Description |
|---|
BinaryBooleanFunction(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.
|
checkArgument, checkFixedArityArguments, checkVariableArityArguments, checkVariableArityArguments, getName, getOptionalArgument, getOptionalArgument, getRequiredArgument, getRequiredArgumentpublic BinaryBooleanFunction(String name)
public FieldValue evaluate(List<FieldValue> arguments)
FunctionEvaluates this function with the specified arguments.
Copyright © 2018. All rights reserved.