Table

trait Table[T] extends Selectable
Companion
object
trait Selectable
trait Selectable
class Object
trait Matchable
class Any

Value members

Inherited methods

final def applyDynamic(name: String, paramTypes: Class[_]*)(args: Any*): Any

Select method and apply to arguments.

Select method and apply to arguments.

Value Params
args

The arguments to pass to the selected method

name

The name of the selected method

paramTypes

The class tags of the selected method's formal parameter types

Inherited from
Selectable
final def selectDynamic(name: String): Any

Select member with given name

Select member with given name

Inherited from
Selectable