ObjectStorage.remove

Remove an element with identity from storage.

class ObjectStorage(Type = Object, KeyType = string)
remove
(
KeyType identity
)

Parameters

identity KeyType

identity of element which should be removed from storage.

Return Value

ObjectStorage

Meta