toggle menu
kredux
1.0.0-alpha01
common
switch theme
search in API
kredux-core
/
com.moriatsushi.kredux
/
ChildReducer
/
reduce
reduce
abstract
fun
reduce
(
parent
:
ParentState
,
action
:
Action
)
:
ChildState
Returns the next child state, given the
parent state
and an
action
to handle.