NoTypedEqual

trait NoTypedEqual extends TypedEqual

This trait can be used to suppress the TypedEqual implicit

class Object
trait Matchable
class Any

Value members

Concrete fields

final lazy val NoTypedEqual: NoTypedEqual

Extensions

Inherited extensions

extension (t: => T)
def !==[T](using not: NotGiven[NoTypedEqual])(other: => T): Result

! equality matcher on Expectables

! equality matcher on Expectables

Inherited from
TypedEqual
def ===[T](using not: NotGiven[NoTypedEqual])(other: => T): Result

equality matcher on Expectables

equality matcher on Expectables

Inherited from
TypedEqual