Packages

class SearchResult extends AnyRef

The result of an implicit search

Source
Implicits.scala
Linear Supertypes
AnyRef, Any
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. All

Instance Constructors

  1. new SearchResult(tree: Global.Tree, subst: Global.TreeTypeSubstituter, undetparams: List[Global.Symbol])

    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. def isAmbiguousFailure: Boolean
  2. def isDivergent: Boolean
  3. def isFailure: Boolean
  4. final def isSuccess: Boolean
  5. val subst: Global.TreeTypeSubstituter
  6. def toString(): String
    Definition Classes
    SearchResult → AnyRef → Any
  7. val tree: Global.Tree
  8. val undetparams: List[Global.Symbol]