All Downloads are FREE. Search and download functionalities are using the official Maven repository.

goja.core.tuples.valueintf.IValue2 Maven / Gradle / Ivy

package goja.core.tuples.valueintf;

/** 
 * 

* Marker interface for tuples with a "2" value. *

* @since 1.1 * * @author Daniel Fernández * */ public interface IValue2 { public X getValue2(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy