-
public final class UiDataMediator<T extends Object> extends MediatorLiveData<T>
-
-
Field Summary
Fields Modifier and Type Field Description private final ObjectmDataLockprivate final IntegermActiveCountprivate final ObjectmPendingData
-
Constructor Summary
Constructors Constructor Description UiDataMediator(T initValue)
-
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.UiDataMediator
addSource, onActive, onInactive, removeSource -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-