A quick and practical primer on the apply() method in Scala.
Baeldung Author
Samuel Orji
Scala Developer and functional programming enthusiast with lots of experience in building scalable web applications
Here's what I've written (so far):
Baeldung on Scala
- All
- Akka (3)
- Functional Programming (2)
- Scala Syntax (1)
- Scala OOP (1)
- Play Framework (1)
- Libraries (1)
Actor Discovery in Typed Akka
Filed under Akka
Learn how actors can be discovered or found using Akka.
The return Keyword in Scala
Filed under Scala Syntax
A quick and practical guide to the “return” keyword in Scala.
Testing Akka Actors
Filed under Akka
Explore how we can test Actors to ensure that they behave as expected.
Database Access with Play
Filed under Play Framework
Learn how to access a database with Play.
Actor Lifecycle in Akka
Filed under Akka
An overview of the actor lifecycle in Akka.
Introduction to FS2: Functional Streams for Scala
Filed under Functional Programming, Libraries
A quick and practical guide to FS2: Functional Streams for Scala.
Private and Protected Constructors in Scala
Filed under Scala OOP
Learn how to define private and protected constructors in Scala.