| by Arround The Web

Scala Boolean

A guide on utilizing the Boolean expressions in different if-else statements with different methods like simple if-else, compound if-else, or nested if-else.

Share Button
Read More
| by Arround The Web

Scala Partial Function

The subject of the article is Scala partial function. Also, we have complied with the methods which are supported by the partial function in Scala.

Share Button
Read More
| by Arround The Web

Scala SortBy

Simple tutorial on using the SortBy functions in the Scala object-oriented programming to create an ordered, sorted collection with just one line of code.

Share Button
Read More
| by Arround The Web

Scala Streams

Comprehensive guide on how to create the streams function in Scala by creating a stream with stream.cons package, rake function, map, and empty stream.

Share Button
Read More
| by Arround The Web

Scala for Comprehension

Easy tutorial on demonstrating the various advantages of using Scala comprehension in the Scala programming model and learning about how yield operates.

Share Button
Read More