
goja.core.tuples.valueintf.IValueKey Maven / Gradle / Ivy
package goja.core.tuples.valueintf;
/**
*
* Marker interface for tuples with a "key" value.
*
* @since 1.1
*
* @author Daniel Fernández
*
*/
public interface IValueKey {
public X getKey();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy