On this page

new LazySet(iterable?): void
  • iterable {Iterable}
  • Returns: {LazySet}
Attributes
Returns:
{SetIterator }
add(item): void
  • item {T}
  • Returns: {LazySet}
addAll(iterable): void
  • iterable {LazySet|Iterable<T, any, any>}
  • Returns: {LazySet}
clear(): void
Returns:
{void}
delete(value): void
entries(): SetIterator<Tuple<T, T>>
Returns:
{SetIterator<Tuple<T, T>>}
forEach(callbackFn, thisArg): void
Attributes
callbackFn:<object>
thisArg:
{K}
Returns:
{void}
has(item): void
keys(): SetIterator<T>
Returns:
{SetIterator }
serialize(__namedParameters): void
Attributes
__namedParameters:<ObjectSerializerContext>
Returns:
{void}
values(): SetIterator<T>
Returns:
{SetIterator }
Attributes
__namedParameters:<ObjectDeserializerContext>
Returns:
{LazySet }

const cleverMerge: <object>

Attributes
first:<null>
second:<null>
Returns:
{T|O|T|O}

const createHash: <object>

  • algorithm {HashFunction}
  • Returns: {Hash}

compileBooleanMatcher(map): void