StreamEq

@deprecated("Use cats.kernel.instances.lazyList", "2.0.0-RC2") class StreamEq[A](ev: Eq[A]) extends Eq[Stream[A]]
Deprecated
trait Eq[Stream[A]]
trait Serializable
class Object
trait Matchable
class Any
class StreamHash[A]

Value members

Concrete methods

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

Inherited methods

def neqv(x: Stream[A], y: Stream[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