StoreScope

Types

Link copied to clipboard
object Companion
Link copied to clipboard
object NamedScope

Properties

Link copied to clipboard
val list: MutableList<StoreRecord>

Functions

Link copied to clipboard
inline fun <T : Any, A : Any> add(pair: Tuple2<Reducer<T, A>, T>, alias: String? = null)
Link copied to clipboard
inline fun <T : Any, A : Any> named(alias: String, fn: StoreScope.NamedScope.() -> Tuple2<Reducer<T, A>, T>)
Link copied to clipboard
infix inline fun <T : Any, A : Any> Reducer<T, A>.with(state: T)