valuesBy<T> abstract method
Get all the values on all links of this node but by Generic
Equivalent to values(val
, T
)
(Optional) Only if it matches any of anyTags
and matches all items in allTags
Implementation
Iterable valuesBy<T>(val, {List anyTags, List allTags});