Store

data class Store(val middlewares: Array<Middleware<Any, Any>>, val records: List<StoreRecord>)

Constructors

Link copied to clipboard
constructor(middlewares: Array<Middleware<Any, Any>>, records: List<StoreRecord>)

Properties

Link copied to clipboard
Link copied to clipboard
val records: List<StoreRecord>

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
operator fun Store.plus(other: Store): Store