index library
Classes
-
DataSourceInterface<
T> - LifeCycleObservable
- LifeCycleOwner
-
LiveData<
T> - Live Data Structure
-
LiveDataSource<
T>
Extensions
-
DetachLiveData
on LiveData<
P>
Functions
-
attach<
P, C> (LiveData< P> parent, C child, {String? name}) → LiveData<C> -
createDataSourceInterface<
T> ({Future< T> loadValueAction()?, Future<void> onValueUpdatedAction(T value, bool hasChange)?}) → DataSourceInterface<T> -
detach<
P, C> (LiveData< P> parent, C child) → LiveData<C> ? -
eachItemsInListAsLiveData<
T> ({void then(LiveData< T> item)?}) → void Function(LiveData<List< liveData)T> > -
unAttach<
P, C> (LiveData< P> parent, C child) → bool