Skip to content

Commit 02cd746

Browse files
authored
Merge pull request #832 from edizor/master
Update README
2 parents 0a67612 + 6187199 commit 02cd746

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

scala-akka-2/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
- [Reading Query Parameters in Akka HTTP](https://www.baeldung.com/scala/akka-http-reading-query-parameters)
99
- [Difference Between tell and forward in Akka Actor](https://www.baeldung.com/scala/akka-actor-tell-vs-forward)
1010
- [Testing an Akka HTTP Application](https://www.baeldung.com/scala/akka-http-testing)
11+
- [Introduction to Akka-Streams in Scala](https://www.baeldung.com/scala/akka-streams)

scala-core-collections-2/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
- [Get a Subarray in Scala](https://www.baeldung.com/scala/extract-subarray)
77
- [Finding the First Element Matching a Condition in a Collection](https://www.baeldung.com/scala/find-first-match-in-collection)
88
- [Append an Element to an Array in Scala](https://www.baeldung.com/scala/array-append-element)
9+
- [Create a Random Sample of Fixed Size From a Scala List](https://www.baeldung.com/scala/list-uniform-sample)

scala-test/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ This module contains articles about the ScalaTest framework in Scala.
99
- [Using ScalaTest With Mockito](https://www.baeldung.com/scala/scalatest-mockito)
1010
- [Comparing Collection Contents with ScalaTest](https://www.baeldung.com/scala/scalatest-compare-collections)
1111
- [Using the ScalaTest Runner](https://www.baeldung.com/scala/scalatest-runner)
12+
- [How to Check If Code Compiles in ScalaTest](https://www.baeldung.com/scala/scalatest-check-compilation)

0 commit comments

Comments
 (0)