Package net.apartium.cocoabeans.state
Interface SetObservable<E>
- Type Parameters:
E- element type
- All Superinterfaces:
CollectionObservable<E,,Set<E>> Observable<Set<E>>
Represents an observable containing multiple unique values
- See Also:
-
Method Summary
Methods inherited from interface net.apartium.cocoabeans.state.CollectionObservable
add, addAll, clear, remove, removeAll, removeIf, retainAll, sizeMethods inherited from interface net.apartium.cocoabeans.state.Observable
get, map, observe, removeObserver, watch