class SortedSetEmpty<T>
undocumented
Type parameters
Name | Default | Description |
---|---|---|
T | any | undocumented |
Properties
context
undocumented
context
Definition
readonly context:
SortedSetContext
<T>;
Methods
add
undocumented
add
addAll
undocumented
addAll
Definition
addAll(values:
StreamSource
<T>): SortedSet.NonEmpty<T>;
Parameters
Name | Type | Description |
---|---|---|
values | StreamSource <T> |
symDifference
undocumented
symDifference
Definition
symDifference(other:
StreamSource
<T>): SortedSet<T>;
Parameters
Name | Type | Description |
---|---|---|
other | StreamSource <T> |
union
undocumented
union
Definition
union(other:
StreamSource
<T>): SortedSet<T>
|
any;
Parameters
Name | Type | Description |
---|---|---|
other | StreamSource <T> |