Store

data class Store

all states are finally stored to this class

Properties

Link copied to clipboard
Link copied to clipboard

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

Store 实例的创建并不要求一次性创建,你可以创建多个Store实例,然后使用这个扩展操作符进行组合。