Selectable
extends Object with SelectableA 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
.
Supertypes
Object, SelectableMembers
def
[ClassTag[Nothing <: Any]]
)
(
args:
[Any]
)
: Any
applyDynamic
( name: String , paramTypes:Select method and apply to arguments.
Select method and apply to arguments.
def
selectDynamic
( name: String ) : AnySelect member with given name
Select member with given name
protected
def
selectedValue
: AnyThe value from which structural members are selected. By default this is the Selectable instance itself, but it can be overridden.
The value from which structural members are selected. By default this is the Selectable instance itself, but it can be overridden.