Interface IValueKey<X>

  • All Known Implementing Classes:
    KeyValue

    public interface IValueKey<X>

    Marker interface for tuples with a "key" value.

    Since:
    1.1
    • Method Detail

      • getKey

        X getKey()