Implicit Conversions - Scala Documentation

An implicit conversion from type S to type T is defined by an implicit value which has function type S => T, or by an implicit method convertible to a value of that type.


This is a companion discussion topic for the original entry at http://docs.scala-lang.org//tutorials/tour/implicit-conversions.html