Interface IGroupKeyExtractor<K,E>
-
public interface IGroupKeyExtractor<K,E>
Interface defining the role of a key extractor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description K
getKey(E e)
Returns the key of typeK
from an entityE
.
-