Learn to filter a List in Kotlin.
Baeldung Author
Anirban Chatterjee
Anirban is a software engineer with over 6 years of experience. He holds a master's degree in Distributed Systems from TU Darmstadt, Germany. He mainly specializes in backend development using Java, Kotlin, and Spring framework. He is particularly enthusiastic about clean code, microservices, and cloud solutions. He is always interested in learning new technologies and the best practices in the industry. Personally, he is a football fan and loves traveling.
Here's what I've written (so far):
Baeldung on Kotlin
- All
- Kotlin Collections (3)
- Testing (1)
- Kotlin Basics (1)
- Kotlin (1)
Testing Exceptions in Kotlin with assertFailsWith
Filed under Testing
A quick and practical guide to Kotlin’s assertFailsWith.
Aggregate Operations in Kotlin
Filed under Kotlin Collections
Learn about the existing aggregate operations in Kotlin.
Exception Handling in Kotlin
Filed under Kotlin
Understand exception handling in Kotlin
Working With Lists in Kotlin
Filed under Kotlin Collections
Learn about creating, manipulating, and iterating over lists in Kotlin
If-Else Expression in Kotlin
Filed under Kotlin Basics
A quick and practical guide to if-else expression in Kotlin.