ObjectStorage.get

Fetch an element by identity.

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

Parameters

identity KeyType

the identity of element to be returned

Return Value

Type: Type

Type the element with identity.

Throws

NotFoundException when no element is present in storage.

Meta