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

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

package goja.core.tuples.valueintf;

/** 
 * 

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy