Learn how to obtain subarrays in Scala, exploring two primary methods: the slice() function and the combination of drop() and take().
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)
How to Start and Quit a Scala REPL Session
Filed under Scala Basics
Learn how to start and quit a Scala REPL session.
How to Convert a Character to Its ASCII Value in Scala
Filed under Scala Basics
Learn how to convert a character to ASCII value using Scala.
Safer Scala Code by Using WartRemover
Filed under Build Tools
Learn how to write safer scala code by using WartRemover.
Introduction to ScalaPy
Filed under Libraries
Learn how to use Python from within Scala with ScalaPy.
AWScala – AWS SDK for Scala
Filed under Libraries
Learn about AWScala – the AWS SDK for Scala.
Scala Functional Programming Tutorial
Filed under Functional Programming, Series
Scala brings a lot of functional programming concepts into the JVM. Functional programming helps to improve the software quality by making it easier to test, reuse, and reason about.
Making Integration Testing Easier With TestContainers-scala
Filed under Testing
Learn how to create integration tests using Testcontainers-scala, a Scala wrapper around Testcontainers-java.
Apache Pulsar Scala Client – pulsar4s
Filed under Libraries
Learn how to use the pulsar4s Scala Client for Apache Pulsar