class HashSetEmpty<T>
undocumented
Extends: EmptyBase
Type parameters
| Name | Default | Description |
|---|---|---|
| T | any | undocumented |
Properties
_NonEmptyType
undocumented
_NonEmptyTypecontext
undocumented
contextDefinition
readonly context: HashSetContext<T>;
isEmpty
undocumented
isEmptylength
undocumented
lengthsize
undocumented
sizeMethods
[Symbol.iterator]
undocumented
[Symbol.iterator]assumeNonEmpty
undocumented
assumeNonEmptyfilter
undocumented
filterforEach
undocumented
forEachnonEmpty
undocumented
nonEmptyremove
undocumented
removestream
undocumented
streamsymDifference
undocumented
symDifferenceDefinition
symDifference(other: StreamSource<T>): HashSet<T>;
Parameters
| Name | Type | Description |
|---|---|---|
other | StreamSource<T> |
toArray
undocumented
toArrayunion
undocumented
unionDefinition
union(other: StreamSource<T>): HashSet<T> | any;
Parameters
| Name | Type | Description |
|---|---|---|
other | StreamSource<T> |