Interface OrderedField<T>

    • Method Detail

      • lessOrEqualPredicate

        BinaryPredicate<T> lessOrEqualPredicate()
        Has to retrieve the predicate which represents the less-or-equal condition.
        Returns:
        a predicate which will returen true if the left argument is less than the right argument and false otherwise.