Package 

Class UiDataMediator

    • Constructor Summary

      Constructors 
      Constructor Description
      UiDataMediator(T initValue)
    • Method Summary

      Modifier and Type Method Description
      T getValue()
      • 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
    • Constructor Detail

      • UiDataMediator

        UiDataMediator(T initValue)