Skip to content

Commit ec72e26

Browse files
authored
Merge pull request #1428 from rcalago/master
Update on README.md
2 parents 4fb0fb7 + 311e147 commit ec72e26

File tree

4 files changed

+5
-0
lines changed
  • scala-core-collections-modules/scala-core-collections-4
  • scala-core-modules
  • scala-sbt

4 files changed

+5
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
## Relevant Articles
22
- [Using filter() and takeWhile() With Collections in Scala](https://www.baeldung.com/scala/filter-takewhile)
3+
- [Finding Elements in a List using takeWhile() and dropWhile() in Scala](https://www.baeldung.com/scala/list-find-takewhile-dropwhile)

scala-core-modules/scala-core-9/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
- [Find Two’s Complement of a Number in Scala](https://www.baeldung.com/scala/compute-twos-complement)
77
- [Convert Option to Either in Scala](https://www.baeldung.com/scala/option-either-conversion)
88
- [Meaning of _root_ In Scala Import Clause](https://www.baeldung.com/scala/root-import-clause)
9+
- [Check if All Characters in a Scala String Are Either Upper or Lower Case](https://www.baeldung.com/scala/string-check-all-characters-upper-lower-case)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
### Relevant Articles
2+
- [Free Monads in Scala](https://www.baeldung.com/scala/free-monads)

scala-sbt/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
- [Setting up Global Configurations in SBT](https://www.baeldung.com/scala/sbt-global-configurations)
55
- [Safer Scala Code by Using WartRemover](https://www.baeldung.com/scala/wartremover)
66
- [Integration Testing with SBT](https://www.baeldung.com/scala/sbt-integration-testing)
7+
- [Introduction to Scalafix](https://www.baeldung.com/scala/scalafix)

0 commit comments

Comments
 (0)