EqualOps

zio.prelude.EqualSyntax.EqualOps
implicit class EqualOps[A](l: A)

Provides infix syntax for comparing two values for equality.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def !==[A1 >: A](r: A1)(implicit equal: Equal[A1]): Boolean

Returns whether this value and the specified value are not equal.

Returns whether this value and the specified value are not equal.

Attributes

def ===[A1 >: A](r: A1)(implicit equal: Equal[A1]): Boolean

Returns whether this value and the specified value are equal.

Returns whether this value and the specified value are equal.

Attributes