A quick guide to Nil, Null, Nothing, Unit, and None 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)
Finding the Index of an Element in a List with Scala
Filed under Scala Collections
In this tutorial, we explore the ways to find the index element in a List in Scala.
Access Play Configuration in Scala
Filed under Play Framework
Learn to access Play configurations in Scala.
How to Read Environment Variables in Scala
Filed under Scala Basics
A quick and practical guide to reading environment variables in Scala.
Guide to Scaladoc
Filed under Scala Basics
In this tutorial, we’ll learn how to add Scaladoc to code for a Scala project.
Implicit Parameters in Scala
Filed under Scala Core
Learn about implicit parameters in Scala.
Try-With-Resources in Scala
Filed under Scala Exceptions
A quick and practical guide to achieving try-with-resources semantics in Scala.
Conversion to and from a String in Scala
Filed under Scala Strings
Learn how to convert Scala data types to and from a String.
Sealed Keyword in Scala
Filed under Scala OOP
A quick and practical guide to the “sealed” keyword.