Package 

Class DefaultValueLiveData

    • Method Summary

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

      • DefaultValueLiveData

        DefaultValueLiveData(T defaultValue)