li.rudin.rt.api.computed.ObservableAccessor Maven / Gradle / Ivy
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