InMemoryDefaultStatesManagerRepo

Simple DefaultStatesManagerRepo for DefaultStatesManager which will store data in map and use primitive functionality

Constructors

Link copied to clipboard
constructor(map: MutableMap<Any, T> = mutableMapOf())

Functions

Link copied to clipboard
open suspend override fun contains(context: Any): Boolean
Link copied to clipboard
open suspend override fun getContextState(context: Any): T?
Link copied to clipboard
open suspend override fun getStates(): List<T>
Link copied to clipboard
open suspend override fun removeState(state: T)

Remove exactly state. In case if internally State.context is busy with different State, that State should NOT be removed

Link copied to clipboard
open suspend override fun set(state: T)

Must save state as current state of chain with State.context of state