All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary
| Class |
Description |
| AbstractListModificationSequence<E,M extends ListModificationLike<? extends E>> |
|
| AbstractReducibleEventStream<T> |
|
| AbstractReducingStreamNotifications<T> |
|
| AccessorListMethods<E> |
Plain boilerplate, because java.util.List does not have default methods.
|
| AccuMap<K,V,A> |
Accumulation map.
|
| AccumulateBetweenStream<T,A> |
|
| AccumulateUntilLaterStream<T,A> |
|
| AccumulatingStream<T,U> |
|
| AccumulationFacility<T,A> |
|
| AccumulationFacility.HomotypicAccumulation<T> |
|
| AccumulationFacility.IllegalAccumulation<T,A> |
|
| AccumulationFacility.ListChangeAccumulation<E> |
|
| AccumulationFacility.NoAccumulation<T> |
|
| AccumulationFacility.Queuing<T> |
|
| AccumulationFacility.RetainLatest<T> |
|
| AccumulationFacility.RetainOldest<T> |
|
| AccumulativeEventStream<T,A> |
|
| AccumulativeStreamNotifications<T,A> |
|
| AccumulatorSize |
|
| AnimatedVal<T> |
|
| Await<T,F> |
|
| AwaitingEventStream<T> |
An event stream that indicates whether there is a pending event that can
be expected to be emitted in the future.
|
| AwaitLatest<T,F> |
|
| BiGuard |
|
| BiGuardian |
|
| BiIndex |
|
| Binding<T> |
Deprecated. |
| BiSubscription |
|
| BiSuspendable |
|
| BooleanBinding |
Deprecated. |
| BooleanPropertyBase |
Deprecated. |
| Change<T> |
Represents a change of a value.
|
| ChangeListenerWrapper<T> |
|
| ChangeListenerWrapper<T> |
|
| ChangeObserverWrapper<T> |
|
| CloseableOnceGuard |
|
| Collections |
Deprecated. |
| CompletionStageStream<T> |
|
| ConcatView<E> |
|
| Connectable<T> |
Interface for objects that can be (lazily) connected to event streams.
|
| ConnectableEventSink<T> |
|
| ConnectableEventSource<T> |
|
| ConnectableEventStream<T> |
|
| ConstVal<T> |
|
| DefaultEventStream<T> |
|
| DistinctStream<T> |
|
| DoubleBinding |
Deprecated. |
| DoublePropertyBase |
Deprecated. |
| DynamicallyMappedList<E,F> |
|
| Either<L,R> |
|
| EmissionBuilder<S,O> |
|
| EmitBothOnEachStream<A,I> |
|
| EmitOnEachStream<T> |
|
| EmitOnStream<T> |
|
| EmptyAccuMap<K,V,A> |
|
| EventSink<T> |
|
| EventSource<T> |
EventSource is an EventSink that serves also as an EventStream - every value
pushed to EventSource is immediately emitted by it.
|
| EventStream<T> |
Stream of values (events).
|
| EventStreamBase<T> |
Base class for event streams.
|
| EventStreams |
|
| EventStreams.ExclusivePocket<T> |
|
| EventStreams.Never<T> |
|
| EventStreams.Pocket<T> |
|
| Experimental |
Used to annotate functionality that is likely to change or be removed in the
future.
|
| Failure<T> |
|
| FilterMapStream<T,U> |
|
| FilterStream<T> |
|
| FingerTree<T,S> |
|
| FingerTree.Branch<T,S> |
|
| FingerTree.Empty<T,S> |
|
| FingerTree.Leaf<T,S> |
|
| FingerTree.NonEmptyFingerTree<T,S> |
|
| FlatMapOptStream<T,U> |
|
| FlatMapped<T,U,O extends javafx.beans.value.ObservableValue<U>> |
|
| FlatMappedVal<T,U,O extends javafx.beans.value.ObservableValue<U>> |
|
| FlatMappedVar<T,U,O extends javafx.beans.property.Property<U>> |
|
| FlatMapStream<T,U> |
|
| FloatBinding |
Deprecated. |
| FloatPropertyBase |
Deprecated. |
| ForgetfulEventStream<T> |
|
| FxTimer |
Provides factory methods for timers that are manipulated from and execute
their action on the JavaFX application thread.
|
| Guard |
|
| Guardian |
Deprecated.
|
| HashAccuMap<K,V,A> |
|
| HexaConsumer<A,B,C,D,E,F> |
|
| HexaFunction<A,B,C,D,E,F,R> |
|
| HexaPredicate<A,B,C,D,E,F> |
|
| HookStream<T> |
|
| Indicator |
Deprecated.
|
| InitialStateImpl<S> |
|
| InputHandler |
|
| InputHandlerBuilder<S,TGT> |
|
| IntegerBinding |
Deprecated. |
| IntegerPropertyBase |
Deprecated. |
| Interpolator<T> |
Interpolates values between two boundary values.
|
| InvalidationListenerWrapper<T> |
|
| InvalidationListenerWrapper<T> |
|
| IteratorBasedAccuMap<K,V,A> |
|
| LatestNStream<T> |
|
| Left<L,R> |
|
| LimitedInvocationSubscriber<T> |
|
| ListChange<E> |
|
| ListChangeAccumulator<E> |
|
| ListConcatenation<E> |
|
| ListHelper<T> |
|
| ListHelper.MultiElemHelper<T> |
|
| ListHelper.SingleElemHelper<T> |
|
| ListIteratorImpl<E> |
|
| ListModification<E> |
|
| ListModificationImpl<E> |
|
| ListModificationLike<E> |
Describes an elementary modification made to a list.
|
| ListModificationSequence<E> |
|
| ListNotifications<E> |
|
| ListRangeReduction<T> |
|
| ListReduction<T> |
|
| Lists |
|
| LiveArrayList<E> |
|
| LiveList<E> |
Adds additional methods to ObservableList.
|
| LiveList.Observer<E,O> |
|
| LiveList.QuasiChangeObserver<E> |
|
| LiveList.QuasiModificationObserver<E> |
|
| LiveListBase<E> |
|
| LL<T> |
Immutable singly-linked list.
|
| LL.Cons<T> |
|
| LL.Nil<T> |
|
| LongBinding |
Deprecated. |
| LongPropertyBase |
Deprecated. |
| MapHelper<K,V> |
|
| MapHelper.MultiEntryHelper<K,V> |
|
| MapHelper.SingleEntryHelper<K,V> |
|
| MappedList<E,F> |
|
| MappedStream<T,U> |
|
| MappedToCompletionStageStream<T,U> |
|
| MappedToTaskStream<T,U> |
|
| MappedVal<T,U> |
|
| MaterializedListModification<E> |
|
| MaterializedListModificationImpl<E> |
|
| MemoizationList<E> |
|
| MemoizationListImpl<E> |
|
| ModificationObserverWrapper<T> |
|
| MultiGuard |
|
| MultiGuardian |
|
| MultiSubscription |
|
| MultiSuspendable |
|
| NonAccumulativeStreamNotifications<T> |
|
| NotificationAccumulator<O,V,A> |
|
| NotificationAccumulatorBase<O,V,A> |
|
| ObjectBinding<T> |
Deprecated. |
| ObjectPropertyBase<T> |
Deprecated. |
| Observable |
Deprecated.
|
| Observable<O> |
Anything that can be observed, that is have an observer
added and removed.
|
| ObservableBase |
Deprecated. |
| ObservableBase<O,T> |
Base class for observable objects.
|
| ObservableList<E> |
Deprecated.
|
| ObservableStateBuilderImpl<S> |
|
| ObservableStateBuilderOnImpl<S,I> |
|
| ObservableValue<T> |
Deprecated. |
| ObservableValueBase<T> |
Deprecated. |
| OrElse<T> |
|
| OrElseConst<T> |
|
| PausableEventStream<T> |
|
| PentaConsumer<A,B,C,D,E> |
|
| PentaFunction<A,B,C,D,E,R> |
|
| PentaPredicate<A,B,C,D,E> |
|
| ProperEventStream<T> |
|
| ProperLiveList<E> |
Trait to be mixed into ObservableBase to obtain default
implementation of some LiveList methods and get additional
helper methods for implementations of proper LiveList.
|
| ProperObservable<O,T> |
An Observable that maintains a collection of registered
observers and notifies them when a change occurs.
|
| Property<T> |
Deprecated.
|
| ProperVal<T> |
|
| ProxyObservable<O,P,U extends Observable<P>> |
An Observable that does not maintain its own collection of
observers, but rather adapts and registers every given observer with the
underlying Observable
|
| ProxyVal<T,U> |
|
| QuasiListChange<E> |
|
| QuasiListChangeImpl<E> |
|
| QuasiListModification<E> |
|
| QuasiListModificationImpl<E> |
|
| QueuingStreamNotifications<T> |
|
| ReadOnlyBooleanPropertyBase |
Deprecated. |
| ReadOnlyBooleanWrapper |
Deprecated. |
| ReadOnlyDoublePropertyBase |
Deprecated. |
| ReadOnlyDoubleWrapper |
Deprecated. |
| ReadOnlyFloatPropertyBase |
Deprecated. |
| ReadOnlyFloatWrapper |
Deprecated. |
| ReadOnlyIntegerPropertyBase |
Deprecated. |
| ReadOnlyIntegerWrapper |
Deprecated. |
| ReadOnlyLongPropertyBase |
Deprecated. |
| ReadOnlyLongWrapper |
Deprecated. |
| ReadOnlyObjectPropertyBase<T> |
Deprecated. |
| ReadOnlyObjectWrapper<T> |
Deprecated. |
| ReadOnlyStringPropertyBase |
Deprecated. |
| ReadOnlyStringWrapper |
Deprecated. |
| RecursiveStream<T> |
|
| ReducibleEventStream<T> |
|
| ReducingStreamNotifications<T> |
|
| RepeatOnStream<T> |
|
| RetailOldestValNotifications<T> |
|
| RetainLatestStreamNotifications<T> |
|
| Right<L,R> |
|
| RigidObservable<O> |
An observable that does not change and does not produce any notifications.
|
| ScheduledExecutorServiceTimer |
|
| Semigroup<T> |
|
| SimpleBooleanProperty |
Deprecated. |
| SimpleDoubleProperty |
Deprecated. |
| SimpleFloatProperty |
Deprecated. |
| SimpleIntegerProperty |
Deprecated. |
| SimpleLongProperty |
Deprecated. |
| SimpleObjectProperty<T> |
Deprecated. |
| SimpleStringProperty |
Deprecated. |
| SimpleVar<T> |
|
| SparseList<E> |
|
| SparseList.AbsentSegment<E> |
|
| SparseList.PresentSegment<E> |
|
| SparseList.Segment<E> |
|
| SparseList.Stats |
|
| StatefulStream<S,O> |
|
| StatefulStreamBuilderImpl<S,O> |
|
| StatefulStreamBuilderOnImpl<S,O,I> |
|
| StateMachine |
|
| StateMachine.InitialState<S> |
|
| StateMachine.ObservableStateBuilder<S> |
|
| StateMachine.ObservableStateBuilderOn<S,I> |
|
| StateMachine.StatefulStreamBuilder<S,O> |
|
| StateMachine.StatefulStreamBuilderOn<S,O,I> |
|
| StateStream<S> |
|
| StreamBinding<T> |
|
| StringBinding |
Deprecated. |
| StringPropertyBase |
Deprecated. |
| SubList<E> |
|
| Subscription |
|
| Success<T> |
|
| SuccessionReducingStream<I,O> |
|
| SuppressibleEventStream<T> |
|
| Suspendable |
Interface for objects that can be temporarily suspended, where the
definition of "suspended" depends on the context.
|
| SuspendableBase<O,T,A> |
|
| SuspendableBoolean |
|
| SuspendableEventStream<T> |
An event stream whose emission of events can be suspended temporarily.
|
| SuspendableEventStreamBase<T,A> |
|
| SuspendableList<E> |
|
| SuspendableListWrapper<E> |
|
| SuspendableNo |
Observable boolean value that is normally false, but is true
when suspended.
|
| SuspendableVal<T> |
Observable value whose invalidation and change notifications can be
temporarily suspended.
|
| SuspendableValWrapper<T> |
|
| SuspendableVar<T> |
Writable value whose invalidation and change notifications can be
temporarily suspended.
|
| SuspendableVarWrapper<T> |
|
| SuspendableYes |
Observable boolean value that is normally true, but is false
when suspended.
|
| SuspendedWhenStream<T> |
|
| Suspender<S extends Suspendable> |
Suspender is an object capable of suspending another suspendable object.
|
| SuspenderBase<O,T,S extends Suspendable> |
|
| SuspenderStream<T,S extends Suspendable> |
An event stream that suspends a suspendable object during emission.
|
| SuspenderStreamImpl<T,S extends Suspendable> |
|
| TaskStream<T> |
|
| TetraConsumer<A,B,C,D> |
|
| TetraFunction<A,B,C,D,R> |
|
| TetraPredicate<A,B,C,D> |
|
| ThenAccumulateForStream<T,A> |
|
| ThenAccumulateForStream.State |
|
| ThreadBridge<T> |
|
| Timer |
Timer represents a delayed action.
|
| Toggle |
Observable boolean that changes value when suspended.
|
| ToggleFromVal |
|
| ToSemigroup<T,U> |
|
| TransitionBuilder<S> |
|
| TransmissionBuilder<S,O> |
|
| TriConsumer<A,B,C> |
|
| TriFunction<A,B,C,R> |
|
| TriPredicate<A,B,C> |
|
| Try<T> |
|
| Tuple2<A,B> |
|
| Tuple3<A,B,C> |
|
| Tuple4<A,B,C,D> |
|
| Tuple5<A,B,C,D,E> |
|
| Tuple6<A,B,C,D,E,F> |
|
| Tuples |
|
| UnmodifiableByDefaultList<E> |
Trait to be mixed into implementations of unmodifiable lists.
|
| UnmodifiableByDefaultLiveList<E> |
Trait to be mixed into implementations of unmodifiable LiveLists.
|
| Val<T> |
Adds more operations to ObservableValue.
|
| ValAsList<T> |
|
| ValBase<T> |
|
| ValWrapper<T,D extends javafx.beans.value.ObservableValue<T>> |
|
| Var<T> |
|
| VarFromVal<T> |
|
| VarWrapper<T> |
|
| WrapperBase<T> |
|