core
/
dev.fritz2.binding
/
syncBy
js
sync
By
inline fun <
T
,
R
>
Store
<
T
>.
syncBy
(handler:
Handler
<
R
>, crossinline mapper: suspend (
T
) ->
R
)
Content copied to clipboard
calls a handler on each new value of the
Store