An implementation of Constraint
for two types A
and B
that requires an Equality[B]
and a conversion function from A
to B
.
An implementation of Constraint
for two types A
and B
that requires an Equality[A]
and a conversion function from B
to A
.
An implementation of Constraint
for two types A
and B
that requires an Equality[A]
to
which its areEqual
method can delegate an equality comparison.
Class representing an spread (i.e., range) between two numbers.
Facilitates the “should ===
” and “should !==
” syntax of ScalaTest's matchers DSL.”“”“
Facilitates the “should === (x += y)
” and “should !== (x += y)
” syntax of ScalaTest's matchers DSL.”“”“