class HashSetCollision<T>
undocumented
Extends: HashSetNonEmptyBase<T>
Type parameters
| Name | Description |
|---|---|
| T | undocumented |
Properties
context
undocumented
contextentries
undocumented
entriesDefinition
readonly entries: List.NonEmpty<T>;
isEmpty
undocumented
isEmptysize
undocumented
sizeMethods
[Symbol.iterator]
undocumented
[Symbol.iterator]add
undocumented
addaddAll
undocumented
addAllDefinition
addAll(values: StreamSource<T>): HashSet.NonEmpty<T>;
Parameters
| Name | Type | Description |
|---|---|---|
values | StreamSource<T> |
Overrides
asNormal
undocumented
asNormalassumeNonEmpty
undocumented
assumeNonEmptycopy
undocumented
copyDefinition
copy(entries?: List.NonEmpty<T>): HashSetCollision<T>;
Parameters
| Name | Type | Description |
|---|---|---|
entries | List.NonEmpty<T> |
difference
undocumented
differenceDefinition
difference(other: StreamSource<T>): HashSet<T>;
Parameters
| Name | Type | Description |
|---|---|---|
other | StreamSource<T> |
Overrides
filter
undocumented
filterforEach
undocumented
forEachDefinition
forEach(f: (entry: T, index: number, halt: () => void) => void, options?: {
state?: TraverseState;
}): void;
Parameters
| Name | Type | Description |
|---|---|---|
f | (entry: T, index: number, halt: () => void) => void | |
options | {state?: TraverseState;} |
Overrides
has
undocumented
hasintersect
undocumented
intersectDefinition
intersect(other: StreamSource<T>): HashSet<T>;
Parameters
| Name | Type | Description |
|---|---|---|
other | StreamSource<T> |
Overrides
nonEmpty
undocumented
nonEmptyremove
undocumented
removeremoveAll
undocumented
removeAllDefinition
removeAll(values: StreamSource<T>): HashSet<T>;
Parameters
| Name | Type | Description |
|---|---|---|
values | StreamSource<T> |
Overrides
stream
undocumented
streamsymDifference
undocumented
symDifferenceDefinition
symDifference(other: StreamSource<T>): HashSet<T>;
Parameters
| Name | Type | Description |
|---|---|---|
other | StreamSource<T> |
Overrides
toArray
undocumented
toArraytoBuilder
undocumented
toBuildertoJSON
undocumented
toJSONtoString
undocumented
toStringunion
undocumented
unionDefinition
union(other: StreamSource<T>): HashSet.NonEmpty<T>;
Parameters
| Name | Type | Description |
|---|---|---|
other | StreamSource<T> |