object Implicits

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

Value Members

  1. macro def infer[T](clue: String): T
  2. macro def infer[T]: T

    Similar to implicitly from standard library but implemented as a macro which materializes directly into the implicit value (without being wrapped as implicit parameter of a dummy method like implicitly).

    Similar to implicitly from standard library but implemented as a macro which materializes directly into the implicit value (without being wrapped as implicit parameter of a dummy method like implicitly). Also, using infer lets you have more detailed control over implicit-not-found compilation error messages through ImplicitNotFound.

  3. macro def inferNonMacro[T](clue: String): T