mapHasKeys

fun mapHasKeys(map: Map<String, Any>, vararg keys: String): Boolean

Checks if a map contains a range of keys

Return

whether the map contains the keys

Parameters

map

the map to check

keys

the keys to check