Interface HeteroEqualsChecker<A,​B>

  • All Superinterfaces:
    BiPredicate<A,​B>
    All Known Subinterfaces:
    EqualsChecker<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 HeteroEqualsChecker<A,​B>
    extends BiPredicate<A,​B>
    Represents equality check, possibly between two different types. See EqualsChecker for the same types for both tested objects.