Root object to get the matching children from.
Function that will be run for every child of the root object.
Optional
options: { An optional object with the deep
option (defaults to false
) set to true
to
get the children deeply or false
to get them shallowly.
Optional
deep?: booleanA readonly observable set with the matching children.
Iterates through all children and collects them in a set if the given predicate matches.