org.powerscala.property

PropertyGroup

class PropertyGroup[T] extends PropertyLike[T]

PropertyGroup is a convenience wrapper around multiple properties of the same type.

Linear Supertypes
PropertyLike[T], () ⇒ T, (T) ⇒ Unit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PropertyGroup
  2. PropertyLike
  3. Function0
  4. Function1
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PropertyGroup(properties: List[Property[T]])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def :=(value: T): Unit

    Definition Classes
    PropertyLike
  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. def and(property: Property[T]): PropertyGroup[T]

    Creates a new PropertyGroup adding in the supplied Property.

  8. def andThen[A](g: (Unit) ⇒ A): (T) ⇒ A

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  9. def apply(value: T): Unit

    Sets the supplied value to all properties in the group.

    Sets the supplied value to all properties in the group.

    Definition Classes
    PropertyGroup → Function1
  10. def apply(): T

    Retrieves the first value from this PropertyGroup or null if it is empty.

    Retrieves the first value from this PropertyGroup or null if it is empty.

    Definition Classes
    PropertyGroup → Function0
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. lazy val change: ProcessorGroup[PropertyChangeEvent[T], Unit, Unit]

  13. lazy val changing: ProcessorGroup[T, Option[T], Option[T]]

  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def compose[A](g: (A) ⇒ T): (A) ⇒ Unit

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def get: Option[T]

    Returns Some[T] if all properties in the group are equal.

    Returns Some[T] if all properties in the group are equal. Otherwise None is returned.

  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. val properties: List[Property[T]]

  27. lazy val read: ProcessorGroup[PropertyRead, Unit, Unit]

  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    Function0 → AnyRef → Any
  30. def value: T

    Definition Classes
    PropertyLike
  31. def value_=(value: T): Unit

    Definition Classes
    PropertyLike
  32. def values: List[T]

    Retrieves all values from the properties in this group as a List.

  33. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PropertyLike[T]

Inherited from () ⇒ T

Inherited from (T) ⇒ Unit

Inherited from AnyRef

Inherited from Any

Ungrouped