Learn about function composition 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)
map vs. flatMap in Apache Spark
Filed under Apache Spark
Learn the difference between Apache Spark’s map and flatMap functions in Scala.
Reading an Akka-HTTP Response Body as a String
Filed under Akka
Learn how to read an Akka HTTP Response body as a String.
Type Inference in Scala
Filed under Scala Type System
Learn about type inference in Scala with examples.
Different Ways to Stop Akka Actors
Filed under Akka
Learn different ways to stop an actor in Akka.
Guide to elastic4s – Elasticsearch Scala Client
Filed under Libraries
Learn how to use elastic4s to work with Elasticsearch in Scala applications.
Better Enumerations in Scala Using Enumeratum
Filed under Libraries
Learn about the Enumeratum library in creating improved Enumerations.
Iterating Over a Scala Map
Filed under Scala Collections
A quick and practical guide to iterating over a Map in Scala.
Simple REST Requests Using Requests-Scala
Filed under Scala Web
Learn to make simple RESTful requests with Requests-Scala.