class DeterminedWord extends AnyRef
This class is part of the Scalactic “explicitly DSL”. Please
see the documentation for Explicitly
for an overview of
the explicitly DSL.
- Source
- Explicitly.scala
- Alphabetic
- By Inheritance
- DeterminedWord
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new DeterminedWord()
Value Members
- def by[A](equivalence: Equivalence[A]): DeterminedByEquivalence[A]
This method enables the following syntax, given an
Equivalence[String]
namedmyStringEquivalence
:This method enables the following syntax, given an
Equivalence[String]
namedmyStringEquivalence
:result should equal ("hello") (determined by myStringEquivalence) ^