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

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

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

import li.rudin.rt.api.base.composite.ObservableGetter;

public interface ObservableAccessor
{
	/**
	 * Returns the value of the observable
	 * @param o
	 * @return
	 */
	 T get(ObservableGetter o);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy