Package 

Interface MockableStateStore

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

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

      Modifier and Type Method Description
      abstract MockBehavior getMockBehavior()
      abstract Unit setMockBehavior(MockBehavior mockBehavior)
      abstract Flow<S> getFlow()
      abstract S getState()
      • Methods inherited from class com.airbnb.mvrx.ScriptableStateStore

        get, set
      • Methods inherited from class com.airbnb.mvrx.mocking.MockableStateStore

        next
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait