com.github

johnreedlol

package johnreedlol

Makes Scala Trace Debug functions available via implicit conversions. https://github.com/JohnReedLOL/scala-trace-debug

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. johnreedlol
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. object Compat

    Attributes
    protected
  2. object Debug

    Contains static debug functions for Java and Scala.

    Contains static debug functions for Java and Scala. https://github.com/JohnReedLOL/scala-trace-debug

  3. object Macro

    Scala specific debug methods.

  4. object Pos

    Provides position based printing.

  5. package conversions

  6. val exitFail: Int

    Assertions fail with exit code 7

    Assertions fail with exit code 7

    Attributes
    protected
  7. implicit def implicitlyAssertable[MyType](me: MyType): ImplicitAssert[MyType]

    Import this to add assert functionality to the current scope

  8. implicit def implicitlyPrintable[MyType](me: MyType): ImplicitPrint[MyType]

    Import this to add print functionality to the current scope

  9. implicit def implicitlyTraceable[MyType](me: MyType): ImplicitTrace[MyType]

    Import this to add trace functionality to the current scope

  10. package internal

Inherited from AnyRef

Inherited from Any

Ungrouped