de.sciss.lucre.event.Compound

Or

final class Or[S <: Sys[S], D <: Decl[S, Repr], Repr <: Compound[S, D, Repr], B] extends Event[S, B, Repr] with InvariantSelector[S]

Linear Supertypes
InvariantSelector[S], Event[S, B, Repr], VirtualNodeSelector[S], Selector[S], EventLike[S, B, Repr], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Or
  2. InvariantSelector
  3. Event
  4. VirtualNodeSelector
  5. Selector
  6. EventLike
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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 --->(r: Selector[S])(implicit tx: S.Tx): Unit

    Definition Classes
    OrEventLike
  5. def -/->(r: Selector[S])(implicit tx: S.Tx): Unit

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

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

    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. final def cookie: Int

    Attributes
    protected
    Definition Classes
    InvariantSelectorSelector
  11. final def devirtualize[A1, R1](reader: Reader[S, R1])(implicit tx: S.Tx): Event[S, A1, R1 with Node[S]]

    Definition Classes
    EventVirtualNodeSelector
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(that: Any): Boolean

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  18. def isSource(pull: Pull[S]): Boolean

    Definition Classes
    OrEventLike
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. val node: Repr

    Definition Classes
    OrEventVirtualNodeSelector
  21. final def notify(): Unit

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

    Definition Classes
    AnyRef
  23. def pullUpdate(pull: Pull[S])(implicit tx: S.Tx): Option[B]

    Definition Classes
    OrEventLike
  24. def react[B1 >: B](fun: (B1) ⇒ Unit)(implicit tx: S.Tx): Observer[S, B1, Repr]

    Registers a live observer with this event.

    Registers a live observer with this event. The method is called with the observing function which receives the event's update messages, and the method generates an opaque Observer instance, which may be used to remove the observer eventually (through the observer's remove method), or to add the observer to other events of the same type (using the observer's add method).

    Note that the caller should not call add on the resulting observer to register this event, as this is already done as part of the call to react.

    Definition Classes
    OrEventLike
  25. def reactTx[B1 >: B](fun: (S.Tx) ⇒ (B1) ⇒ Unit)(implicit tx: S.Tx): Observer[S, B1, Repr]

    Like react, but passing in a transaction as first function argument.

    Like react, but passing in a transaction as first function argument.

    Definition Classes
    OrEventLike
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    OrVirtualNodeSelector → AnyRef → Any
  28. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  31. final def writeSelector(out: DataOutput): Unit

    Definition Classes
    Selector
  32. final def writeSelectorData(out: DataOutput): Unit

    Attributes
    protected
    Definition Classes
    VirtualNodeSelectorSelector
  33. def |[Up >: B, C <: Up](that: Event[S, C, Repr]): Or[S, D, Repr, Up]

Inherited from InvariantSelector[S]

Inherited from Event[S, B, Repr]

Inherited from VirtualNodeSelector[S]

Inherited from Selector[S]

Inherited from EventLike[S, B, Repr]

Inherited from AnyRef

Inherited from Any

Ungrouped