Function ObjectStorage.get

Fetch an element by identity.

Type get (
  KeyType identity
);

Parameters

NameDescription
identity the identity of element to be returned

Throws

NotFoundException when no element is present in storage.

Returns

Type the element with identity.