Package 

Interface ScriptableStateStore

  • All Implemented Interfaces:
    com.airbnb.mvrx.MavericksStateStore

    
    public interface ScriptableStateStore<S extends Object>
     implements MavericksStateStore<S>
                        
    • Method Summary

      Modifier and Type Method Description
      abstract Unit next(S state) Force the current state to be moved to the given value immediately.
      abstract Flow<S> getFlow()
      abstract S getState()
      • Methods inherited from class com.airbnb.mvrx.ScriptableStateStore

        get, set
      • Methods inherited from class java.lang.Object

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

      • next

         abstract Unit next(S state)

        Force the current state to be moved to the given value immediately.