public abstract class UnaryBooleanFunction extends AbstractFunction
| Constructor and Description |
|---|
UnaryBooleanFunction(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Boolean |
evaluate(java.lang.Boolean value) |
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 value)
public FieldValue evaluate(java.util.List<FieldValue> arguments)
FunctionEvaluates this function with the specified arguments.
Copyright © 2017. All Rights Reserved.