new RuntimeSpecMap(clone?): voidclone{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): undefinedAttributes
runtime:
<RuntimeSpec>Returns:
<undefined>Returns value.
M
has
has(runtime): booleanAttributes
runtime:
<RuntimeSpec>Returns:
<boolean>Returns true, when the runtime is stored.
M
keys
keys(): RuntimeSpec[]Returns:
<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(): IterableIterator< R >Returns:
{IterableIterator< R >}
Returns values.