MapScrewdriver<K, V> extension

provides extensions for map

on

Methods

except(List<K> keys) Map<K, V>
Returns a new Map with the same keys and values as this except keys present keys.
toJson() String
Converts this map into a JSON string.

Operators

operator +((K, V) entry) → void
Allows to add a record entry to this.
operator <<(MapEntry<K, V> entry) → void
Allows to add MapEntry to this.