Package com.evolveum.midpoint.util
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.
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.
-
Method Summary
Methods inherited from interface java.util.function.BiPredicate
and, negate, or, test