trait Component[T, C] extends GetComponent[T, C] with SetComponent[T, C]

Defines an object that can be used as a lens into a component C of some type T.

Linear Supertypes
SetComponent[T, C], GetComponent[T, C], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Component
  2. SetComponent
  3. GetComponent
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def get: (T) ⇒ C
    Definition Classes
    GetComponent
  2. abstract def set: (T, C) ⇒ T
    Definition Classes
    SetComponent