
io.rudin.rt.api.observable.computed.ObservableAccessor Maven / Gradle / Ivy
The newest version!
package io.rudin.rt.api.observable.computed;
import io.rudin.rt.api.observable.base.ObservableGetter;
public interface ObservableAccessor
{
/**
* Returns the value of the observable
* @param o
* @return
*/
T get(ObservableGetter o);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy