Extension Methods, Part 1 (video) (Scala 3)
In this free Scala training video I show how to create extension methods in Scala 3. Extension methods let you add new methods to existing data types, and in these examples I show how to add several extension methods to the Scala String
data type.
Update: All of my new videos are now on
LearnScala.dev