Eq

quotidian.examples.eq.Eq
See theEq companion trait
object Eq

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Eq.type

Members list

Type members

Classlikes

object given_Eq_Boolean extends Eq[Boolean]

Attributes

Supertypes
trait Eq[Boolean]
class Object
trait Matchable
class Any
Self type
object given_Eq_Double extends Eq[Double]

Attributes

Supertypes
trait Eq[Double]
class Object
trait Matchable
class Any
Self type
object given_Eq_Int extends Eq[Int]

Attributes

Supertypes
trait Eq[Int]
class Object
trait Matchable
class Any
Self type
object given_Eq_String extends Eq[String]

Attributes

Supertypes
trait Eq[String]
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

inline def derived[A]: Eq[A]

Givens

Givens

given given_Eq_Option[A : Eq]: given_Eq_Option[A]

Extensions

Extensions

extension [T](x: T)
def ===(y: T)(using eq: Eq[T]): Boolean