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 viareflectiveSelectable.
In Scala.js, it is implemented using a separate Scala.js-specific mechanism, since Java reflection is not available.
Select method and apply to arguments.
Select method and apply to arguments.
The arguments to pass to the selected method
The name of the selected method
The class tags of the selected method's formal parameter types
Select member with given name