final class Expanded[S <: Sys[S], A] extends IExpr[S, A] with IGenerator[S, Change[A]]
- Alphabetic
- By Inheritance
- Expanded
- IGenerator
- IEventImpl
- IEvent
- Observable
- IExpr
- Disposable
- IPublisher
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
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
-
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
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
changed: IEvent[S, Change[A]]
- Definition Classes
- Expanded → IPublisher
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
dispose()(implicit tx: S.Tx): Unit
- Definition Classes
- Expanded → Disposable
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
fire(update: Change[A])(implicit tx: S.Tx): Unit
- Definition Classes
- IGenerator
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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 opaqueDisposableinstance, which may be used to remove the observer eventually (through thedisposemethod).- Definition Classes
- IEventImpl → Observable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
implicit
val
targets: ITargets[S]
- Attributes
- protected
- Definition Classes
- Expanded → IEventImpl
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def value(implicit tx: S.Tx): A
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )