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

io.rudin.rt.api.observable.computed.ComputedValue Maven / Gradle / Ivy

The newest version!
package io.rudin.rt.api.observable.computed;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy