Chapter 8: A Beginner's Tutorial To Using Scala's Collection Functions
By Nadim Bahadoor | Last updated: February 5, 2020 at 12:39 pm
In this section, we will go over how to use the rich set of Collection Functions that the Scala programming language provides.
Feel free to review Chapter 6 on Scala's Immutable Collection and Chapter 7 on Scala's Mutable Collection as we will be making use of these collections throughout this chapter.
Throughout the tutorials we will use the popular IntelliJ IDEA which we've setup in Chapter 1. I hope that by now you are more comfortable using IntelliJ. If not, feel free to review the previous tutorials from Chapter 1!
In this chapter, we will provide tutorials on the topics below. If none of these make any sense right now, that's OK :)
So let's get started!