Packages

object output extends IExpr[T, String] with IChangeGeneratorEvent[T, String]

Definition Classes
ExpandedProcessPeer
Linear Supertypes
IChangeGeneratorEvent[T, String], IChangeEventImpl[T, String], IChangeEvent[T, String], IGeneratorEvent[T, Change[String]], IEventImpl[T, Change[String]], IEvent[T, Change[String]], Observable[T, Change[String]], IExpr[T, String], Disposable[T], IChangePublisher[T, String], IPublisher[T, Change[String]], ExprLike[T, String], Form[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. output
  2. IChangeGeneratorEvent
  3. IChangeEventImpl
  4. IChangeEvent
  5. IGeneratorEvent
  6. IEventImpl
  7. IEvent
  8. Observable
  9. IExpr
  10. Disposable
  11. IChangePublisher
  12. IPublisher
  13. ExprLike
  14. Form
  15. AnyRef
  16. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def --->(sink: IEvent[T, Any])(implicit tx: T): Unit

    Connects the given selector to this event.

    Connects the given selector to this event. That is, this event will add the selector to its propagation targets.

    Definition Classes
    IEventImpl → IEvent
  4. def -/->(sink: IEvent[T, Any])(implicit tx: T): Unit

    Disconnects the given selector from this event.

    Disconnects the given selector from this event. That is, this event will remove the selector from its propagation targets.

    Definition Classes
    IEventImpl → IEvent
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def changed: IChangeEvent[T, String]
    Definition Classes
    outputIChangePublisherIPublisherExprLike
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def dispose()(implicit tx: T): Unit
    Definition Classes
    outputDisposable
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def fire(update: Change[String])(implicit tx: T): Unit
    Definition Classes
    IGeneratorEvent
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def react(fun: (T) => (Change[String]) => Unit)(implicit tx: T): Disposable[T]

    Registers a live observer with this observable.

    Registers a live observer with this observable. The method is called with the observing function which receives the observable's update message of type A, and the method generates an opaque Disposable instance, which may be used to remove the observer eventually (through the dispose method).

    Definition Classes
    IEventImpl → Observable
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def targets: ITargets[T]
    Attributes
    protected
    Definition Classes
    output → IChangeEventImpl → IEventImpl
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. def value(implicit tx: T): String
    Definition Classes
    outputIExprExprLike
  24. def value_=(now: String)(implicit tx: T): Unit
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from IChangeGeneratorEvent[T, String]

Inherited from IChangeEventImpl[T, String]

Inherited from IChangeEvent[T, String]

Inherited from IGeneratorEvent[T, Change[String]]

Inherited from IEventImpl[T, Change[String]]

Inherited from IEvent[T, Change[String]]

Inherited from Observable[T, Change[String]]

Inherited from IExpr[T, String]

Inherited from Disposable[T]

Inherited from IChangePublisher[T, String]

Inherited from IPublisher[T, Change[String]]

Inherited from ExprLike[T, String]

Inherited from Form[T]

Inherited from AnyRef

Inherited from Any

Ungrouped