Method Yp.Map()->map()
- Method map
void map(function(string, string:void) fun)
- Description
Call a function for each entry in the map.
For each entry in the map, call the function fun.
The function will be called like
void fun(string key, string value)
.