Packages

class SearchResult extends AnyRef

The result of an implicit search

Source
Implicits.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SearchResult
  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. Protected

Instance Constructors

  1. new SearchResult(tree: Global.Tree, subst: Global.TreeTypeSubstituter, undetparams: List[Global.Symbol], inPackagePrefix: Boolean = false, implicitInfo: Analyzer.ImplicitInfo = null)

    tree

    The tree representing the implicit

    subst

    A substituter that represents the undetermined type parameters that were instantiated by the winning implicit.

    undetparams

    undetermined type parameters

Value Members

  1. val implicitInfo: Analyzer.ImplicitInfo
  2. val inPackagePrefix: Boolean
  3. def isAmbiguousFailure: Boolean
  4. def isDivergent: Boolean
  5. def isFailure: Boolean
  6. final def isSuccess: Boolean
  7. val subst: Global.TreeTypeSubstituter
  8. def toString(): String
    Definition Classes
    SearchResult → AnyRef → Any
  9. val tree: Global.Tree
  10. val undetparams: List[Global.Symbol]