Operators - Scala Documentation

In Scala, operators are methods. Any method with a single parameter can be used as an infix operator. For example, + can be called with dot-notation:


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