ImplicitsModule (original) (raw)
scala.quoted.Quotes.reflectModule.ImplicitsModule
Methods of the module object val Implicits
Attributes
Source
Graph
Supertypes
Self type
Members list
Find a given instance of type T
in the current scope provided by the current enclosing splice. Return an ImplicitSearchResult
.
Find a given instance of type T
in the current scope provided by the current enclosing splice. Return an ImplicitSearchResult
.
Value parameters
tpe
type of the implicit parameter
Attributes
Source
Find a given instance of type T
in the current scope provided by the current enclosing splice, while excluding certain symbols from the initial implicit search. Return an ImplicitSearchResult
.
Find a given instance of type T
in the current scope provided by the current enclosing splice, while excluding certain symbols from the initial implicit search. Return an ImplicitSearchResult
.
Value parameters
ignored
Symbols ignored during the initial implicit search
tpe
type of the implicit parameter
Attributes
Note
if an found given requires additional search for other given instances, this additional search will NOT exclude the symbols from the ignored
list.
Source
In this article