T trait

Selectable

extends Object with Selectable

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.

Supertypes

Object, Selectable

Members

def 

applyDynamic

( name: String paramTypes: [ClassTag[Nothing <: Any]] ) ( args: [Any] ) : Any

Select method and apply to arguments.

Select method and apply to arguments.

def 

selectDynamic

( name: String ) : Any

Select member with given name

Select member with given name

protected def 

selectedValue

: Any

The 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.