We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f1c31 commit f466e1eCopy full SHA for f466e1e
core-kotlin-modules/core-kotlin-collections-list/README.md
@@ -9,3 +9,4 @@ This module contains articles about core Kotlin collections.
9
- [Convert Map to List in Kotlin](https://www.baeldung.com/kotlin/map-list-transformation)
10
- [Swap Elements in MutableList in Kotlin](https://www.baeldung.com/kotlin/mutablelist-swap-items)
11
- [Removing the First Element From an ArrayList in Kotlin](https://www.baeldung.com/kotlin/arraylist-delete-first-element)
12
+- [Apply a Function to Each Element of a List in Kotlin](https://www.baeldung.com/kotlin/list-apply-function-to-each-item)
0 commit comments