CanEqual

scala.CanEqual
See theCanEqual companion object
sealed trait CanEqual[-L, -R]

A marker trait indicating that values of type L can be compared to values of type R.

Attributes

Companion
object
Source
CanEqual.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object derived
In this article