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

li.rudin.rt.api.computed.ComputedValue Maven / Gradle / Ivy

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

public interface ComputedValue
{
	/**
	 * Re-calculate the value
	 * @return
	 */
	T compute(ObservableAccessor accessor);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy