Skip to content
Jakub Mifek edited this page Apr 26, 2020 · 1 revision

Select

The module provides the Select class which you can use to select custom subtree of your data by using select function and custom filter function. The Select instance provides transform functions that can be used to [transform] the selected data into desired results.

API

Description of functions provided by Select class follows.

exec

inject

keys

objects

paths

root

select

transform

transformSync

transformSelectedItem

transformSelectedItemWith

transformWith

transformWithSync

values