#Scala - Your First Programming Language - Part 20.2 - Case Classes in Depth

preview_player
Показать описание
After having learnt about partial functions and pattern matching it is time to dive deeper and find out how to define pattern kinds of our own. For this we will have to refresh our knowledge about tuples. Learn about a new type called Option and dig quite deep down the rabbit whole to see all the magic behind case classes and discover extractors! This video got too long so it is split into 2 parts.

The Tuple/Product related API is here:

The Tuple/Product related source code is here:

The hash code related links are here:

This video is part of the following playlist:

Cheers and Happy Coding!

#CaseClass #tutorial
Рекомендации по теме
Комментарии
Автор

Great way to close. I don't mind long videos, especially when they are full of goodies. Cheers

estebanmarin
Автор

Option is a sum type: it either is empty _or_ has some value

TJ-hsqm
welcome to shbcf.ru