Package net.apartium.cocoabeans.state
Interface MutableObservable<T>
- Type Parameters:
T- element type
- All Superinterfaces:
Observable<T>
Represents on observable with a mutable value who can be changed directly
-
Method Summary
Methods inherited from interface net.apartium.cocoabeans.state.Observable
get, map, observe, removeObserver, watch
-
Method Details
-
set
Set the value of the observable and notify listeners- Parameters:
value- new value
-