Standard.BaseDataListmapOn this pageList.map mapf Documentation Applies a function to each element of the list, returning the list of results. Arguments f: The function to apply to each element of the list. Examples Add 1 to each element of the list: import Standard.Examples example_map = Examples.list.map +1