Packages

final class Expanded[S <: Sys[S], A] extends IExpr[S, A] with IGenerator[S, Change[A]]

Linear Supertypes
IGenerator[S, Change[A]], IEventImpl[S, Change[A]], IEvent[S, Change[A]], Observable[S.Tx, Change[A]], IExpr[S, A], Disposable[S.Tx], IPublisher[S, Change[A]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Expanded
  2. IGenerator
  3. IEventImpl
  4. IEvent
  5. Observable
  6. IExpr
  7. Disposable
  8. IPublisher
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Expanded(attrView: CellView[S.Tx, Option[A]], default: IExpr[S, A], tx0: S.Tx)(implicit targets: ITargets[S])

Value Members

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

     Connects the given selector to this event.

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

    Definition Classes
    IEventImpl → IEvent
  4. def -/->(sink: IEvent[S, Any])(implicit tx: S.Tx): 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: IEvent[S, Change[A]]
    Definition Classes
    ExpandedIPublisher
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def dispose()(implicit tx: S.Tx): Unit
    Definition Classes
    ExpandedDisposable
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def fire(update: Change[A])(implicit tx: S.Tx): Unit
    Definition Classes
    IGenerator
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def react(fun: (S.Tx) ⇒ (Change[A]) ⇒ Unit)(implicit tx: S.Tx): Disposable[S.Tx]

    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
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. implicit val targets: ITargets[S]
    Attributes
    protected
    Definition Classes
    Expanded → IEventImpl
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. def value(implicit tx: S.Tx): A
    Definition Classes
    ExpandedIExpr
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from IGenerator[S, Change[A]]

Inherited from IEventImpl[S, Change[A]]

Inherited from IEvent[S, Change[A]]

Inherited from Observable[S.Tx, Change[A]]

Inherited from IExpr[S, A]

Inherited from Disposable[S.Tx]

Inherited from IPublisher[S, Change[A]]

Inherited from AnyRef

Inherited from Any

Ungrouped