File tree Expand file tree Collapse file tree 4 files changed +5
-0
lines changed
core-kotlin-concurrency-3 Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change
1
+ ### Relevant Articles:
2
+ - [ Passing a Class to a Function in Kotlin] ( https://www.baeldung.com/kotlin/class-function-parameter )
Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ This module contains articles about concurrency in Kotlin.
7
7
- [ Difference Between collect() and collectLatest() in Kotlin Flows] ( https://www.baeldung.com/kotlin/flow-collect-vs-collectlatest )
8
8
- [ Difference Between Value and Emit in MutableStateFlow Kotlin] ( https://www.baeldung.com/kotlin/mutablestateflow-value-vs-emit )
9
9
- [ Difference Between single() and first() in Kotlin Flows] ( https://www.baeldung.com/kotlin/flows-single-vs-first )
10
+ - [ Scheduling Repeating Task in Kotlin] ( https://www.baeldung.com/kotlin/schedule-repeating-task )
Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ This module contains articles about Object-Oriented Programming in Kotlin
10
10
- [ Extend Data Class in Kotlin] ( https://www.baeldung.com/kotlin/extend-data-class )
11
11
- [ Get Names of All Enum Entries by Generic Functions in Kotlin] ( https://www.baeldung.com/kotlin/enum-get-entry-names )
12
12
- [ Create a Function That Works for All Enum Classes in Kotlin] ( https://www.baeldung.com/kotlin/function-enum-classes )
13
+ - [ Qualified this and Implicit this in Kotlin] ( https://www.baeldung.com/kotlin/this-keyword-qualified-vs-implicit )
13
14
- More articles: [[ <-- prev]] ( /core-kotlin-modules/core-kotlin-lang-oop-2 )
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ This module contains articles about testing in Kotlin
5
5
### Relevant articles:
6
6
- [ Mock Static Java Methods Using Mockk] ( https://www.baeldung.com/kotlin/mockk-mock-static-methods )
7
7
- [ Mockk – Check If a Method Was Not Invoked] ( https://www.baeldung.com/kotlin/mockk-check-method-invoked )
8
+ - [ Matching Varargs Using MockK in Kotlin] ( https://www.baeldung.com/kotlin/mockk-matching-varargs )
You can’t perform that action at this time.
0 commit comments