Uses of Interface
org.teamapps.ux.cache.record.EqualsAndHashCode.HashCodeFunction
-
Packages that use EqualsAndHashCode.HashCodeFunction Package Description org.teamapps.ux.cache.record -
-
Uses of EqualsAndHashCode.HashCodeFunction in org.teamapps.ux.cache.record
Methods in org.teamapps.ux.cache.record that return EqualsAndHashCode.HashCodeFunction Modifier and Type Method Description EqualsAndHashCode.HashCodeFunction<T>EqualsAndHashCode. getHashCode()Constructors in org.teamapps.ux.cache.record with parameters of type EqualsAndHashCode.HashCodeFunction Constructor Description EqualsAndHashCode(java.util.function.BiPredicate<T,java.lang.Object> equals, EqualsAndHashCode.HashCodeFunction<T> hashCode)
-