Implicit Parameters - Scala Documentation

A method with implicit parameters can be applied to arguments just like a normal method. In this case the implicit label has no effect. However, if such a method misses arguments for its implicit parameters, such arguments will be automatically provided.


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