Scala

Scala: scala.util.Try

The type scala.util.Try is an operation that may result in either an exception or a valid output. Let's explore a…

4 years ago

Scala: access modifiers

Scala provides a more granular access control if compared to Java. This post describes and shows how to implement each…

5 years ago