On this page

new RuntimeSpecMap(clone?): void
  • clone {RuntimeSpecMap<T, R>} copy form this
  • Returns: {RuntimeSpecMap<T, R>}
Attributes
delete(runtime): void
Attributes
the runtimes
Returns:
{void}

get(runtime): undefined
Attributes
the runtimes
Returns:<undefined>
value

has(runtime): boolean
Attributes
the runtimes
Returns:<boolean>
true, when the runtime is stored

keys(): RuntimeSpec[]

provide(runtime, computer): R
Attributes
the runtimes
computer:<object>
function to compute the value
Returns:
{R} the new value

set(runtime, value): void
Attributes
the runtimes
value:
{R} the value
Returns:
{void}

update(runtime, fn): void
Attributes
the runtimes
function to update the value
Returns:
{void}

values(): IterableIterator<R>
Returns:
{IterableIterator } values