Long

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

Attributes

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

Members list

Value members

Concrete methods

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

Returns true iff x is equivalent to y.

Returns true iff x is equivalent to y.

Value parameters

x

the first value to compare

y

the second value to compare

Attributes

Source
Equiv.scala