T - The type of item.@FunctionalInterface public static interface HashCode.GetHashCodeFunction.Function<T>
| Modifier and Type | Method and Description |
|---|---|
int |
invoke(T item)
A delegate that obtains a hash code for a given item.
|
int invoke(T item)
item - The item.