valueFromsBy<T> abstract method
Get all values link to val
but by Generic
Equivalent to valueFroms(val
, T
)
(Optional) Only if it matches any of anyTags
and matches all items in allTags
Implementation
Iterable valueFromsBy<T>(val, {List anyTags, List allTags});