| BaseObservableListDelegate<E> |
An observable list that has all the elements of the base list + 1
special element at the end.
|
| DistinctBetweenStream<I> |
An event stream that prunes distinct events only if they occur in during
some user specified period.
|
| FakeTailObservableList<E> |
An observable list that has all the elements of the base list + 1
special element at the end.
|
| FlatListVal<E> |
Turns a Val<LiveList<E>> into a LiveList<E> that is
an empty, unmodifiable list when the base Val is null, and otherwise
delegates everything (including mutation methods) to the underlying value.
|
| GroupByLiveList<K,V> |
|
| InvalidatedVal<T> |
|
| MutableMappedList<I,O> |
|
| ObservablePair<K,V> |
|
| ObservableTickList<E> |
An observable list that fires a change tick given a function that
produces a stream of modifications.
|
| OrElseVar<T> |
A Var that when null, takes its default value from another Val.
|
| ReactfxUtil |
Extensions to ReactFX Val and EventStreams.
|
| VetoableEventStream<I> |
An event stream whose events can be vetoed during a certain period, after which they are
emitted.
|