CanHaveDelta

org.specs2.matcher.CanHaveDelta
case class CanHaveDelta[S](n: S)(using evidence$1: Numeric[S])

transient class allowing the creation of a delta

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def +/-(delta: S): PlusOrMinus[S]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product