LazyListEq

cats.kernel.instances.LazyListEq
class LazyListEq[A](implicit ev: Eq[A]) extends Eq[LazyList[A]]

Attributes

Source:
LazyListInstances.scala
Graph
Supertypes
trait Eq[LazyList[A]]
class Object
trait Matchable
class Any
Known subtypes
class LazyListHash[A]

Members list

Concise view

Value members

Concrete methods

def eqv(xs: LazyList[A], ys: LazyList[A]): Boolean

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

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

Attributes

Source:
LazyListInstances.scala

Inherited methods

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

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

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

Attributes

Inherited from:
Eq
Source:
Eq.scala