On this page

new RuntimeSpecMap(clone?): void
  • clone {RuntimeSpecMap< T, R >}
  • Returns: {RuntimeSpecMap< T, R >}

Creates an instance of RuntimeSpecMap.

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

Processes the provided runtime.


get(runtime): undefined
Attributes
Returns:<undefined>

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< R >
Returns:
{IterableIterator< R >}

Returns values.