class ReversedLeafBlock<T>
undocumented
Extends: LeafBlock<T>
Type parameters
| Name | Description |
|---|---|
| T | undocumented |
Properties
canAddChild
undocumented
canAddChildchildren
undocumented
childrenchildrenInMax
undocumented
childrenInMaxchildrenInMin
undocumented
childrenInMincontext
undocumented
contextlength
undocumented
lengthlevel
undocumented
levelmutateChildren
undocumented
mutateChildrenMethods
_mutateNormalize
undocumented
_mutateNormalize_mutateSplitRight
undocumented
_mutateSplitRightappend
undocumented
appendappendInternal
undocumented
appendInternalconcat
undocumented
concatDefinition
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
concatBlockconcatChildren
undocumented
concatChildrenconcatTree
undocumented
concatTreecopy
undocumented
copycopy2
undocumented
copy2createBlockBuilder
undocumented
createBlockBuilderdrop
undocumented
dropdropChildren
undocumented
dropChildrenforEach
undocumented
forEachDefinition
forEach(f: (value: T, index: number, halt: () => void) => void, options?: {
reversed?: boolean;
state?: TraverseState;
}): void;
Parameters
| Name | Type | Description |
|---|---|---|
f | (value: T, index: number, halt: () => void) => void | |
options | {reversed?: boolean;state?: TraverseState;} |
Overrides
get
undocumented
getmap
undocumented
mapmapPure
undocumented
mapPureprepend
undocumented
prependprependInternal
undocumented
prependInternalreversed
undocumented
reversedstream
undocumented
streamDefinition
stream(options?: {
reversed?: boolean;
}): Stream.NonEmpty<T>;
Parameters
| Name | Type | Description |
|---|---|---|
options | {reversed?: boolean;} |
Overrides
streamRange
undocumented
streamRangestructure
undocumented
structuretake
undocumented
taketakeChildren
undocumented
takeChildren