Locator

Interface for objects that can serevr Type elements.

interface Locator (
Type = Object
KeyType = string
) {}

Members

Functions

get
Type get(KeyType identity)

Get an Type that is associated with key.

has
bool has(KeyType identity)

Check if an element is present in Locator by key id.

Meta