toggle menu
kredux
1.0.0-alpha01
common
switch theme
search in API
kredux-core
/
com.moriatsushi.kredux
/
Reducer
/
reduce
reduce
abstract
fun
reduce
(
acc
:
State
,
action
:
Action
)
:
State
Returns the next state, given the
current state
and an
action
to handle.