LazyListEq

class LazyListEq[A](ev: Eq[A]) extends Eq[LazyList[A]]
trait Eq[LazyList[A]]
trait Serializable
class Object
trait Matchable
class Any
class LazyListHash[A]

Value members

Concrete methods

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

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.

Inherited from
Eq