MutableCollectionLiveData
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.
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Properties
Inheritors
Extensions
Link copied to clipboard
Link copied to clipboard
Parses a list of Grades as AnnotatedStrings, so they get colored.
Link copied to clipboard