public abstract class ComparisonFunction extends AbstractFunction
| Constructor and Description |
|---|
ComparisonFunction(String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract Boolean |
evaluate(int order) |
FieldValue |
evaluate(List<FieldValue> arguments) |
cast, checkArguments, checkArguments, checkVariableArguments, checkVariableArguments, getName, integerToDoublepublic ComparisonFunction(String name)
public abstract Boolean evaluate(int order)
public FieldValue evaluate(List<FieldValue> arguments)
Copyright © 2015. All Rights Reserved.