-
@Deprecated(message = use UiData, replaceWith = @ReplaceWith(imports = {}, expression = com.thefuntasty.mvvm.livedata.uiData {defaultValue})) public final class DefaultValueLiveData<T extends Object> extends MutableLiveData<T>
Extended LiveData 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 DefaultValueLiveData(T defaultValue)
-
Method Summary
-
Methods inherited from class androidx.lifecycle.MutableLiveData
changeActiveCounter, dispatchingValue, getVersion, hasActiveObservers, hasObservers, isInitialized, observe, observeForever, onActive, onInactive, removeObserver, removeObservers -
Methods inherited from class app.futured.arkitekt.core.livedata.DefaultValueLiveData
postValue, setValue -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-