On this page

new RuntimeSpecSet(iterable?): RuntimeSpecSet
Attributes
iterable:<Iterable>
< <RuntimeSpec> , <any> , <any> > iterable

Creates an instance of RuntimeSpecSet.

Attributes
Returns:
<IterableIterator> < <RuntimeSpec> >

Returns iterable iterator.


add(runtime): void
Attributes
runtime
Returns:<void>

Processes the provided runtime.


has(runtime): boolean
Attributes
runtime
Returns:<boolean>
true, when the runtime exists

Returns true, when the runtime exists.