class TableEmpty<R,C,V,Tp>
undocumented
Extends: EmptyBase
Implements: TableBase<R,C,V,Tp>
Type parameters
Name | Constraints | Description |
---|---|---|
R | undocumented | |
C | undocumented | |
V | undocumented | |
Tp | ContextImplTypes | undocumented |
Properties
_NonEmptyType
undocumented
_NonEmptyType
amountRows
undocumented
amountRows
context
undocumented
context
isEmpty
undocumented
isEmpty
length
undocumented
length
rowMap
undocumented
rowMap
size
undocumented
size
Methods
[Symbol.iterator]
undocumented
[Symbol.iterator]
addEntries
undocumented
addEntries
Definition
addEntries(entries:
StreamSource
<readonly [R, C, V]>):
WithRow
<Tp, R, C, V>['normal']
|
any;
Parameters
Name | Type | Description |
---|---|---|
entries | StreamSource <readonly [R, C, V]> |
Overrides
addEntry
undocumented
addEntry
filter
undocumented
filter
filterRows
undocumented
filterRows
forEach
undocumented
forEach
get
undocumented
get
getRow
undocumented
getRow
hasRowKey
undocumented
hasRowKey
hasValueAt
undocumented
hasValueAt
mapValues
undocumented
mapValues
modifyAt
undocumented
modifyAt
removeAndGet
undocumented
removeAndGet
removeEntries
undocumented
removeEntries
removeRow
undocumented
removeRow
removeRowAndGet
undocumented
removeRowAndGet
removeRows
undocumented
removeRows
set
undocumented
set
stream
undocumented
stream
streamRows
undocumented
streamRows
streamValues
undocumented
streamValues
toArray
undocumented
toArray
toBuilder
undocumented
toBuilder
toJSON
undocumented
toJSON
toString
undocumented
toString
updateAt
undocumented
updateAt