-
- All Implemented Interfaces:
-
com.airbnb.mvrx.MavericksStateStore
public final class SynchronousMavericksStateStore<S extends Object> implements MavericksStateStore<S>
This acts as a functional state store, but all updates happen synchronously. The intention of this is to allow state changes in tests to be tracked synchronously.