Learn about open classes in Scala 3.
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 Scala
- All
- Scala Basics (31)
- Scala Collections (24)
- Functional Programming (18)
- Scala Type System (12)
- Akka (12)
- Scala OOP (11)
- Scala Core (11)
- Libraries (11)
- Scala Strings (7)
- Play Framework (7)
- Build Tools (7)
- Series (4)
- Scala Syntax (4)
- Scala Concurrency (4)
- Testing (3)
- Scala Web (3)
- Scala Pattern Matching (3)
- Scala IO (3)
- Scala Exceptions (3)
- Persistence (2)
- Apache Spark (2)
- Scala Dates (1)
Intersection Types in Scala 3
Filed under Scala Type System
Learn how to use intersection types in Scala 3.
Multiversal Equality in Scala 3
Filed under Scala Type System
Learn about the multiversal equality featured introduced in Scala 3.
Main Methods in Scala 3
Filed under Scala Basics
Learn about main methods in Scala 3.
Discovering Actors in Akka
Filed under Akka
Learn to discover Actors in Akka.
ScalaCache: A Caching Library To Rule Them All
Filed under Libraries
An overview of the ScalaCache library
Asynchronous and Reactive Programming With Monix in Scala
Filed under Functional Programming
A quick and practical introduction to Monix.
Scala 3 Implicit Redesign
Filed under Scala Core
Learn about the implicit redesign in Scala 3.
List Concatenation Operators in Scala
Filed under Scala Collections
Learn about List concatenation operators in Scala.