NullableMapX<K, V> extension
Extensions for nullable Map.
- on
-
- Map<
K, V> ?
- Map<
Properties
- isEmptyOrNull → bool
-
Available on Map<
Returns true if this nullable Map is either null or empty.K, V> ?, provided by the NullableMapX extensionno setter -
orEmpty
→ Map<
K, V> -
Available on Map<
Creates empty Map if this nullable Map is null, otherwise returns this Map.K, V> ?, provided by the NullableMapX extensionno setter