-
public final class DefaultValueMediatorLiveData<T extends Object> extends MediatorLiveData<T>
Extended MediatorLiveData class with default value. Default value can't be null.
-
-
Field Summary
Fields Modifier and Type Field Description private final ObjectmDataLockprivate final IntegermActiveCountprivate final ObjectmPendingData
-
Constructor Summary
Constructors Constructor Description DefaultValueMediatorLiveData(T defaultValue)
-
Method Summary
-
Methods inherited from class androidx.lifecycle.MutableLiveData
changeActiveCounter, dispatchingValue, getVersion, hasActiveObservers, hasObservers, isInitialized, observe, observeForever, removeObserver, removeObservers -
Methods inherited from class androidx.lifecycle.MediatorLiveData
postValue, setValue -
Methods inherited from class app.futured.arkitekt.core.livedata.DefaultValueMediatorLiveData
addSource, onActive, onInactive, removeSource -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-