Add KiwiMaps method to to check a map contains a key with non-null value #1093
Labels
new feature
A new feature such as a new class, method, package, group of classes, etc.
Milestone
Sometimes, for example during input or argument validation, you want to make sure a
Map
contains a key which has a non-null value. Add a new method toKiwiMaps
:This complements the existing
keyExistsWithNullValue
method which checks whether map contains a key which has a null value.The text was updated successfully, but these errors were encountered: