Candidate

dotty.tools.dotc.typer.Implicits$.Candidate
See theCandidate companion object
case class Candidate(implicitRef: ImplicitRef, kind: Kind, level: Int) extends RefAndLevel

An eligible implicit candidate, consisting of an implicit reference and a nesting level

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait RefAndLevel
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def ref: TermRef

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product