Modifier and Type | Class and Description |
---|---|
class |
AbstractSignal<T>
Handles the machinery of connecting slots to a signal and emitting events to them, without
exposing a public interface for emitting events.
|
class |
AbstractValue<T>
Handles the machinery of connecting listeners to a value and notifying them, without exposing a
public interface for updating the value.
|
class |
IntValue
A
Value specialized for ints, which has some useful methods. |
class |
RCollection<T>
|
class |
RFuture<T>
Represents an asynchronous result.
|
class |
RList<E>
Provides a reactive model of a list.
|
class |
RMap<K,V>
Provides a reactive model of a map.
|
class |
RPromise<T>
Provides a concrete implementation
RFuture that can be updated with a success or failure
result when it becomes available. |
class |
RQueue<E>
Provides a reactive model of a
Queue . |
class |
RSet<E>
Provides a reactive model of a set.
|
class |
Signal<T>
A signal that emits events of type
T . |
class |
UnitSignal
A signal that emits an event with no associated data.
|
class |
Value<T>
A container for a single value, which may be observed for changes.
|
Copyright © 2017. All rights reserved.