RecursiveSearchByDataType<K extends Comparable, V> extension

on

Methods

Available on Map<K, V>, provided by the RecursiveSearchByDataType extension

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.