Package

shapeless

test

Permalink

package test

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. test
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class CompileTimeMacros extends AnyRef

    Permalink
  2. class IllTypedMacros extends AnyRef

    Permalink
  3. class TypeTrace[T] extends AnyRef

    Permalink
  4. class TypeTraceMacros extends AnyRef

    Permalink

Value Members

  1. object TypeTrace

    Permalink
  2. object compileTime

    Permalink

    Utility that measures the compilation time of a code fragment.

    Utility that measures the compilation time of a code fragment.

    compileTime takes a code fragment as String, measures the time it takes to parse and typecheck it and returns that time as a FiniteDuration.

    Example:

    scala> compileTime(""" Generic[(Int, Option[String])] """)
    res0: FiniteDuration = 43153718 nanoseconds
  3. object illTyped

    Permalink

    A utility which ensures that a code fragment does not typecheck.

    A utility which ensures that a code fragment does not typecheck.

    Credit: Stefan Zeiger (@StefanZeiger)

  4. def sameTyped[T](t1: ⇒ T)(t2: ⇒ T): Unit

    Permalink
  5. macro def showType[T](t: ⇒ T): String

    Permalink
  6. macro def showType[T]: String

    Permalink
  7. def typed[T](t: ⇒ T): Unit

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped