Interface CustomValueComparator<T>

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface CustomValueComparator<T>
    Can be used for comparing ValueType. Register a CustomValueComparator for your class using JaversBuilder.registerValue(Class, CustomValueComparator)
    • Method Detail

      • equals

        boolean equals​(T left,
                       T right)