scala

Add SBT wrapper to a project

This tutorial will show how to add SBT wrapper to a project, so we don't have to install either Sbt…

4 years ago

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