1.0.3 • Published 4 years ago

@nrl/rxjs-operators v1.0.3

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
4 years ago

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 : done

    • tree-find
      Get an array contaning nodes that satisfy a given condition.
      Status : done

    • tree-leafs
      Get an array containing tree leafs.
      Status : done

    • tree-map
      Transform a tree into another tree with mapped nodes.
      Status : done

    • tree-path
      Get an array contaning nodes on the given path.
      Status : done

    • tree-root
      Get root node.
      Status : done

    • tree-get
      Get the node at a given position.
      Status : done

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.0

4 years ago