@nrl/rxjs-operators
v1.0.3
Published
A set of useful rxjs operators
Downloads
4
Readme
NRL RxJS Operators
This project contains a set of custom RxJS "pipeable" operators.
Here is the list of currently available operators with a short description and their development status :
Tree Handling Operators
sub-tree
Get the sub tree at the given position.
Status : donetree-find
Get an array contaning nodes that satisfy a given condition.
Status : donetree-leafs
Get an array containing tree leafs.
Status : donetree-map
Transform a tree into another tree with mapped nodes.
Status : donetree-path
Get an array contaning nodes on the given path.
Status : donetree-root
Get root node.
Status : donetree-get
Get the node at a given position.
Status : done