scala.reflect.Selectable
See theSelectable companion object
A class that implements structural selections using Java reflection.
It can be used as a supertrait of a class or be made available
as an implicit conversion via reflectiveSelectable
.
In Scala.js, it is implemented using a separate Scala.js-specific mechanism, since Java reflection is not available.
Attributes
- Companion:
- object
- Graph
- Supertypes