Learn about lambda expressions in Scala.
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)
Creating a List in Scala
Filed under Scala Collections
Learn different ways to create and populate Lists in Scala.
New Control and Quiet Syntax in Scala 3
Filed under Scala Basics
A quick and practical guide to Scala 3’s “quiet syntax”.
@inline and @noinline in Scala
Filed under Scala Basics
Learn about the @inline and @noinline annotations in Scala.
File Operations Using Ammonite-Ops
Filed under Scala IO
A look at Ammonite-Ops and how to use it to perform everyday file operations.
The inline Modifier in Scala 3
Filed under Scala Core
Learn about the inline modifier in Scala 3.
Ammonite Scripting
Filed under Libraries
Learn about Ammonite scripting with Scala.
Contextual Abstractions: Given Instances and Using Clauses
Filed under Scala Core
A quick and practical guide to Given and Using in Scala.
Extension Methods in Scala 3
Filed under Scala Core
Learn how we can define extension methods in different ways