Trait

org.powerscala.property

SetProperty

Related Doc: package property

Permalink

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
Visibility
  1. Public
  2. All

Value Members

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Property
  18. def clone(): AnyRef

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. def hierarchicalParent: Listenable

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

    Permalink
    Attributes
    protected
    Definition Classes
    Property
  29. def isEmpty: Boolean

    Permalink
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    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]

    Permalink
    Definition Classes
    Listenable
  32. val listeners: Listeners

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

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

    Permalink
    Definition Classes
    AnyRef
  35. def nonEmpty: Boolean

    Permalink
  36. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  38. implicit val parent: Listenable

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Property
  42. val read: PropertyReadProcessor

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

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

    Permalink
    Definition Classes
    AnyRef
  45. implicit val thisListenable: Listenable

    Permalink
    Definition Classes
    Listenable
  46. def toString(): String

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

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

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

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

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

    Permalink
    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