MyUtilityExtensionMapWhereValues<K, V> extension
- on
-
- Map<
K, V>
- Map<
Methods
-
whereValues(
bool test(V value)) → Map< K, V> -
Available on Map<
Returns a new Map containing all entries that satisfyK, V> , provided by the MyUtilityExtensionMapWhereValues extensiontest.