This cheatsheet aims to help entry-level Scala programmer to quickly skim some of most used Scala functionalities such as:
- Function
- Option
- Try
- Either
- List
- Future
- .. and more
This cheatsheet also tries to cover some intermediate topic in Scala such as type parameter, implicits, and higher-kinded type starts from its examples, implementations, until intended usages.
Finally, this cheatsheet is no complete resource for Scala, and some of the explanations here are presented to be more beginner-friendly without removing their real meaning. If you have corrections or suggestions, issues or pull requests are welcomed!