new RuntimeSpecMap(clone?): RuntimeSpecMapAttributes
clone:
<RuntimeSpecMap><
<T>
,
<R>
>Returns:
<RuntimeSpecMap><
<T>
,
<R>
>Creates an instance of RuntimeSpecMap.
Attributes
size:
<number>delete(runtime): voidAttributes
runtime:
<RuntimeSpec>Returns:
{void}
Processes the provided runtime.
M
get
get(runtime): R | undefinedAttributes
runtime:
<RuntimeSpec>Returns:
<R>
|
<undefined>Returns value.
M
has
has(runtime): booleanAttributes
runtime:
<RuntimeSpec>Returns:
<boolean>Returns true, when the runtime is stored.
M
keys
keys(): RuntimeSpecReturns:
<RuntimeSpec>[]
provide(runtime, computer): RAttributes
runtime:
<RuntimeSpec>computer:
<object>Returns:
{R}
Returns the new value.
M
set
set(runtime, value): voidAttributes
runtime:
<RuntimeSpec>value:
{R}
Returns:
{void}
Updates default using the provided runtime.
update(runtime, fn): voidAttributes
runtime:
<RuntimeSpec>fn:
<object>Returns:
{void}
Processes the provided runtime.
values(): IterableIteratorReturns:
<IterableIterator>
<
<R>
>Returns values.