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

li.rudin.rt.api.observable.base.Getter Maven / Gradle / Ivy

There is a newer version: 4.1
Show newest version
package li.rudin.rt.api.observable.base;

public interface Getter
{

	/**
	 * Returns the value
	 * @return
	 */
	T get();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy