public abstract class ValueComparisonFunction extends ValueFunction
| Constructor and Description | 
|---|
ValueComparisonFunction()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract boolean | 
compare(boolean in1,
       boolean in2)  | 
abstract boolean | 
compare(double in1,
       double in2)  | 
abstract boolean | 
compare(long in1,
       long in2)  | 
abstract boolean | 
compare(String in1,
       String in2)  | 
requiresCorrectionCopyright © 2021 The Apache Software Foundation. All rights reserved.