Locator.get

Get a Type that is associated with key.

interface Locator(Type = Object, KeyType = string)
Type
get
(
KeyType identity
)

Parameters

identity KeyType

the element id.

Return Value

Type: Type

Type element if it is available.

Throws

NotFoundException in case if the element wasn't found.

Meta