MapFilterKeys<K, V> extension
- on
-
- Map<
K, V>
- Map<
Methods
-
filterKeys(
bool predicate(K)) → Map< K, V> -
Available on Map<
Returns a map containing all key-value pairs with keys matching the givenK, V> , provided by the MapFilterKeys extensionpredicate
.