Interface Keyed

  • All Known Subinterfaces:
    KeyedValue<T>

    public interface Keyed
    Something that has an associated Key.
    Since:
    4.0.0
    • Method Detail

      • key

        @NotNull
        @NotNull Key key()
        Gets the key.
        Returns:
        the key
        Since:
        4.0.0