Implicits
scala.math.Numeric.Implicits
Members list Implicits Inherited implicitsThese implicits create conversions from a value for which an implicit Numeric exists to the inner class which creates infix operations.
These implicits create conversions from a value for which an implicit Numeric exists to the inner class which creates infix operations. Once imported, you can write methods as follows:
def plus[T: Numeric](x: T, y: T) = x + y
Attributes
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4