org.powerscala.property

DerivedProperty

trait DerivedProperty[T, O] extends Property[T]

DerivedProperty allows a property to be created that relies on and even defines the contents of another property.

Linear Supertypes
Property[T], ChildLike[Listenable], Bindable[T], Listenable, PropertyLike[T], () ⇒ T, (T) ⇒ Unit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DerivedProperty
  2. Property
  3. ChildLike
  4. Bindable
  5. Listenable
  6. PropertyLike
  7. Function0
  8. Function1
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def fromO(value: O): T

  2. abstract def fromT(value: T): O

  3. abstract def other: Property[O]

Concrete 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(other: Property[T]): PropertyGroup[T]

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

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

    Definition Classes
    Property
  10. def apply(value: T): Unit

    Definition Classes
    Property → Function1
  11. def apply(): T

    Definition Classes
    Property → Function0
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def bind(bindable: Bindable[T]): ListenerWrapper[_ <: Change[T], Unit, Unit]

    Definition Classes
    Bindable
  14. def bindTo[S](bindable: Bindable[S])(implicit converter: (S) ⇒ T): ListenerWrapper[_ <: Change[S], Unit, Unit]

    Definition Classes
    Bindable
  15. val change: PropertyChangeProcessor[T]

    Definition Classes
    Property → Bindable
  16. val changing: PropertyChangingProcessor[T]

    Definition Classes
    Property
  17. def clone(): AnyRef

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

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  19. val default: Option[T]

    Definition Classes
    Property
  20. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    Property
  24. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  26. def hierarchicalParent: Listenable

    Attributes
    protected
    Definition Classes
    Property → ChildLike
  27. def isChange(newValue: T): Boolean

    Attributes
    protected
    Definition Classes
    Property
  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. def listen[E, V, R](name: String, modes: ListenMode*)(f: (E) ⇒ V)(implicit eventManifest: Manifest[E]): ListenerWrapper[E, V, R]

    Definition Classes
    Listenable
  30. val listeners: Listeners

    Definition Classes
    Listenable
  31. implicit val manifest: Manifest[T]

    Definition Classes
    Property
  32. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  35. implicit val parent: Listenable

    Definition Classes
    Property
  36. def propertyChange(value: T): Unit

    Attributes
    protected
    Definition Classes
    Property
  37. def propertyChanging(value: T): Option[T]

    Attributes
    protected
    Definition Classes
    Property
  38. def propertyRead(): Unit

    Attributes
    protected
    Definition Classes
    Property
  39. val read: PropertyReadProcessor

    Definition Classes
    Property
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. implicit val thisListenable: Listenable

    Definition Classes
    Listenable
  42. def toString(): String

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

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

    Definition Classes
    PropertyLike
  45. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Property[T]

Inherited from ChildLike[Listenable]

Inherited from Bindable[T]

Inherited from Listenable

Inherited from PropertyLike[T]

Inherited from () ⇒ T

Inherited from (T) ⇒ Unit

Inherited from AnyRef

Inherited from Any

Ungrouped