This time we will look at using Generics in Scala. The basic usage for generics is not that far removed from usage in .NET, where in Scala you may have generic methods/classes.Context bounds were introduced in Scala 2.8.0, and are typically used with the so-called type class pattern, a pattern of...