AppendedClues

Companion object that facilitates the importing of AppendedClues members as an alternative to mixing it in. One use case is to import AppendedClues members so you can use them in the Scala interpreter.

Companion:
class
class Object
trait Matchable
class Any

Type members

Inherited classlikes

class Clueful[T](fun: => T)

Class that provides a withClue method that appends clue strings to any ModifiableMessage exception thrown by the passed by-name parameter.

Class that provides a withClue method that appends clue strings to any ModifiableMessage exception thrown by the passed by-name parameter.

Inherited from:
AppendedClues

Implicits

Inherited implicits

implicit def convertToClueful[T](fun: => T): Clueful[T]

Implicit conversion that allows clues to be place after a block of code.

Implicit conversion that allows clues to be place after a block of code.

Inherited from:
AppendedClues