Packages

object AppendedClues extends 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.

Source
AppendedClues.scala
Linear Supertypes
AppendedClues, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AppendedClues
  2. AppendedClues
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Clueful [T] extends AnyRef

    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.

    Definition Classes
    AppendedClues

Value Members

  1. 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.

    Definition Classes
    AppendedClues