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 KgetKey(E e)Returns the key of typeKfrom an entityE.
-