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