Learn how to use and create Comparators effectively in Kotlin.
Baeldung Author
Vinay Wadhwa
Here's what I've written (so far):
Baeldung on Kotlin
- All
- Kotlin Basics (2)
- Kotlin-Java Interop (1)
- Kotlin Numbers (1)
- Kotlin IO (1)
- Kotlin Concurrency (1)
- Kotlin Classes and Objects (1)
IO and Default Dispatchers in Kotlin Coroutines
Filed under Kotlin Concurrency, Kotlin IO
Learn about the Default and IO Dispatchers for Kotlin Coroutines and discover some strategies for using them effectively.
Create and Throw a Custom Exception With Kotlin
Filed under Kotlin Basics
Learn the basics of creating full-featured custom exceptions in Kotlin.
Convert Long to Int
Filed under Kotlin Numbers
A quick and practical guide to Long to Int conversions in Kotlin.
Kotlin “super is not an expression” Error
Filed under Kotlin Classes and Objects
A quick and practical guide to solving the “‘super’ is not an expression” error in Kotlin.
Convert Kotlin Array to Varargs
Filed under Kotlin-Java Interop
A quick and practical guide to converting Kotlin’s array into Java’s varargs.