Interface KeyFunction<K,V>

All Known Implementing Classes:
IdentityKeyFunction

public interface KeyFunction<K,V>
KeyFunction defines the interface for extracting a key from a value.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    key(V value)
     
  • Method Details

    • key

      @NotNull K key(@NotNull V value)