org.powerscala.property

SetProperty

Related Doc: package property

trait SetProperty[T] extends Property[Set[T]]

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

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def ++=(seq: Seq[T]): Unit

  4. def +=(t: T): Unit

  5. def -=(t: T): Unit

  6. def :=(value: Set[T]): Unit

    Definition Classes
    WriteProperty
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  8. def and(other: Property[Set[T]]): PropertyGroup[Set[T]]

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

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  10. def apply(value: Set[T], handling: EventHandling): Unit

    Definition Classes
    Property
  11. def apply(value: Set[T]): Unit

    Definition Classes
    Property → Function1
  12. def apply(): Set[T]

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

    Definition Classes
    Any
  14. def bind(bindable: Bindable[Set[T]]): FunctionalListener[_ <: Change[Set[T]], Unit]

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

    Definition Classes
    Bindable
  16. val change: PropertyChangeProcessor[Set[T]]

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

    Definition Classes
    Property
  18. def clone(): AnyRef

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

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  20. def contains(t: T): Boolean

  21. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  27. def hierarchicalParent: Listenable

    Attributes
    protected
    Definition Classes
    Property → ChildLike
  28. def isChange(newValue: Set[T]): Boolean

    Attributes
    protected
    Definition Classes
    Property
  29. def isEmpty: Boolean

  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def listen[Event, Response, Result](name: String, priority: Priority, modes: ListenMode*)(f: (Event) ⇒ Response)(implicit eventManifest: Manifest[Event]): FunctionalListener[Event, Response]

    Definition Classes
    Listenable
  32. val listeners: Listeners

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

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

    Definition Classes
    AnyRef
  35. def nonEmpty: Boolean

  36. final def notify(): Unit

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

    Definition Classes
    AnyRef
  38. implicit val parent: Listenable

    Definition Classes
    Property
  39. def propertyChange(value: Set[T]): Unit

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

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

    Attributes
    protected
    Definition Classes
    Property
  42. val read: PropertyReadProcessor

    Definition Classes
    Property
  43. lazy val readOnlyView: ReadOnlyPropertyLense[Set[T]]

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

    Definition Classes
    AnyRef
  45. implicit val thisListenable: Listenable

    Definition Classes
    Listenable
  46. def toString(): String

    Definition Classes
    Property → Function1 → Function0 → AnyRef → Any
  47. def value: Set[T]

    Definition Classes
    ReadProperty
  48. def value_=(value: Set[T]): Unit

    Definition Classes
    WriteProperty
  49. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Property[Set[T]]

Inherited from ChildLike[Listenable]

Inherited from Bindable[Set[T]]

Inherited from Listenable

Inherited from WriteProperty[Set[T]]

Inherited from (Set[T]) ⇒ Unit

Inherited from ReadProperty[Set[T]]

Inherited from () ⇒ Set[T]

Inherited from AnyRef

Inherited from Any

Ungrouped