Uses of Interface
is.codion.common.value.ObservableValueCollection
Packages that use ObservableValueCollection
-
Uses of ObservableValueCollection in is.codion.common.value
Subinterfaces of ObservableValueCollection in is.codion.common.valueModifier and TypeInterfaceDescriptioninterface
A read only value list observableinterface
A read only value set observableinterface
ValueCollection<T,
C extends Collection<T>> An observable wrapper for one or more values.interface
ValueList<T>
An observable wrapper for a List of values.interface
ValueSet<T>
An observable wrapper for a Set of values.Methods in is.codion.common.value that return ObservableValueCollectionModifier and TypeMethodDescriptionValueCollection.observable()
Returns anObservableValueCollection
notified each time this value changes.