Eq

trait Eq[T]

Very simple equality type class, which allows for customizing the comparison logic employed by the diff algorith. By default universal value equality is used.

Very simple equality type class, which allows for customizing the comparison logic employed by the diff algorith. By default universal value equality is used.

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(a: T, b: T): Boolean