Eq2DblsT

ostrat.Eq2DblsT
case class Eq2DblsT[A](fArg1: A => Double, fArg2: A => Double) extends Eq2T[Double, Double, A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Eq2T[Double, Double, A]
trait EqT[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

override def eqT(r1: A, r2: A): Boolean

Tests Equality on 2 values of type T.

Tests Equality on 2 values of type T.

Attributes

Definition Classes
Eq2T -> EqT
Inherited from:
Eq2T

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Implicits

Implicits

implicit override def eq1: EqT[Double]

Attributes

Definition Classes
implicit override def eq2: EqT[Double]

Attributes

Definition Classes