RecursiveSearchByDataType<K extends Comparable, V> extension
- on
-
- Map<
K, V>
- Map<
Methods
-
search<
T> () → Iterable< MapEntry< K, T> > -
Available on Map<
Recursively searches the map and its nested maps for entries where the value is of type T. Returns an iterable of MapEntry<K, T> for all matching entries.K, V> , provided by the RecursiveSearchByDataType extension