We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b044a5 + 5b3320f commit 560b11dCopy full SHA for 560b11d
core-scala/README.md
@@ -10,3 +10,7 @@ This module contains articles about Scala's core features
10
- [A Guide to Scala Tuples](https://www.baeldung.com/scala/tuples)
11
- [Tail Recursion in Scala](https://www.baeldung.com/scala/tail-recursion)
12
- [Guide to lazy val in Scala](https://www.baeldung.com/scala/lazy-val)
13
+- [Partial Functions in Scala](https://www.baeldung.com/scala/partial-functions)
14
+- [Introduction to Testing With ScalaTest](https://www.baeldung.com/scala/scalatest)
15
+- [For Loops in Scala](https://www.baeldung.com/scala/for-loops)
16
+- [A Guide to Sorting in Scala](https://www.baeldung.com/scala/sorting)
0 commit comments