update

inline suspend fun <Entity : IRoomEntity<ID, Entity>> update(item: Entity)
inline suspend fun <Entity : IRoomEntity<ID, Entity>> update(items: List<Entity>)