DefaultStatesManagerRepo

Implement this repo if you want to use some custom repo for DefaultStatesManager

Inheritors

Functions

Link copied to clipboard
open suspend fun contains(context: Any): Boolean
Link copied to clipboard
abstract suspend fun getContextState(context: Any): T?
Link copied to clipboard
abstract suspend fun getStates(): List<T>
Link copied to clipboard
abstract suspend 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
abstract suspend fun set(state: T)

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