public abstract class BinaryBooleanFunction extends AbstractFunction
| Constructor and Description |
|---|
BinaryBooleanFunction(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Boolean |
evaluate(java.lang.Boolean left,
java.lang.Boolean right) |
FieldValue |
evaluate(java.util.List<FieldValue> arguments)
Evaluates this function with the specified arguments.
|
checkArguments, checkArguments, checkVariableArguments, checkVariableArguments, getName, integerToDoublepublic abstract java.lang.Boolean evaluate(java.lang.Boolean left,
java.lang.Boolean right)
public FieldValue evaluate(java.util.List<FieldValue> arguments)
FunctionEvaluates this function with the specified arguments.
Copyright © 2017. All Rights Reserved.