OptionEq

@SerialVersionUID(0L)
class OptionEq[A] extends Eq[Option[A]] with Serializable
trait Eq[Option[A]]
trait Serializable
class Object
trait Matchable
class Any
class OptionOrder[A]

Value members

Concrete methods

def eqv(x: Option[A], y: Option[A]): Boolean

Inherited methods

def neqv(x: Option[A], y: Option[A]): Boolean

Returns false if x and y are equivalent, true otherwise.

Returns false if x and y are equivalent, true otherwise.

Inherited from
Eq