On this page

new RuntimeSpecSet(iterable?): void

Creates an instance of RuntimeSpecSet.

Attributes
Returns:
{IterableIterator< RuntimeSpec >}

Returns iterable iterator.


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

Processes the provided runtime.


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

Returns true, when the runtime exists.