Interface IGroupKeyExtractor<K,​E>


  • public interface IGroupKeyExtractor<K,​E>
    Interface defining the role of a key extractor.
    • Method Detail

      • getKey

        K getKey​(E e)
        Returns the key of type K from an entity E.