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

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

package goja.core.tuples.valueintf;

/** 
 * 

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy