Interface FieldValueComparator

    • Method Detail

      • compare

        boolean compare​(Comparable value,
                        Comparable referenceValue)
        Compares the value with the reference value. The two specified values must be comparable.
        Parameters:
        value - the value to compare.
        referenceValue - the reference value the value is compared to.
        Returns:
        true if the comparing predicate between the two specified values is satisfied.