Learn how to use inline classes in Kotlin.
Also find me here:
Baeldung Author
baeldung
This is the standard author on the site. Most articles are published by individual authors, with their own profiles, but when multiple people have a strong contribution, we publish collectively here.
Here's what I've written (so far):
Baeldung on Kotlin
- All
- Kotlin Basics (19)
- Kotlin Collections (17)
- Testing (14)
- Kotlin Classes and Objects (14)
- Kotlin (11)
- Kotlin Strings (10)
- Spring (9)
- Kotlin-Java Interop (9)
- Libraries (8)
- Kotlin Concurrency (7)
- Asynchronous Programming (7)
- Kotlin Arrays (6)
- Series (5)
- Kotlin Functions (5)
- Kotlin Server-Side (4)
- Kotlin IO (4)
- Patterns (3)
- Kotlin Web (3)
- Kotlin Numbers (3)
- HTTP Client-Side (3)
- Functional Programming (3)
- Persistence (2)
- Algorithms (2)
- Security (1)
- Kotlin Dates (1)
Kotlin Contracts
Filed under Kotlin Functions
Learn how to use the contracts feature in Kotlin to alleviate compiler errors.
Introduction to Arrow in Kotlin
Filed under Functional Programming, Libraries
Learn about using the Arrow library in Kotlin
Guide to Sorting in Kotlin
Filed under Algorithms
A brief guide to sorting using Kotlin standard library.
Initializing Arrays in Kotlin
Filed under Kotlin Arrays
A quick look at initializing arrays in Kotlin.
Threads vs Coroutines in Kotlin
Filed under Asynchronous Programming, Kotlin Concurrency
A focused tutorial about multithreading in Kotlin using Threads and Coroutines.
Concatenate Strings in Kotlin
Filed under Kotlin Strings
Learn about different ways to concatenate strings in Kotlin
Fuel HTTP Library with Kotlin
Filed under HTTP Client-Side, Libraries
A tutorial on a popular HTTP Kotlin library and its modules
Kotlin Nested and Inner Classes
Filed under Kotlin Classes and Objects
Understand better how nested and inner classes work in Kotlin