MapExtension<K, V> extension
Map
- on
-
- Map<
K, V> ?
- Map<
Properties
-
capitalizeKeysFirstCharacter
→ Map<
String, V> -
Available on Map<
Return value or null from Map Capitalize all keys First Character in the map. Returns a new map with capitalized keys.K, V> ?, provided by the MapExtension extensionno setter - isNullOrEmpty → bool
-
Available on Map<
ReturnsK, V> ?, provided by the MapExtension extensiontrue
if this nullable iterable is eithernull
or empty.no setter
Methods
-
addIfNotNull(
K key, V value) → Map< K, V> ? -
Available on Map<
Add item into map if value isn't null Add item into map if key not existK, V> ?, provided by the MapExtension extension -
filter(
bool predicate(K key, V value)) → Map< K, V> -
Available on Map<
Returns a new map with all entries that satisfy the givenK, V> ?, provided by the MapExtension extensionpredicate
. The entries in the resulting map preserve the order of the original map. -
updateAndJoin(
Map< K, V> ? map) → Map<K, V> -
Available on Map<
Returns a new map with two map join if key already exist then passing map value overrideK, V> ?, provided by the MapExtension extension