AggregateLocatorImpl.set

Add a Locator by key.

class AggregateLocatorImpl(Type = Object, KeyType = string, LocatorKeyType = KeyType)
AggregateLocatorImpl!(Type, KeyType, LocatorKeyType)
set
(
Locator!(Type, KeyType) locator
,
LocatorKeyType key
)

Parameters

key LocatorKeyType

key by which to identify the locator.

locator Locator!(Type, KeyType)

the Locator that will be added to AggregateLocator

Meta