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