OpenSearch

dotty.tools.dotc.typer.OpenSearch
case class OpenSearch(cand: Candidate, pt: Type, outer: SearchHistory)(using x$4: Context) extends SearchHistory

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Inherited methods

Attributes

Inherited from:
SearchHistory

Attributes

Inherited from:
SearchHistory

Attributes

Inherited from:
SearchHistory
def nest(cand: Candidate, pt: Type)(using Context): OpenSearch

Create the state for a nested implicit search.

Create the state for a nested implicit search.

Attributes

cand

The candidate implicit to be explored.

pt

The target type for the above candidate.

Inherited from:
SearchHistory

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
SearchHistory
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Inherited from:
SearchHistory

Concrete fields

Does this search history contain any by name implicit arguments.

Does this search history contain any by name implicit arguments.

Attributes

lazy val typeSize: Int