Method ADT.Table.table()->map()
- Method
map
 objectmap(function(:void)f,array(int|string)|int|stringcolumns,mixed...args)- Description
 This method calls the function
ffor all rows in the table. The value returned will replace the values in the columns given as argument to map. If the function returns an array, several columns will be replaced. Otherwise the first column will be replaced. The result will be returned as a new table object.