updateEntityWith

abstract fun updateEntityWith(updateModel: UM, entity: E)(source)

Applies updates contained in given update model to given entity

Return

Updated entity

Parameters

updateModel

Update model to apply

entity

Entity to update