Scala3 Vlog: Intersection Types

Table of contents
Reading Time: < 1 minute

Hello folks,

We have released another video on Scala3 series which talks about Intersection Types.

Intersection Type is a type which is the mixin of multiple types. For example, the intersection types of two different type A and B would be A & B.
Intersection Types A & B replaces compound types A with B in Scala2. But the interesting feature about Intersection Types is that they too are commutative by nature, which means A & B is same as B & A.

Watch out the video on Intersection Types and get more details on it.

Written by 

Harshit Daga is a Sr. Software Consultant having experience of more than 4 years. He is passionate about Scala development and has worked on the complete range of Scala Ecosystem. He is a quick learner & curious to learn new technologies. He is responsible and a good team player. He has a good understanding of building a reactive application and has worked on various Lightbend technologies like Scala, Akka, Play framework, Lagom, etc.