kvision
/
pl.treksoft.kvision.redux
/
ActionCreator
ActionCreator
typealias
ActionCreator
<
A
,
S
>
=
(
Dispatch
<
A
>
,
GetState
<
S
>
)
->
Unit