Package 

Class DefaultValueMediatorLiveData

    • 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.DefaultValueMediatorLiveData

        addSource, onActive, onInactive, removeSource
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultValueMediatorLiveData

        DefaultValueMediatorLiveData(T defaultValue)