Interface TwoWayBindableValue<T>

All Superinterfaces:
MutableValue<T>, ObservableValue<T>
All Known Implementing Classes:
TwoWayBindableValueImpl

public interface TwoWayBindableValue<T> extends ObservableValue<T>, MutableValue<T>