core
1.0-RC1
js
core
/
dev.fritz2.repository
/
EntityRepository
/
addOrUpdate
add
Or
Update
js
abstract
suspend
fun
addOrUpdate
(
entity
:
T
)
:
T
Content copied to clipboard
adds or updates an entity
Return
the new entity after add or update
Parameters
entity
entity to add or to save