ReduKt
common
redukt-core
/
com.daftmobile.redukt.core.store
/
StoreBuilderScope
/
reducedBy
reduced
By
abstract
infix
fun
State
.
reducedBy
(
reducer
:
Reducer
<
State
>
)
Provides an initial state and root reducer for a
Store
.