Generated with
This document is part of the ebook for O1 (aka CS-A1110 Programming 1), a course at Aalto University.
This document is part of the ebook for O1 (aka CS-A1110 Programming 1), a course at Aalto University.
o1.util.nice.map
Provides nice extensions to the interface of scala.Map
, for convenience.
Attributes
-
Graph
-
-
Supertypes
-
-
Self type
-
Members list
Constructs and returns a new map by transforming each value with a given function.
Constructs and returns a new map by transforming each value with a given function.
Parameters
-
transform
-
the value-transforming function
Attributes