open fun forEach(body: (String, List<String>) -> Unit): Unit
Overrides StringValues.forEach
Iterates over all entries in this map and calls body for each pair
Can be optimized in implementations