Int

scala.math.Equiv.Int
object Int extends Equiv[Int]

Attributes

Source
Equiv.scala
Graph
Supertypes
trait Equiv[Int]
trait Serializable
class Object
trait Matchable
class Any
Self type
Int.type

Members list

Value members

Concrete methods

def equiv(x: Int, y: Int): Boolean

Returns true iff x is equivalent to y.

Returns true iff x is equivalent to y.

Attributes

Source
Equiv.scala