-
Notifications
You must be signed in to change notification settings - Fork 5
Select
Jakub Mifek edited this page Apr 26, 2020
·
1 revision
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.
Description of functions provided by Select
class follows.