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) |
cast, checkArguments, checkArguments, checkVariableArguments, checkVariableArguments, getName, integerToDoublepublic BinaryBooleanFunction(String name)
public FieldValue evaluate(List<FieldValue> arguments)
Copyright © 2015. All Rights Reserved.