new RuntimeSpecMap(clone?): voidclone{RuntimeSpecMap<T, R>} copy form this- Returns: {RuntimeSpecMap<T, R>}
Attributes
size:
<number>delete(runtime): voidAttributes
runtime:
<RuntimeSpec>the runtimes
Returns:
{void}
M
get
get(runtime): undefinedAttributes
runtime:
<RuntimeSpec>the runtimes
Returns:
<undefined>value
M
has
has(runtime): booleanAttributes
runtime:
<RuntimeSpec>the runtimes
Returns:
<boolean>true, when the runtime is stored
M
keys
keys(): RuntimeSpec[]Returns:
<RuntimeSpec[]>provide(runtime, computer): RAttributes
runtime:
<RuntimeSpec>the runtimes
computer:
<object>function to compute the value
Returns:
{R} the new value
M
set
set(runtime, value): voidAttributes
runtime:
<RuntimeSpec>the runtimes
value:
{R} the value
Returns:
{void}
update(runtime, fn): voidAttributes
runtime:
<RuntimeSpec>the runtimes
fn:
<object>function to update the value
Returns:
{void}
values(): IterableIterator<R>Returns:
{IterableIterator
} values