toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-tanstack-table-core
/
tanstack.table.core
/
Updater
Updater
inline
fun
<
T
>
Updater
(
source
:
T
)
:
Updater
<
T
>
(
source
)
inline
fun
<
T
>
Updater
(
noinline
source
:
(
old
:
T
)
->
T
)
:
Updater
<
T
>
(
source
)