Package com.evolveum.midpoint.util
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.
Represents equality check, possibly between two different types.
See
EqualsChecker
for the same types for both tested objects.-
Method Summary
Methods inherited from interface java.util.function.BiPredicate
and, negate, or, test