class Empty<T>
undocumented
Extends: EmptyBase
Implements: List<T>
Type parameters
Name | Default | Description |
---|---|---|
T | any | undocumented |
Properties
_NonEmptyType
undocumented
_NonEmptyType
context
undocumented
context
isEmpty
undocumented
isEmpty
length
undocumented
length
size
undocumented
size
Methods
[Symbol.iterator]
undocumented
[Symbol.iterator]
append
undocumented
append
assumeNonEmpty
undocumented
assumeNonEmpty
collect
undocumented
collect
concat
undocumented
concat
Definition
concat<T2>(...sources:
ArrayNonEmpty
<
StreamSource
<T2>>): any;
Type parameters
Name | Description |
---|---|
T2 |
Parameters
Name | Type | Description |
---|---|---|
sources | ArrayNonEmpty < StreamSource <T2>> |
Overrides
filter
undocumented
filter
first
undocumented
first
flatMap
undocumented
flatMap
forEach
undocumented
forEach
get
undocumented
get
insert
undocumented
insert
Definition
insert(index: number, values:
StreamSource
<T>): any;
Parameters
Name | Type | Description |
---|---|---|
index | number | |
values | StreamSource <T> |
Overrides
last
undocumented
last
mapPure
undocumented
mapPure
nonEmpty
undocumented
nonEmpty
padTo
undocumented
padTo
prepend
undocumented
prepend
remove
undocumented
remove
repeat
undocumented
repeat
reversed
undocumented
reversed
rotate
undocumented
rotate
slice
undocumented
slice
splice
undocumented
splice
Definition
splice(options: {
insert?:
StreamSource
<T>;
}): any;
Parameters
Name | Type | Description |
---|---|---|
options | { insert?: StreamSource <T>; } |
Overrides
stream
undocumented
stream
streamRange
undocumented
streamRange
toArray
undocumented
toArray
toBuilder
undocumented
toBuilder
toJSON
undocumented
toJSON
toString
undocumented
toString
updateAt
undocumented
updateAt