Package 

Class UnPeekLiveData

    • Method Summary

      Modifier and Type Method Description
      void setValue(T value)
      void postValue(T value)
      • Methods inherited from class com.flyjingfish.openimagelib.live_data.ProtectedUnPeekLiveData

        clean, observe, observeForever, observeSticky, observeStickyForever, removeObserver
      • Methods inherited from class androidx.lifecycle.LiveData

        getValue, hasActiveObservers, hasObservers, observe, observeForever, removeObserver, removeObservers
      • Methods inherited from class java.lang.Object

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

      • UnPeekLiveData

        UnPeekLiveData(T value)
      • UnPeekLiveData

        UnPeekLiveData()