Methods
-
get( key ) → {object}
-
Parameters
Name Type Description keyobject The key of the element to return from this instance.
Returns
Details
-
getWithArguments( key, ...args ) → {object}
-
Description
Variant of
external:Map#getthat passes args to the factory.Parameters
Name Type Attributes Description keyobject The key of the element to return from this instance.
argsobject <repeatable> Extra arguments passed to the factory function if it is called.
Returns
Details