reduxengine
/
ai.grant.reduxengine
/
Store
/
listen
listen
fun <
S
:
State
,
T
>
listen
(selector: (
S
) ->
T
, action: (
T
) ->
Unit
):
ReceiveChannel
<
S
>
Content copied to clipboard
fun <
S
:
State
>
listen
(action: (
S
) ->
Unit
):
ReceiveChannel
<
S
>
Content copied to clipboard