updateEntityWith

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

Applies updates contained in given update model to given entity

Return

Updated entity

Parameters

entity

Entity to update

updateModel

Update model to apply