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.
 
@FunctionalInterface public interface HeteroEqualsChecker<A,B> extends BiPredicate<A,B>
Represents equality check, possibly between two different types. SeeEqualsCheckerfor the same types for both tested objects. 
- 
- 
Method Summary
- 
Methods inherited from interface java.util.function.BiPredicate
and, negate, or, test 
 - 
 
 -