SnapshotEq

snapshot4s.SnapshotEq
See theSnapshotEq companion object
trait SnapshotEq[A]

A type class used to compare a found value to a snapshot value.

Attributes

Companion
object
Source
SnapshotEq.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def eqv(found: A, snapshot: A): Boolean

Compares a found and snapshot value.

Compares a found and snapshot value.

Attributes

Source
SnapshotEq.scala