public abstract class EqualityFunction extends AbstractFunction
| Constructor and Description |
|---|
EqualityFunction(String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract Boolean |
evaluate(boolean equals) |
FieldValue |
evaluate(List<FieldValue> arguments)
Evaluates this function with the specified arguments.
|
cast, checkArguments, checkArguments, checkVariableArguments, checkVariableArguments, getName, integerToDoublepublic EqualityFunction(String name)
public abstract Boolean evaluate(boolean equals)
public FieldValue evaluate(List<FieldValue> arguments)
FunctionEvaluates this function with the specified arguments.
Copyright © 2015. All Rights Reserved.