On this page

new RuntimeSpecSet(iterable?): RuntimeSpecSet
Attributes
iterable

Creates an instance of RuntimeSpecSet.

Attributes
size:number
Returns:IterableIterator<RuntimeSpec>

Returns iterable iterator.


add(runtime): void
Attributes
runtime:RuntimeSpec
runtime
Returns:void

Processes the provided runtime.


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

Returns true, when the runtime exists.