Package-level declarations
Types
Link copied to clipboard
open class MutableCollectionLiveData<DataType, ContainerType : MutableCollection<DataType>> : MutableLiveData<ContainerType> , Collection<DataType>
This is an implementation of MutableLiveData that provides a subset of MutableCollection methods which change the list content and trigger an observer notification.
Link copied to clipboard
This is an implementation of MutableLiveData that provides a subset of MutableList methods which change the list content and trigger an observer notification.