class HashSetEmpty<T>
undocumented
Extends: EmptyBase
Type parameters
Name | Default | Description |
---|---|---|
T | any | undocumented |
Properties
_NonEmptyType
undocumented
_NonEmptyType
context
undocumented
context
Definition
readonly context:
HashSetContext
<T>;
isEmpty
undocumented
isEmpty
length
undocumented
length
size
undocumented
size
Methods
[Symbol.iterator]
undocumented
[Symbol.iterator]
assumeNonEmpty
undocumented
assumeNonEmpty
filter
undocumented
filter
forEach
undocumented
forEach
nonEmpty
undocumented
nonEmpty
remove
undocumented
remove
stream
undocumented
stream
symDifference
undocumented
symDifference
Definition
symDifference(other:
StreamSource
<T>): HashSet<T>;
Parameters
Name | Type | Description |
---|---|---|
other | StreamSource <T> |
toArray
undocumented
toArray
union
undocumented
union
Definition
union(other:
StreamSource
<T>): HashSet<T>
|
any;
Parameters
Name | Type | Description |
---|---|---|
other | StreamSource <T> |