In Memory Default States Manager Repo
class InMemoryDefaultStatesManagerRepo<T : State>(map: MutableMap<Any, T> = mutableMapOf()) : DefaultStatesManagerRepo<T> (source)
Simple DefaultStatesManagerRepo for DefaultStatesManager which will store data in map and use primitive functionality
Functions
Link copied to clipboard
Link copied to clipboard
Remove exactly state. In case if internally State.context is busy with different State, that State should NOT be removed