StreamHash

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

Value members

Concrete methods

def hash(xs: Stream[A]): Int

Inherited methods

def eqv(xs: Stream[A], ys: Stream[A]): Boolean
Inherited from
StreamEq
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