EqT

ostrat.EqT
See theEqT companion object
trait EqT[A]

Equals type class trait has one method eqT that tests Equality on 2 values of type T.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ArrArrayDblEq[A, ArrT]
class Eq1T[A1, A]
trait Eq2T[A1, A2, A]
class Eq2DblsT[A]
class Eq3T[A1, A2, A3, A]
class Eq4T[A1, A2, A3, A4, A]
class EqArrayIntBacked[ArrT]
Show all

Members list

Value members

Abstract methods

def eqT(a1: A, a2: A): Boolean
Implicitly added by arrayImplicit

Tests Equality on 2 values of type T.

Tests Equality on 2 values of type T.

Attributes

def eqT(a1: A, a2: A): Boolean
Implicitly added by listImplicit

Tests Equality on 2 values of type T.

Tests Equality on 2 values of type T.

Attributes

def eqT(a1: A, a2: A): Boolean
Implicitly added by optionImplicit

Tests Equality on 2 values of type T.

Tests Equality on 2 values of type T.

Attributes

def eqT(a1: A, a2: A): Boolean
Implicitly added by seqImplicit

Tests Equality on 2 values of type T.

Tests Equality on 2 values of type T.

Attributes

def eqT(a1: A, a2: A): Boolean
Implicitly added by someImplicit

Tests Equality on 2 values of type T.

Tests Equality on 2 values of type T.

Attributes

def eqT(a1: A, a2: A): Boolean
Implicitly added by vectorImplicit

Tests Equality on 2 values of type T.

Tests Equality on 2 values of type T.

Attributes

def eqT(a1: A, a2: A): Boolean

Tests Equality on 2 values of type T.

Tests Equality on 2 values of type T.

Attributes