Mar 23, 20151 minScalaScala Extension methods via implicit classesIn this post i will demonstrate a nice trick to add “extension methods” for a given class. Note: The feature is based on implicit class...
Oct 16, 20142 minScalaExplicit Implicit ConversionOne of the most common pattern we use on our day to day is converting objects from one type of object to another. The reasons for that...