#map-transformation

[ follow ]
Hackernoon
6 months ago
JavaScript

Map Transformation: Which One Should I Use? | HackerNoon

Map transformation functions in Kotlin Standard Library are useful for transforming collections into new collections.
The map() function applies a transformation to each value in a collection, while mapNotNull() filters out null values during transformation. [ more ]
[ Load more ]