class ReversedLeafBlock<T>
undocumented
Extends: LeafBlock<T>
Type parameters
Name | Description |
---|---|
T | undocumented |
Properties
canAddChild
undocumented
canAddChild
children
undocumented
children
childrenInMax
undocumented
childrenInMax
childrenInMin
undocumented
childrenInMin
context
undocumented
context
length
undocumented
length
level
undocumented
level
mutateChildren
undocumented
mutateChildren
Methods
_mutateNormalize
undocumented
_mutateNormalize
_mutateSplitRight
undocumented
_mutateSplitRight
append
undocumented
append
appendInternal
undocumented
appendInternal
concat
undocumented
concat
Definition
concat<T2>(...sources: ArrayNonEmpty<
StreamSource
<T2>>): List.NonEmpty<T
|
T2>;
Type parameters
Name | Description |
---|---|
T2 |
Parameters
Name | Type | Description |
---|---|---|
sources | ArrayNonEmpty< StreamSource <T2>> |
Overrides
concatBlock
undocumented
concatBlock
concatChildren
undocumented
concatChildren
concatTree
undocumented
concatTree
copy
undocumented
copy
copy2
undocumented
copy2
createBlockBuilder
undocumented
createBlockBuilder
drop
undocumented
drop
dropChildren
undocumented
dropChildren
forEach
undocumented
forEach
get
undocumented
get
map
undocumented
map
mapPure
undocumented
mapPure
prepend
undocumented
prepend
prependInternal
undocumented
prependInternal
reversed
undocumented
reversed
stream
undocumented
stream
Definition
stream(reversed?: boolean):
Stream.NonEmpty
<T>;
Parameters
Name | Type | Description |
---|---|---|
reversed | boolean |
Overrides
streamRange
undocumented
streamRange
structure
undocumented
structure
take
undocumented
take
takeChildren
undocumented
takeChildren