On this page

new RuntimeSpecMap(clone?): RuntimeSpecMap
Attributes
< <T> , <R> >
< <T> , <R> >

Creates an instance of RuntimeSpecMap.

Attributes
delete(runtime): void
Attributes
Returns:
{void}

Processes the provided runtime.


get(runtime): R | undefined
Attributes
Returns:

Returns value.


has(runtime): boolean
Attributes
Returns:<boolean>

Returns true, when the runtime is stored.


keys(): RuntimeSpec
[]

provide(runtime, computer): R
Attributes
computer:<object>
Returns:
{R}

Returns the new value.


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

Updates default using the provided runtime.


update(runtime, fn): void
Attributes
Returns:
{void}

Processes the provided runtime.


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

Returns values.