Interface EqualsChecker<T>

  • All Superinterfaces:
    BiPredicate<T,​T>, HeteroEqualsChecker<T,​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 EqualsChecker<T>
    extends HeteroEqualsChecker<T,​T>
    Explicit "equals" interface for easy lambda usage. This conforms to "hetero" checker, but actually limits its usability from two types to one. But it also means it can be used anywhere hetero checker is allowed.