File tree Expand file tree Collapse file tree 5 files changed +6
-0
lines changed
core-kotlin-collections-list
core-kotlin-datastructures Expand file tree Collapse file tree 5 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ This module contains articles about advanced topics in Kotlin.
12
12
- [ Kotlin Generic Inline Classes] ( https://www.baeldung.com/kotlin/generic-inline-classes )
13
13
- [ Callback Functions in Kotlin] ( https://www.baeldung.com/kotlin/callback-functions )
14
14
- [ Resolving Kotlin Error: ‘public’ function exposes its ‘public/* package* /’ return type] ( https://www.baeldung.com/kotlin/public-function-exposes-its-public-package-return-type )
15
+ - [ Functional Error Handling in Kotlin] ( https://www.baeldung.com/kotlin/functional-error-handling )
Original file line number Diff line number Diff line change 1
1
## Relevant Articles
2
2
- [ Get Subarray of an Array Between Given Positions in Kotlin] ( https://www.baeldung.com/kotlin/subarray-index-range )
3
+ - [ Removing the First Element From an Array in Kotlin] ( https://www.baeldung.com/kotlin/array-remove-first-element )
Original file line number Diff line number Diff line change @@ -8,3 +8,5 @@ This module contains articles about core Kotlin collections.
8
8
- [ Converting a Custom Object List to Simple List in Kotlin] ( https://www.baeldung.com/kotlin/list-custom-object-simple-conversion )
9
9
- [ Convert Map to List in Kotlin] ( https://www.baeldung.com/kotlin/map-list-transformation )
10
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 )
Original file line number Diff line number Diff line change @@ -14,3 +14,4 @@ This module contains articles about data structures in Kotlin
14
14
- [ Merge Sort in Kotlin] ( https://www.baeldung.com/kotlin/merge-sort )
15
15
- [ How to Sort Elements in Lexicographical Order in Kotlin] ( https://www.baeldung.com/kotlin/lexicographical-sort )
16
16
- [ Matrix Addition and Multiplication in Kotlin] ( https://www.baeldung.com/kotlin/matrix-addition-multiplication )
17
+ - [ Insert an Element at a Given Position Into an Array in Kotlin] ( https://www.baeldung.com/kotlin/array-insert-item-chosen-index )
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ This module contains articles about testing in Kotlin
9
9
- [ MockK: A Mocking Library for Kotlin] ( https://www.baeldung.com/kotlin/mockk )
10
10
- [ Testing a Lambda Function With Mockito Kotlin] ( https://www.baeldung.com/kotlin/mockito-verify-lambda )
11
11
- [ How to Mock and Verify Lambda Expression in Kotlin] ( https://www.baeldung.com/kotlin/lambda-mock-verify )
12
+ - [ Testing Extension Methods in Kotlin] ( https://www.baeldung.com/kotlin/test-extension-methods )
You can’t perform that action at this time.
0 commit comments