Methods
(inner) deepPick(nodePath, childPathopt) → {InputFunction}
Once fully applied, this returns a new tree containing only nodes lying on the supplied nodePath
, with all nodes and children outside of the nodePath
removed.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
nodePath |
NodePath | A |
||
childPath |
ChildPath |
<optional> |
null
|
An |
Returns:
A partially applied function which accepts a single tree Iterable
, and returns the modified tree Iterable
.
- Type
- InputFunction