Packages

class ImplicitInfo extends AnyRef

A class that records an available implicit

Source
Implicits.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImplicitInfo
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ImplicitInfo(name: Global.Name, pre: Global.Type, sym: Global.Symbol)

    name

    The name of the implicit

    pre

    The prefix type of the implicit

    sym

    The symbol of the implicit

Value Members

  1. def equals(other: Any): Boolean
    Definition Classes
    ImplicitInfo → AnyRef → Any
  2. def hashCode(): Int
    Definition Classes
    ImplicitInfo → AnyRef → Any
  3. def isCyclicOrErroneous: Boolean
  4. def isStablePrefix: Boolean
  5. val name: Global.Name
  6. val pre: Global.Type
  7. val sym: Global.Symbol
  8. def toString(): String
    Definition Classes
    ImplicitInfo → AnyRef → Any
  9. def tpe: Global.Type

    Computes member type of implicit from prefix pre (cached).

  10. def useCount(isView: Boolean): Int
  11. var useCountArg: Int
  12. var useCountView: Int