File tree Expand file tree Collapse file tree 5 files changed +6
-0
lines changed
scala-core-collections-modules/scala-core-collections-3 Expand file tree Collapse file tree 5 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 8
8
- [ Difference Between zip() and lazyZip() in Scala] ( https://www.baeldung.com/scala/zip-vs-lazyzip )
9
9
- [ Implementing an LRU Cache in Scala 3: A Step-by-Step Guide] ( https://www.baeldung.com/scala/least-recently-used-cache )
10
10
- [ Using the sliding() and grouped() Methods With Scala Collections] ( https://www.baeldung.com/scala/sliding-grouped-methods-with-collections )
11
+ - [ Introduction to BitSet in Scala] ( https://www.baeldung.com/scala/bitiset )
Original file line number Diff line number Diff line change 1
1
### Relevant Articles
2
2
- [ Check if a Collection Is Sorted in Scala] ( https://www.baeldung.com/scala/check-collection-sorted )
3
3
- [ Check if a String Is a Palindrome in Scala] ( https://www.baeldung.com/scala/string-palindrome-test )
4
+ - [ Scala’s Destructuring with the @ Operator] ( https://www.baeldung.com/scala/destructuring-operator )
5
+ - [ Check if Two Strings Are Isomorphic in Scala] ( https://www.baeldung.com/scala/string-isomorphism )
Original file line number Diff line number Diff line change 5
5
- [ Generating the Fibonacci Sequence in Scala] ( https://www.baeldung.com/scala/generating-fibonacci-series )
6
6
- [ Find Factorial of a Number in Scala] ( https://www.baeldung.com/scala/find-factorial )
7
7
- [ Check if a Number Is a Power of Two in Scala] ( https://www.baeldung.com/scala/check-power-of-two )
8
+ - [ Get the Individual Digits of a Number in Scala] ( https://www.baeldung.com/scala/number-extract-digits )
Original file line number Diff line number Diff line change 3
3
- [ Introduction to SBT] ( https://www.baeldung.com/scala/sbt-intro )
4
4
- [ Setting up Global Configurations in SBT] ( https://www.baeldung.com/scala/sbt-global-configurations )
5
5
- [ Safer Scala Code by Using WartRemover] ( https://www.baeldung.com/scala/wartremover )
6
+ - [ Integration Testing with SBT] ( https://www.baeldung.com/scala/sbt-integration-testing )
Original file line number Diff line number Diff line change 9
9
- [ Introduction to Fibers in ZIO] ( https://www.baeldung.com/scala/zio-fibers-tutorial )
10
10
- [ Error Handling in ZIO] ( https://www.baeldung.com/scala/zio-error-handling )
11
11
- [ Introduction to zio-kafka] ( https://www.baeldung.com/scala/zio-kafka-intro )
12
+ - [ Functional Abstraction in Scala Using ZIO Prelude] ( https://www.baeldung.com/scala/zio-prelude-functional-abstraction )
You can’t perform that action at this time.
0 commit comments