reduxengine
/
ai.grant.reduxengine.core
/
Reducer
Reducer
fun fun interface
Reducer
<
S
:
State
>
Content copied to clipboard
Functions
Inheritors
Functions
reduce
Link copied to clipboard
abstract fun
reduce
(action:
Action
, state:
S
):
S
Content copied to clipboard
Inheritors
CompositeReducer
Link copied to clipboard