deleteEntity

abstract fun deleteEntity(entity: IdentifiableEntity): Boolean

Deletes an identifiable entity from the store.

Return

true if the entity was found and removed from the store, otherwise false.

Parameters

entity

the entity to be deleted.