- accept(A, B, C, D, E, F) - Method in interface org.reactfx.util.HexaConsumer
-
- accept(A, B, C, D, E) - Method in interface org.reactfx.util.PentaConsumer
-
- accept(A, B, C, D) - Method in interface org.reactfx.util.TetraConsumer
-
- accept(A, B, C) - Method in interface org.reactfx.util.TriConsumer
-
- AccuMap<K,V,A> - Interface in org.reactfx.util
-
Accumulation map.
- accumulate(BinaryOperator<T>) - Method in interface org.reactfx.EventStream
-
Returns an event stream that accumulates events emitted from this event
stream and emits the accumulated value every time this stream emits a
value.
- accumulate(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface org.reactfx.EventStream
-
Returns an event stream that accumulates events emitted from this event
stream and emits the accumulated value every time this stream emits a
value.
- accumulate(BiFunction<? super U, ? super T, ? extends U>, Function<? super T, ? extends U>) - Method in interface org.reactfx.EventStream
-
Returns an event stream that accumulates events emitted from this event
stream and emits the accumulated value every time this stream emits a
value.
- accumulateBetween(EventStream<?>, Function<? super T, ? extends A>, BiFunction<? super A, ? super T, ? extends A>, Function<? super A, List<T>>) - Method in interface org.reactfx.EventStream
-
Returns an event stream that, when an event arrives from this stream,
transforms it into a cumulative value using the
initialTransformation
function.
- accumulateBetween(EventStream<?>, Supplier<? extends A>, BiFunction<? super A, ? super T, ? extends A>, Function<? super A, List<T>>) - Method in interface org.reactfx.EventStream
-
- accumulateUntilLater(Function<? super T, ? extends A>, BiFunction<? super A, ? super T, ? extends A>, Function<? super A, List<T>>, Executor) - Method in interface org.reactfx.EventStream
-
- accumulateUntilLater(Function<? super T, ? extends A>, BiFunction<? super A, ? super T, ? extends A>, Function<? super A, List<T>>) - Method in interface org.reactfx.EventStream
-
Returns an event stream that, when an event is emitted from this stream,
transforms the event to a cumulative value using the
initialTransformation
function and schedules emission using
Platform.runLater(Runnable)
, if not already scheduled.
- accumulateUntilLater(Supplier<? extends A>, BiFunction<? super A, ? super T, ? extends A>, Function<? super A, List<T>>, Executor) - Method in interface org.reactfx.EventStream
-
- accumulateUntilLater(Supplier<? extends A>, BiFunction<? super A, ? super T, ? extends A>, Function<? super A, List<T>>) - Method in interface org.reactfx.EventStream
-
- accumulateWhen(ObservableValue<Boolean>, Function<? super T, ? extends A>, BiFunction<? super A, ? super T, ? extends A>, Function<? super A, AccumulatorSize>, Function<? super A, ? extends T>, Function<? super A, ? extends A>) - Method in interface org.reactfx.EventStream
-
Shortcut for
- accumulateWhen(ObservableValue<Boolean>, Supplier<? extends A>, BiFunction<? super A, ? super T, ? extends A>, Function<? super A, AccumulatorSize>, Function<? super A, ? extends T>, Function<? super A, ? extends A>) - Method in interface org.reactfx.EventStream
-
Shortcut for
- AccumulationFacility<T,A> - Interface in org.reactfx.util
-
- AccumulationFacility.HomotypicAccumulation<T> - Interface in org.reactfx.util
-
- AccumulationFacility.IllegalAccumulation<T,A> - Interface in org.reactfx.util
-
- AccumulationFacility.ListChangeAccumulation<E> - Interface in org.reactfx.util
-
- AccumulationFacility.NoAccumulation<T> - Interface in org.reactfx.util
-
- AccumulationFacility.Queuing<T> - Interface in org.reactfx.util
-
- AccumulationFacility.RetainLatest<T> - Interface in org.reactfx.util
-
- AccumulationFacility.RetainOldest<T> - Interface in org.reactfx.util
-
- accumulative(Function<? super T, ? extends A>, BiFunction<? super A, ? super T, ? extends A>, Function<? super A, AccumulatorSize>, Function<? super A, ? extends T>, Function<? super A, ? extends A>) - Method in interface org.reactfx.EventStream
-
Returns a suspendable event stream that, when suspended, accumulates
incoming events to a cumulative value of type A
.
- accumulative(Supplier<? extends A>, BiFunction<? super A, ? super T, ? extends A>, Function<? super A, AccumulatorSize>, Function<? super A, ? extends T>, Function<? super A, ? extends A>) - Method in interface org.reactfx.EventStream
-
- accumulativeStreamNotifications(Function<? super A, AccumulatorSize>, Function<? super A, ? extends T>, Function<? super A, ? extends A>, Function<? super T, ? extends A>, BiFunction<? super A, ? super T, ? extends A>) - Static method in interface org.reactfx.util.NotificationAccumulator
-
- AccumulatorSize - Enum in org.reactfx.util
-
- adaptObserver(O) - Method in class org.reactfx.ProxyObservable
-
Adapts the given observer to observer of the underlying
Observable.
- add(QuasiListModification<? extends E>) - Method in class org.reactfx.collection.ListChangeAccumulator
-
- add(QuasiListChange<? extends E>) - Method in class org.reactfx.collection.ListChangeAccumulator
-
- add(ListChangeListener.Change<? extends E>) - Method in class org.reactfx.collection.ListChangeAccumulator
-
- add(int, E) - Method in class org.reactfx.collection.LiveArrayList
-
- add(E) - Method in class org.reactfx.collection.LiveArrayList
-
- add(int, E) - Method in interface org.reactfx.collection.UnmodifiableByDefaultList
-
- add(E) - Method in interface org.reactfx.collection.UnmodifiableByDefaultList
-
- add(ListHelper<T>, T) - Static method in class org.reactfx.util.ListHelper
-
- addAll(int, Collection<? extends E>) - Method in class org.reactfx.collection.LiveArrayList
-
- addAll(Collection<? extends E>) - Method in class org.reactfx.collection.LiveArrayList
-
- addAll(E...) - Method in class org.reactfx.collection.LiveArrayList
-
- addAll(Collection<? extends E>) - Method in interface org.reactfx.collection.UnmodifiableByDefaultList
-
- addAll(int, Collection<? extends E>) - Method in interface org.reactfx.collection.UnmodifiableByDefaultList
-
- addAll(E...) - Method in interface org.reactfx.collection.UnmodifiableByDefaultLiveList
-
- addAll(Iterator<K>, V, AccumulationFacility<V, A>) - Method in interface org.reactfx.util.AccuMap
-
- addAll(Iterator<O>, V) - Method in interface org.reactfx.util.NotificationAccumulator
-
- addChangeObserver(Consumer<? super ListChange<? extends E>>) - Method in interface org.reactfx.collection.LiveList
-
- addInvalidationObserver(Consumer<? super T>) - Method in interface org.reactfx.value.Val
-
- addListener(ListChangeListener<? super E>) - Method in interface org.reactfx.collection.LiveList
-
- addListener(InvalidationListener) - Method in interface org.reactfx.collection.LiveList
-
- addListener(ChangeListener<? super Boolean>) - Method in class org.reactfx.Indicator
-
Deprecated.
- addListener(InvalidationListener) - Method in class org.reactfx.Indicator
-
Deprecated.
- addListener(InvalidationListener) - Method in class org.reactfx.inhibeans.binding.BooleanBinding
-
Deprecated.
Override adding/removing listeners.
- addListener(ChangeListener<? super Boolean>) - Method in class org.reactfx.inhibeans.binding.BooleanBinding
-
Deprecated.
- addListener(InvalidationListener) - Method in class org.reactfx.inhibeans.binding.DoubleBinding
-
Deprecated.
Override adding/removing listeners.
- addListener(ChangeListener<? super Number>) - Method in class org.reactfx.inhibeans.binding.DoubleBinding
-
Deprecated.
- addListener(InvalidationListener) - Method in class org.reactfx.inhibeans.binding.FloatBinding
-
Deprecated.
Override adding/removing listeners.
- addListener(ChangeListener<? super Number>) - Method in class org.reactfx.inhibeans.binding.FloatBinding
-
Deprecated.
- addListener(InvalidationListener) - Method in class org.reactfx.inhibeans.binding.IntegerBinding
-
Deprecated.
Override adding/removing listeners.
- addListener(ChangeListener<? super Number>) - Method in class org.reactfx.inhibeans.binding.IntegerBinding
-
Deprecated.
- addListener(InvalidationListener) - Method in class org.reactfx.inhibeans.binding.LongBinding
-
Deprecated.
Override adding/removing listeners.
- addListener(ChangeListener<? super Number>) - Method in class org.reactfx.inhibeans.binding.LongBinding
-
Deprecated.
- addListener(InvalidationListener) - Method in class org.reactfx.inhibeans.binding.ObjectBinding
-
Deprecated.
Override adding/removing listeners.
- addListener(ChangeListener<? super T>) - Method in class org.reactfx.inhibeans.binding.ObjectBinding
-
Deprecated.
- addListener(InvalidationListener) - Method in class org.reactfx.inhibeans.binding.StringBinding
-
Deprecated.
Override adding/removing listeners.
- addListener(ChangeListener<? super String>) - Method in class org.reactfx.inhibeans.binding.StringBinding
-
Deprecated.
- addListener(InvalidationListener) - Method in class org.reactfx.inhibeans.ObservableBase
-
Deprecated.
- addListener(InvalidationListener) - Method in interface org.reactfx.value.Val
-
- addListener(ChangeListener<? super T>) - Method in interface org.reactfx.value.Val
-
- addModificationObserver(Consumer<? super ListModification<? extends E>>) - Method in interface org.reactfx.collection.LiveList
-
- addObserver(O) - Method in interface org.reactfx.Observable
-
- addObserver(O) - Method in class org.reactfx.ObservableBase
-
- addObserver(O) - Method in class org.reactfx.ProxyObservable
-
- addObserver(O) - Method in class org.reactfx.RigidObservable
-
- addQuasiChangeObserver(LiveList.QuasiChangeObserver<? super E>) - Method in interface org.reactfx.collection.LiveList
-
- addQuasiModificationObserver(LiveList.QuasiModificationObserver<? super E>) - Method in interface org.reactfx.collection.LiveList
-
- adjustMajor(int) - Method in class org.reactfx.util.BiIndex
-
- adjustMinor(int) - Method in class org.reactfx.util.BiIndex
-
- all(Predicate<T>) - Method in class org.reactfx.util.LL
-
- and(Subscription) - Method in interface org.reactfx.Subscription
-
Returns a new aggregate subscription whose
Subscription.unsubscribe()
method calls
unsubscribe()
on both this subscription and
other
subscription.
- animate(BiFunction<? super T, ? super T, Duration>, Interpolator<T>) - Method in interface org.reactfx.value.Val
-
Returns a new
Val that gradually transitions to the value
of this
Val every time this
Val changes.
- animate(Duration, Interpolator<T>) - Method in interface org.reactfx.value.Val
-
Returns a new
Val that gradually transitions to the value
of this
Val every time this
Val changes.
- animate(ObservableValue<T>, BiFunction<? super T, ? super T, Duration>, Interpolator<T>) - Static method in interface org.reactfx.value.Val
-
Creates a new
Val that gradually transitions to the value
of the given
ObservableValue obs
every time
obs
changes.
- animate(ObservableValue<T>, Duration, Interpolator<T>) - Static method in interface org.reactfx.value.Val
-
Creates a new
Val that gradually transitions to the value
of the given
ObservableValue obs
every time
obs
changes.
- animate(ObservableValue<T>, BiFunction<? super T, ? super T, Duration>) - Static method in interface org.reactfx.value.Val
-
- animate(ObservableValue<T>, Duration) - Static method in interface org.reactfx.value.Val
-
- animationFrames() - Static method in class org.reactfx.EventStreams
-
Returns a stream that, on each animation frame, emits the duration
elapsed since the previous animation frame, in nanoseconds.
- animationTicks() - Static method in class org.reactfx.EventStreams
-
Returns an event stream that emits a timestamp of the current frame in
nanoseconds on every frame.
- append(T) - Method in class org.reactfx.util.FingerTree
-
- apply(A, B, C, D, E, F) - Method in interface org.reactfx.util.HexaFunction
-
- apply(A, B, C, D, E) - Method in interface org.reactfx.util.PentaFunction
-
- apply(A, B, C, D) - Method in interface org.reactfx.util.TetraFunction
-
- apply(A, B, C) - Method in interface org.reactfx.util.TriFunction
-
- asLeft() - Method in interface org.reactfx.util.Either
-
- asList() - Method in class org.reactfx.util.FingerTree
-
Returns a list view of this tree.
- asList() - Method in interface org.reactfx.value.Val
-
- asListChange() - Method in class org.reactfx.collection.ListChangeAccumulator
-
- asListChange() - Method in interface org.reactfx.collection.ListModificationSequence
-
May be destructive for this object.
- asListChange() - Method in interface org.reactfx.collection.QuasiListChange
-
- asListChange() - Method in interface org.reactfx.collection.QuasiListModification
-
- asListChangeAccumulator() - Method in class org.reactfx.collection.ListChangeAccumulator
-
- asListChangeAccumulator() - Method in interface org.reactfx.collection.ListModificationSequence
-
May be destructive for this object.
- asListChangeAccumulator() - Method in interface org.reactfx.collection.QuasiListChange
-
- asRight() - Method in interface org.reactfx.util.Either
-
- asVar(Consumer<T>) - Method in interface org.reactfx.value.Val
-
- await() - Method in interface org.reactfx.CompletionStageStream
-
Returns a new stream that emits the results of completions stages emitted
from this stream when they become available.
- await(Executor) - Method in interface org.reactfx.CompletionStageStream
-
- await() - Method in interface org.reactfx.TaskStream
-
Returns a new stream that emits the results of tasks emitted from this
stream when they become available.
- AwaitingEventStream<T> - Interface in org.reactfx
-
An event stream that indicates whether there is a pending event that can
be expected to be emitted in the future.
- awaitLatest() - Method in interface org.reactfx.CompletionStageStream
-
Similar to
CompletionStageStream.await()
, with one difference: for completion
stages
s1 and
s2 emitted from this stream in this order,
if
s2 arrives before
s1 is completed, then the result of
s1 is discarded (i.e.
- awaitLatest(Executor) - Method in interface org.reactfx.CompletionStageStream
-
- awaitLatest(EventStream<?>) - Method in interface org.reactfx.CompletionStageStream
-
Similar to
CompletionStageStream.awaitLatest()
, with one addition:
When an event is emitted from
canceller
, if the completion stage
most recently emitted from this stream has not yet completed, its result
is discarded (i.e.
- awaitLatest(EventStream<?>, Executor) - Method in interface org.reactfx.CompletionStageStream
-
- awaitLatest() - Method in interface org.reactfx.TaskStream
-
Similar to
TaskStream.await()
, with one difference: for tasks
t1 and
t2 emitted from this stream in this order, if
t2 arrives
before
t1 is completed, then
t1 is cancelled and its result
is discarded (i.e.
- awaitLatest(EventStream<?>) - Method in interface org.reactfx.TaskStream
-
Similar to
TaskStream.awaitLatest()
, with one addition:
When an event is emitted from
canceller
, if the task most
recently emitted from this stream has not yet completed, it is cancelled
and its result discarded (i.e.
- rangeInsertion(int, int) - Static method in interface org.reactfx.collection.ProperLiveList
-
- rangeRemoval(int, List<E>) - Static method in interface org.reactfx.collection.ProperLiveList
-
- ReadOnlyBooleanPropertyBase - Class in org.reactfx.inhibeans.property
-
Deprecated.
- ReadOnlyBooleanPropertyBase() - Constructor for class org.reactfx.inhibeans.property.ReadOnlyBooleanPropertyBase
-
Deprecated.
- ReadOnlyBooleanWrapper - Class in org.reactfx.inhibeans.property
-
Deprecated.
- ReadOnlyBooleanWrapper() - Constructor for class org.reactfx.inhibeans.property.ReadOnlyBooleanWrapper
-
Deprecated.
Superclass constructors.
- ReadOnlyBooleanWrapper(boolean) - Constructor for class org.reactfx.inhibeans.property.ReadOnlyBooleanWrapper
-
Deprecated.
- ReadOnlyBooleanWrapper(Object, String) - Constructor for class org.reactfx.inhibeans.property.ReadOnlyBooleanWrapper
-
Deprecated.
- ReadOnlyBooleanWrapper(Object, String, boolean) - Constructor for class org.reactfx.inhibeans.property.ReadOnlyBooleanWrapper
-
Deprecated.
- ReadOnlyDoublePropertyBase - Class in org.reactfx.inhibeans.property
-
Deprecated.
- ReadOnlyDoublePropertyBase() - Constructor for class org.reactfx.inhibeans.property.ReadOnlyDoublePropertyBase
-
Deprecated.
- ReadOnlyDoubleWrapper - Class in org.reactfx.inhibeans.property
-
Deprecated.
- ReadOnlyDoubleWrapper() - Constructor for class org.reactfx.inhibeans.property.ReadOnlyDoubleWrapper
-
Deprecated.
Superclass constructors.
- ReadOnlyDoubleWrapper(double) - Constructor for class org.reactfx.inhibeans.property.ReadOnlyDoubleWrapper
-
Deprecated.
- ReadOnlyDoubleWrapper(Object, String) - Constructor for class org.reactfx.inhibeans.property.ReadOnlyDoubleWrapper
-
Deprecated.
- ReadOnlyDoubleWrapper(Object, String, double) - Constructor for class org.reactfx.inhibeans.property.ReadOnlyDoubleWrapper
-
Deprecated.
- ReadOnlyFloatPropertyBase - Class in org.reactfx.inhibeans.property
-
Deprecated.
- ReadOnlyFloatPropertyBase() - Constructor for class org.reactfx.inhibeans.property.ReadOnlyFloatPropertyBase
-
Deprecated.
- ReadOnlyFloatWrapper - Class in org.reactfx.inhibeans.property
-
Deprecated.
- ReadOnlyFloatWrapper() - Constructor for class org.reactfx.inhibeans.property.ReadOnlyFloatWrapper
-
Deprecated.
Superclass constructors.
- ReadOnlyFloatWrapper(float) - Constructor for class org.reactfx.inhibeans.property.ReadOnlyFloatWrapper
-
Deprecated.
- ReadOnlyFloatWrapper(Object, String) - Constructor for class org.reactfx.inhibeans.property.ReadOnlyFloatWrapper
-
Deprecated.
- ReadOnlyFloatWrapper(Object, String, float) - Constructor for class org.reactfx.inhibeans.property.ReadOnlyFloatWrapper
-
Deprecated.
- ReadOnlyIntegerPropertyBase - Class in org.reactfx.inhibeans.property
-
Deprecated.
- ReadOnlyIntegerPropertyBase() - Constructor for class org.reactfx.inhibeans.property.ReadOnlyIntegerPropertyBase
-
Deprecated.
- ReadOnlyIntegerWrapper - Class in org.reactfx.inhibeans.property
-
Deprecated.
- ReadOnlyIntegerWrapper() - Constructor for class org.reactfx.inhibeans.property.ReadOnlyIntegerWrapper
-
Deprecated.
Superclass constructors.
- ReadOnlyIntegerWrapper(int) - Constructor for class org.reactfx.inhibeans.property.ReadOnlyIntegerWrapper
-
Deprecated.
- ReadOnlyIntegerWrapper(Object, String) - Constructor for class org.reactfx.inhibeans.property.ReadOnlyIntegerWrapper
-
Deprecated.
- ReadOnlyIntegerWrapper(Object, String, int) - Constructor for class org.reactfx.inhibeans.property.ReadOnlyIntegerWrapper
-
Deprecated.
- readOnlyIterator(Collection<? extends E>) - Static method in class org.reactfx.util.Lists
-
- ReadOnlyLongPropertyBase - Class in org.reactfx.inhibeans.property
-
Deprecated.
- ReadOnlyLongPropertyBase() - Constructor for class org.reactfx.inhibeans.property.ReadOnlyLongPropertyBase
-
Deprecated.
- ReadOnlyLongWrapper - Class in org.reactfx.inhibeans.property
-
Deprecated.
- ReadOnlyLongWrapper() - Constructor for class org.reactfx.inhibeans.property.ReadOnlyLongWrapper
-
Deprecated.
Superclass constructors.
- ReadOnlyLongWrapper(long) - Constructor for class org.reactfx.inhibeans.property.ReadOnlyLongWrapper
-
Deprecated.
- ReadOnlyLongWrapper(Object, String) - Constructor for class org.reactfx.inhibeans.property.ReadOnlyLongWrapper
-
Deprecated.
- ReadOnlyLongWrapper(Object, String, long) - Constructor for class org.reactfx.inhibeans.property.ReadOnlyLongWrapper
-
Deprecated.
- ReadOnlyObjectPropertyBase<T> - Class in org.reactfx.inhibeans.property
-
Deprecated.
- ReadOnlyObjectPropertyBase() - Constructor for class org.reactfx.inhibeans.property.ReadOnlyObjectPropertyBase
-
Deprecated.
- ReadOnlyObjectWrapper<T> - Class in org.reactfx.inhibeans.property
-
Deprecated.
- ReadOnlyObjectWrapper() - Constructor for class org.reactfx.inhibeans.property.ReadOnlyObjectWrapper
-
Deprecated.
Superclass constructors.
- ReadOnlyObjectWrapper(T) - Constructor for class org.reactfx.inhibeans.property.ReadOnlyObjectWrapper
-
Deprecated.
- ReadOnlyObjectWrapper(Object, String) - Constructor for class org.reactfx.inhibeans.property.ReadOnlyObjectWrapper
-
Deprecated.
- ReadOnlyObjectWrapper(Object, String, T) - Constructor for class org.reactfx.inhibeans.property.ReadOnlyObjectWrapper
-
Deprecated.
- ReadOnlyStringPropertyBase - Class in org.reactfx.inhibeans.property
-
Deprecated.
- ReadOnlyStringPropertyBase() - Constructor for class org.reactfx.inhibeans.property.ReadOnlyStringPropertyBase
-
Deprecated.
- ReadOnlyStringWrapper - Class in org.reactfx.inhibeans.property
-
Deprecated.
- ReadOnlyStringWrapper() - Constructor for class org.reactfx.inhibeans.property.ReadOnlyStringWrapper
-
Deprecated.
Superclass constructors.
- ReadOnlyStringWrapper(String) - Constructor for class org.reactfx.inhibeans.property.ReadOnlyStringWrapper
-
Deprecated.
- ReadOnlyStringWrapper(Object, String) - Constructor for class org.reactfx.inhibeans.property.ReadOnlyStringWrapper
-
Deprecated.
- ReadOnlyStringWrapper(Object, String, String) - Constructor for class org.reactfx.inhibeans.property.ReadOnlyStringWrapper
-
Deprecated.
- recover(Function<Throwable, Optional<T>>) - Method in interface org.reactfx.util.Try
-
- reduce(BinaryOperator<E>) - Method in interface org.reactfx.collection.LiveList
-
- reduce(ObservableList<E>, BinaryOperator<E>) - Static method in interface org.reactfx.collection.LiveList
-
- reduce(A, T) - Method in class org.reactfx.SuspendableBase
-
- reduce(A, T) - Method in interface org.reactfx.util.AccumulationFacility.IllegalAccumulation
-
- reduce(ListModificationSequence<E>, QuasiListChange<? extends E>) - Method in interface org.reactfx.util.AccumulationFacility.ListChangeAccumulation
-
- reduce(Deque<T>, T) - Method in interface org.reactfx.util.AccumulationFacility.Queuing
-
- reduce(A, T) - Method in interface org.reactfx.util.AccumulationFacility
-
- reduce(T, T) - Method in interface org.reactfx.util.AccumulationFacility.RetainLatest
-
- reduce(T, T) - Method in interface org.reactfx.util.AccumulationFacility.RetainOldest
-
- reduce(ListHelper<T>, BinaryOperator<T>) - Static method in class org.reactfx.util.ListHelper
-
- reduce(ListHelper<T>, U, BiFunction<U, T, U>) - Static method in class org.reactfx.util.ListHelper
-
- reduce(T, T) - Method in interface org.reactfx.util.Semigroup
-
- reduceBetween(EventStream<?>, BinaryOperator<T>) - Method in interface org.reactfx.EventStream
-
Returns an event stream that, when an event arrives from this stream,
stores it for emission.
- reduceRange(ObservableValue<IndexRange>, BinaryOperator<E>) - Method in interface org.reactfx.collection.LiveList
-
- reduceRange(ObservableList<E>, ObservableValue<IndexRange>, BinaryOperator<E>) - Static method in interface org.reactfx.collection.LiveList
-
- reduceSuccessions(BinaryOperator<T>, Duration) - Method in interface org.reactfx.EventStream
-
Returns an event stream that accumulates events emitted from this event
stream in close temporal succession.
- reduceSuccessions(Function<? super T, ? extends U>, BiFunction<? super U, ? super T, ? extends U>, Duration) - Method in interface org.reactfx.EventStream
-
- reduceSuccessions(Supplier<? extends U>, BiFunction<? super U, ? super T, ? extends U>, Duration) - Method in interface org.reactfx.EventStream
-
A convenient method that can be used when it is more convenient to
supply an identity of the type U
than to transform an event
of type T
to an event of type U
.
- reduceSuccessions(BinaryOperator<T>, Duration, ScheduledExecutorService, Executor) - Method in interface org.reactfx.EventStream
-
- reduceSuccessions(Function<? super T, ? extends U>, BiFunction<? super U, ? super T, ? extends U>, Duration, ScheduledExecutorService, Executor) - Method in interface org.reactfx.EventStream
-
- reduceSuccessions(Supplier<? extends U>, BiFunction<? super U, ? super T, ? extends U>, Duration, ScheduledExecutorService, Executor) - Method in interface org.reactfx.EventStream
-
- reduceUntilLater(BinaryOperator<T>, Executor) - Method in interface org.reactfx.EventStream
-
- reduceUntilLater(BinaryOperator<T>) - Method in interface org.reactfx.EventStream
-
Returns an event stream that, when an event is emitted from this stream,
stores the event for emission and schedules emission using
Platform.runLater(Runnable)
, if not already scheduled.
- reduceWhen(ObservableValue<Boolean>, BinaryOperator<T>) - Method in interface org.reactfx.EventStream
-
Shortcut for reducible(reduction).suspendedWhen(condition)
.
- reducible(BinaryOperator<T>) - Method in interface org.reactfx.EventStream
-
Returns a suspendable event stream that, when suspended, reduces incoming
events by the given reduction
function into one.
- reducingStreamNotifications(BinaryOperator<T>) - Static method in interface org.reactfx.util.NotificationAccumulator
-
- remove(int) - Method in class org.reactfx.collection.LiveArrayList
-
- remove(int, int) - Method in class org.reactfx.collection.LiveArrayList
-
- remove(Object) - Method in class org.reactfx.collection.LiveArrayList
-
- remove(int) - Method in interface org.reactfx.collection.UnmodifiableByDefaultList
-
- remove(Object) - Method in interface org.reactfx.collection.UnmodifiableByDefaultList
-
- remove(int, int) - Method in interface org.reactfx.collection.UnmodifiableByDefaultLiveList
-
- remove(ListHelper<T>, T) - Static method in class org.reactfx.util.ListHelper
-
- remove(MapHelper<K, V>, K) - Static method in class org.reactfx.util.MapHelper
-
- remove(K) - Method in class org.reactfx.util.MapHelper
-
- remove(int) - Method in class org.reactfx.util.SparseList
-
- remove(int, int) - Method in class org.reactfx.util.SparseList
-
- removeAll(Collection<?>) - Method in class org.reactfx.collection.LiveArrayList
-
- removeAll(E...) - Method in class org.reactfx.collection.LiveArrayList
-
- removeAll(Collection<?>) - Method in interface org.reactfx.collection.UnmodifiableByDefaultList
-
- removeAll(E...) - Method in interface org.reactfx.collection.UnmodifiableByDefaultLiveList
-
- removeChangeObserver(Consumer<? super ListChange<? extends E>>) - Method in interface org.reactfx.collection.LiveList
-
- removeInvalidationObserver(Consumer<? super T>) - Method in interface org.reactfx.value.Val
-
- removeLeafs(int, int) - Method in class org.reactfx.util.FingerTree
-
- removeListener(ListChangeListener<? super E>) - Method in interface org.reactfx.collection.LiveList
-
- removeListener(InvalidationListener) - Method in interface org.reactfx.collection.LiveList
-
- removeListener(ChangeListener<? super Boolean>) - Method in class org.reactfx.Indicator
-
Deprecated.
- removeListener(InvalidationListener) - Method in class org.reactfx.Indicator
-
Deprecated.
- removeListener(InvalidationListener) - Method in class org.reactfx.inhibeans.binding.BooleanBinding
-
Deprecated.
- removeListener(ChangeListener<? super Boolean>) - Method in class org.reactfx.inhibeans.binding.BooleanBinding
-
Deprecated.
- removeListener(InvalidationListener) - Method in class org.reactfx.inhibeans.binding.DoubleBinding
-
Deprecated.
- removeListener(ChangeListener<? super Number>) - Method in class org.reactfx.inhibeans.binding.DoubleBinding
-
Deprecated.
- removeListener(InvalidationListener) - Method in class org.reactfx.inhibeans.binding.FloatBinding
-
Deprecated.
- removeListener(ChangeListener<? super Number>) - Method in class org.reactfx.inhibeans.binding.FloatBinding
-
Deprecated.
- removeListener(InvalidationListener) - Method in class org.reactfx.inhibeans.binding.IntegerBinding
-
Deprecated.
- removeListener(ChangeListener<? super Number>) - Method in class org.reactfx.inhibeans.binding.IntegerBinding
-
Deprecated.
- removeListener(InvalidationListener) - Method in class org.reactfx.inhibeans.binding.LongBinding
-
Deprecated.
- removeListener(ChangeListener<? super Number>) - Method in class org.reactfx.inhibeans.binding.LongBinding
-
Deprecated.
- removeListener(InvalidationListener) - Method in class org.reactfx.inhibeans.binding.ObjectBinding
-
Deprecated.
- removeListener(ChangeListener<? super T>) - Method in class org.reactfx.inhibeans.binding.ObjectBinding
-
Deprecated.
- removeListener(InvalidationListener) - Method in class org.reactfx.inhibeans.binding.StringBinding
-
Deprecated.
- removeListener(ChangeListener<? super String>) - Method in class org.reactfx.inhibeans.binding.StringBinding
-
Deprecated.
- removeListener(InvalidationListener) - Method in class org.reactfx.inhibeans.ObservableBase
-
Deprecated.
- removeListener(InvalidationListener) - Method in interface org.reactfx.value.Val
-
- removeListener(ChangeListener<? super T>) - Method in interface org.reactfx.value.Val
-
- removeModificationObserver(Consumer<? super ListModification<? extends E>>) - Method in interface org.reactfx.collection.LiveList
-
- removeObserver(O) - Method in interface org.reactfx.Observable
-
- removeObserver(O) - Method in class org.reactfx.ObservableBase
-
- removeObserver(O) - Method in class org.reactfx.ProxyObservable
-
- removeObserver(O) - Method in class org.reactfx.RigidObservable
-
- removeQuasiChangeObserver(LiveList.QuasiChangeObserver<? super E>) - Method in interface org.reactfx.collection.LiveList
-
- removeQuasiModificationObserver(LiveList.QuasiModificationObserver<? super E>) - Method in interface org.reactfx.collection.LiveList
-
- repeatOn(EventStream<?>) - Method in interface org.reactfx.EventStream
-
Returns a new event stream that emits all the events emitted from this
stream and in addition to that re-emits the most recent event on every
event emitted from impulse
.
- repeatOnInvalidation(O) - Static method in class org.reactfx.EventStreams
-
Creates an event stream that emits the given observable immediately for
every subscriber and re-emits it on every subsequent invalidation of the
observable.
- replaceAll(MapHelper<K, V>, BiFunction<? super K, ? super V, ? extends V>) - Static method in class org.reactfx.util.MapHelper
-
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class org.reactfx.util.MapHelper
-
- restart() - Method in class org.reactfx.util.FxTimer
-
- restart() - Method in interface org.reactfx.util.Timer
-
Schedules the associated action to be executed after the associated
delay.
- restartableTicks(Duration, EventStream<?>) - Static method in class org.reactfx.EventStreams
-
- restartableTicks0(Duration, EventStream<?>) - Static method in class org.reactfx.EventStreams
-
- retainAll(Collection<?>) - Method in class org.reactfx.collection.LiveArrayList
-
- retainAll(E...) - Method in class org.reactfx.collection.LiveArrayList
-
- retainAll(Collection<?>) - Method in interface org.reactfx.collection.UnmodifiableByDefaultList
-
- retainAll(E...) - Method in interface org.reactfx.collection.UnmodifiableByDefaultLiveList
-
- retainLatestBetween(EventStream<?>) - Method in interface org.reactfx.EventStream
-
- retainLatestStreamNotifications() - Static method in interface org.reactfx.util.NotificationAccumulator
-
- retainLatestUntilLater(Executor) - Method in interface org.reactfx.EventStream
-
- retainLatestUntilLater() - Method in interface org.reactfx.EventStream
-
Returns an event stream that, when an event is emitted from this stream,
stores the event for emission and schedules emission using
Platform.runLater(Runnable)
, if not already scheduled.
- retainLatestWhen(ObservableValue<Boolean>) - Method in interface org.reactfx.EventStream
-
Shortcut for forgetful().suspendedWhen(condition)
.
- retainOldestValNotifications() - Static method in interface org.reactfx.util.NotificationAccumulator
-
- right(R) - Static method in interface org.reactfx.util.Either
-
- rightOrDefault(Optional<R>, L) - Static method in interface org.reactfx.util.Either
-
- rightOrNull(Optional<R>) - Static method in interface org.reactfx.util.Either
-
- RigidObservable<O> - Class in org.reactfx
-
An observable that does not change and does not produce any notifications.
- RigidObservable() - Constructor for class org.reactfx.RigidObservable
-
- runLater(Duration, Runnable) - Static method in class org.reactfx.util.FxTimer
-
Equivalent to create(delay, action).restart()
.
- runPeriodically(Duration, Runnable) - Static method in class org.reactfx.util.FxTimer
-
Equivalent to createPeriodic(interval, action).restart()
.
- runPeriodically0(Duration, Runnable) - Static method in class org.reactfx.util.FxTimer
-
Equivalent to createPeriodic0(interval, action).restart()
.
- safeCast(QuasiListChange<? extends E>) - Static method in interface org.reactfx.collection.QuasiListChange
-
- selectVar(Function<? super T, ? extends Property<U>>) - Method in interface org.reactfx.value.Val
-
- selectVar(Function<? super T, ? extends Property<U>>, U) - Method in interface org.reactfx.value.Val
-
- selectVar(ObservableValue<T>, Function<? super T, ? extends Property<U>>) - Static method in interface org.reactfx.value.Val
-
- selectVar(ObservableValue<T>, Function<? super T, ? extends Property<U>>, U) - Static method in interface org.reactfx.value.Val
-
- Semigroup<T> - Interface in org.reactfx.util
-
- set(int, E) - Method in class org.reactfx.collection.LiveArrayList
-
- set(int, E) - Method in interface org.reactfx.collection.UnmodifiableByDefaultList
-
- set(int, E) - Method in class org.reactfx.util.SparseList
-
- setAll(Collection<? extends E>) - Method in class org.reactfx.collection.LiveArrayList
-
- setAll(E...) - Method in class org.reactfx.collection.LiveArrayList
-
- setAll(E...) - Method in interface org.reactfx.collection.UnmodifiableByDefaultLiveList
-
- setAll(Collection<? extends E>) - Method in interface org.reactfx.collection.UnmodifiableByDefaultLiveList
-
- setIfAbsent(int, E) - Method in class org.reactfx.util.SparseList
-
- showingProperty(Node) - Static method in interface org.reactfx.value.Val
-
- SimpleBooleanProperty - Class in org.reactfx.inhibeans.property
-
Deprecated.
- SimpleBooleanProperty() - Constructor for class org.reactfx.inhibeans.property.SimpleBooleanProperty
-
Deprecated.
Superclass constructors.
- SimpleBooleanProperty(boolean) - Constructor for class org.reactfx.inhibeans.property.SimpleBooleanProperty
-
Deprecated.
- SimpleBooleanProperty(Object, String) - Constructor for class org.reactfx.inhibeans.property.SimpleBooleanProperty
-
Deprecated.
- SimpleBooleanProperty(Object, String, boolean) - Constructor for class org.reactfx.inhibeans.property.SimpleBooleanProperty
-
Deprecated.
- simpleChangesOf(ObservableList<T>) - Static method in class org.reactfx.EventStreams
-
Use only when the subscriber does not cause list
modification
of the underlying list.
- SimpleDoubleProperty - Class in org.reactfx.inhibeans.property
-
Deprecated.
- SimpleDoubleProperty() - Constructor for class org.reactfx.inhibeans.property.SimpleDoubleProperty
-
Deprecated.
Superclass constructors.
- SimpleDoubleProperty(double) - Constructor for class org.reactfx.inhibeans.property.SimpleDoubleProperty
-
Deprecated.
- SimpleDoubleProperty(Object, String) - Constructor for class org.reactfx.inhibeans.property.SimpleDoubleProperty
-
Deprecated.
- SimpleDoubleProperty(Object, String, double) - Constructor for class org.reactfx.inhibeans.property.SimpleDoubleProperty
-
Deprecated.
- SimpleFloatProperty - Class in org.reactfx.inhibeans.property
-
Deprecated.
- SimpleFloatProperty() - Constructor for class org.reactfx.inhibeans.property.SimpleFloatProperty
-
Deprecated.
Superclass constructors.
- SimpleFloatProperty(float) - Constructor for class org.reactfx.inhibeans.property.SimpleFloatProperty
-
Deprecated.
- SimpleFloatProperty(Object, String) - Constructor for class org.reactfx.inhibeans.property.SimpleFloatProperty
-
Deprecated.
- SimpleFloatProperty(Object, String, float) - Constructor for class org.reactfx.inhibeans.property.SimpleFloatProperty
-
Deprecated.
- SimpleIntegerProperty - Class in org.reactfx.inhibeans.property
-
Deprecated.
- SimpleIntegerProperty() - Constructor for class org.reactfx.inhibeans.property.SimpleIntegerProperty
-
Deprecated.
Superclass constructors.
- SimpleIntegerProperty(int) - Constructor for class org.reactfx.inhibeans.property.SimpleIntegerProperty
-
Deprecated.
- SimpleIntegerProperty(Object, String) - Constructor for class org.reactfx.inhibeans.property.SimpleIntegerProperty
-
Deprecated.
- SimpleIntegerProperty(Object, String, int) - Constructor for class org.reactfx.inhibeans.property.SimpleIntegerProperty
-
Deprecated.
- SimpleLongProperty - Class in org.reactfx.inhibeans.property
-
Deprecated.
- SimpleLongProperty() - Constructor for class org.reactfx.inhibeans.property.SimpleLongProperty
-
Deprecated.
Superclass constructors.
- SimpleLongProperty(long) - Constructor for class org.reactfx.inhibeans.property.SimpleLongProperty
-
Deprecated.
- SimpleLongProperty(Object, String) - Constructor for class org.reactfx.inhibeans.property.SimpleLongProperty
-
Deprecated.
- SimpleLongProperty(Object, String, long) - Constructor for class org.reactfx.inhibeans.property.SimpleLongProperty
-
Deprecated.
- SimpleObjectProperty<T> - Class in org.reactfx.inhibeans.property
-
Deprecated.
- SimpleObjectProperty() - Constructor for class org.reactfx.inhibeans.property.SimpleObjectProperty
-
Deprecated.
Superclass constructors.
- SimpleObjectProperty(T) - Constructor for class org.reactfx.inhibeans.property.SimpleObjectProperty
-
Deprecated.
- SimpleObjectProperty(Object, String) - Constructor for class org.reactfx.inhibeans.property.SimpleObjectProperty
-
Deprecated.
- SimpleObjectProperty(Object, String, T) - Constructor for class org.reactfx.inhibeans.property.SimpleObjectProperty
-
Deprecated.
- SimpleStringProperty - Class in org.reactfx.inhibeans.property
-
Deprecated.
- SimpleStringProperty() - Constructor for class org.reactfx.inhibeans.property.SimpleStringProperty
-
Deprecated.
Superclass constructors.
- SimpleStringProperty(String) - Constructor for class org.reactfx.inhibeans.property.SimpleStringProperty
-
Deprecated.
- SimpleStringProperty(Object, String) - Constructor for class org.reactfx.inhibeans.property.SimpleStringProperty
-
Deprecated.
- SimpleStringProperty(Object, String, String) - Constructor for class org.reactfx.inhibeans.property.SimpleStringProperty
-
Deprecated.
- size() - Method in class org.reactfx.collection.LiveArrayList
-
- size(ListHelper<T>) - Static method in class org.reactfx.util.ListHelper
-
- size() - Method in class org.reactfx.util.LL.Cons
-
- size() - Method in class org.reactfx.util.LL
-
- size(MapHelper<K, V>) - Static method in class org.reactfx.util.MapHelper
-
- size() - Method in class org.reactfx.util.MapHelper
-
- size() - Method in class org.reactfx.util.SparseList
-
- sizeOf(ListModificationSequence<? extends E>) - Method in interface org.reactfx.collection.LiveList.Observer
-
- sizeOf(ListModificationSequence<? extends E>) - Method in interface org.reactfx.collection.LiveList.QuasiChangeObserver
-
- sizeOf(ListModificationSequence<? extends E>) - Method in interface org.reactfx.collection.LiveList.QuasiModificationObserver
-
- sizeOf(ObservableList<?>) - Static method in interface org.reactfx.collection.LiveList
-
- sizeOf(C) - Static method in class org.reactfx.EventStreams
-
- sizeOf(ObservableMap<?, ?>) - Static method in class org.reactfx.EventStreams
-
- sizeOf(A) - Method in class org.reactfx.SuspendableBase
-
- sizeProperty() - Method in interface org.reactfx.collection.LiveList
-
- SparseList<E> - Class in org.reactfx.util
-
- SparseList() - Constructor for class org.reactfx.util.SparseList
-
- splice(int, int, Collection<? extends E>) - Method in class org.reactfx.util.SparseList
-
- spliceByVoid(int, int, int) - Method in class org.reactfx.util.SparseList
-
- split(ToIntFunction<? super S>, int) - Method in class org.reactfx.util.FingerTree.NonEmptyFingerTree
-
- split(BiFunction<? super S, Integer, Either<Integer, Integer>>, int) - Method in class org.reactfx.util.FingerTree.NonEmptyFingerTree
-
- split(int) - Method in class org.reactfx.util.FingerTree
-
- splitAt(int) - Method in class org.reactfx.util.FingerTree.NonEmptyFingerTree
-
- splitBy(Predicate<? super T>) - Method in interface org.reactfx.EventStream
-
Returns a new event stream that, for event e
emitted from this
stream, emits left(e)
if e
passes the given test, and
emits right(e)
if e
does not pass the test.
- StateMachine - Class in org.reactfx
-
- StateMachine() - Constructor for class org.reactfx.StateMachine
-
- StateMachine.InitialState<S> - Interface in org.reactfx
-
- StateMachine.ObservableStateBuilder<S> - Interface in org.reactfx
-
- StateMachine.ObservableStateBuilderOn<S,I> - Interface in org.reactfx
-
- StateMachine.StatefulStreamBuilder<S,O> - Interface in org.reactfx
-
- StateMachine.StatefulStreamBuilderOn<S,O,I> - Interface in org.reactfx
-
- stop() - Method in class org.reactfx.util.FxTimer
-
- stop() - Method in interface org.reactfx.util.Timer
-
If the associated action has been scheduled for execution but not yet
executed, this method prevents it from being executed at all.
- stream() - Method in class org.reactfx.util.LL
-
- StringBinding - Class in org.reactfx.inhibeans.binding
-
Deprecated.
- StringBinding() - Constructor for class org.reactfx.inhibeans.binding.StringBinding
-
Deprecated.
- StringPropertyBase - Class in org.reactfx.inhibeans.property
-
Deprecated.
- StringPropertyBase() - Constructor for class org.reactfx.inhibeans.property.StringPropertyBase
-
Deprecated.
Superclass constructors.
- StringPropertyBase(String) - Constructor for class org.reactfx.inhibeans.property.StringPropertyBase
-
Deprecated.
- subscribe(Consumer<? super T>) - Method in interface org.reactfx.EventStream
-
Get notified every time this event stream emits a value.
- subscribeFor(int, Consumer<? super T>) - Method in interface org.reactfx.EventStream
-
Subscribes to this event stream for at most n
events.
- subscribeForOne(Consumer<? super T>) - Method in interface org.reactfx.EventStream
-
Shorthand for subscribeFor(1, subscriber)
.
- Subscription - Interface in org.reactfx
-
- success(T) - Static method in interface org.reactfx.util.Try
-
- successionEnds(Duration) - Method in interface org.reactfx.EventStream
-
Returns an event stream that, when events are emitted from this stream
in close temporal succession, emits only the last event of the
succession.
- successionEnds(Duration, ScheduledExecutorService, Executor) - Method in interface org.reactfx.EventStream
-
- supply(U) - Method in interface org.reactfx.EventStream
-
Returns an event stream that emits the given constant value every time
this stream emits a value.
- supply(Supplier<? extends U>) - Method in interface org.reactfx.EventStream
-
Returns an event stream that emits a value obtained from the given
supplier every time this event stream emits a value.
- supplyCompletionStage(Supplier<CompletionStage<U>>) - Method in interface org.reactfx.EventStream
-
- supplyTask(Supplier<Task<U>>) - Method in interface org.reactfx.EventStream
-
- suppressible() - Method in interface org.reactfx.EventStream
-
Returns a suspendable event stream that, when suspended, suppresses
any events emitted by this event stream.
- suppressWhen(ObservableValue<Boolean>) - Method in interface org.reactfx.EventStream
-
Shortcut for suppressible().suspendedWhen(condition)
.
- suspend() - Method in interface org.reactfx.Suspendable
-
Suspends this suspendable object.
- suspend() - Method in class org.reactfx.SuspendableBase
-
- suspendable() - Method in interface org.reactfx.collection.LiveList
-
- suspendable(ObservableList<E>) - Static method in interface org.reactfx.collection.LiveList
-
- Suspendable - Interface in org.reactfx
-
Interface for objects that can be temporarily suspended, where the
definition of "suspended" depends on the context.
- suspendable() - Method in interface org.reactfx.value.Val
-
- suspendable(ObservableValue<T>) - Static method in interface org.reactfx.value.Val
-
- suspendable(Property<T>) - Static method in interface org.reactfx.value.Var
-
- suspendable() - Method in interface org.reactfx.value.Var
-
- SuspendableBase<O,T,A> - Class in org.reactfx
-
- SuspendableBase(EventStream<T>, NotificationAccumulator<O, T, A>) - Constructor for class org.reactfx.SuspendableBase
-
- SuspendableEventStream<T> - Interface in org.reactfx
-
An event stream whose emission of events can be suspended temporarily.
- SuspendableList<E> - Interface in org.reactfx.collection
-
- SuspendableNo - Class in org.reactfx
-
Observable boolean value that is normally false
, but is true
when suspended.
- SuspendableNo() - Constructor for class org.reactfx.SuspendableNo
-
- SuspendableVal<T> - Interface in org.reactfx.value
-
Observable value whose invalidation and change notifications can be
temporarily suspended.
- SuspendableVar<T> - Interface in org.reactfx.value
-
Writable value whose invalidation and change notifications can be
temporarily suspended.
- SuspendableYes - Class in org.reactfx
-
Observable boolean value that is normally true
, but is false
when suspended.
- SuspendableYes() - Constructor for class org.reactfx.SuspendableYes
-
- suspendedWhen(ObservableValue<Boolean>) - Method in interface org.reactfx.SuspendableEventStream
-
Returns an event stream that is suspended when the given
condition
is true
and emits normally when
condition
is false
.
- Suspender<S extends Suspendable> - Interface in org.reactfx
-
Suspender is an object capable of suspending another suspendable object.
- SuspenderBase<O,T,S extends Suspendable> - Class in org.reactfx
-
- SuspenderBase(S) - Constructor for class org.reactfx.SuspenderBase
-
- suspenderOf(S) - Method in interface org.reactfx.EventStream
-
Returns an event stream that emits the same events as this event stream,
but before each emission, suspends the given
Suspendable
and unsuspends it after the emission has completed.
- SuspenderStream<T,S extends Suspendable> - Interface in org.reactfx
-
An event stream that suspends a suspendable object during emission.
- suspendWhen(ObservableValue<Boolean>) - Method in interface org.reactfx.Suspendable
-
Arranges to suspend this
Suspendable whenever
condition
is
true
.
- suspendWhile(Runnable) - Method in interface org.reactfx.Suspendable
-
Runs the given computation while suspended.
- suspendWhile(Supplier<U>) - Method in interface org.reactfx.Suspendable
-
Runs the given computation while suspended.
- t(A, B) - Static method in class org.reactfx.util.Tuples
-
- t(A, B, C) - Static method in class org.reactfx.util.Tuples
-
- t(A, B, C, D) - Static method in class org.reactfx.util.Tuples
-
- t(A, B, C, D, E) - Static method in class org.reactfx.util.Tuples
-
- t(A, B, C, D, E, F) - Static method in class org.reactfx.util.Tuples
-
- tail() - Method in class org.reactfx.util.LL.Cons
-
- tail() - Method in class org.reactfx.util.LL
-
- tailOf(ListModificationSequence<F>) - Method in interface org.reactfx.collection.LiveList.Observer
-
- tailOf(ListModificationSequence<F>) - Method in interface org.reactfx.collection.LiveList.QuasiChangeObserver
-
- tailOf(ListModificationSequence<F>) - Method in interface org.reactfx.collection.LiveList.QuasiModificationObserver
-
- tailOf(A) - Method in class org.reactfx.SuspendableBase
-
- takeOne() - Method in interface org.reactfx.util.NotificationAccumulator
-
- TaskStream<T> - Interface in org.reactfx
-
- test(A, B, C, D, E, F) - Method in interface org.reactfx.util.HexaPredicate
-
- test(A, B, C, D, E) - Method in interface org.reactfx.util.PentaPredicate
-
- test(A, B, C, D) - Method in interface org.reactfx.util.TetraPredicate
-
- test(A, B, C) - Method in interface org.reactfx.util.TriPredicate
-
- test(BiPredicate<? super A, ? super B>) - Method in class org.reactfx.util.Tuple2
-
- test(TriPredicate<? super A, ? super B, ? super C>) - Method in class org.reactfx.util.Tuple3
-
- test(TetraPredicate<? super A, ? super B, ? super C, ? super D>) - Method in class org.reactfx.util.Tuple4
-
- test(PentaPredicate<? super A, ? super B, ? super C, ? super D, ? super E>) - Method in class org.reactfx.util.Tuple5
-
- test(HexaPredicate<? super A, ? super B, ? super C, ? super D, ? super E, ? super F>) - Method in class org.reactfx.util.Tuple6
-
- TetraConsumer<A,B,C,D> - Interface in org.reactfx.util
-
- TetraFunction<A,B,C,D,R> - Interface in org.reactfx.util
-
- TetraPredicate<A,B,C,D> - Interface in org.reactfx.util
-
- thenAccumulateFor(Duration, Function<? super T, ? extends A>, BiFunction<? super A, ? super T, ? extends A>, Function<? super A, List<T>>) - Method in interface org.reactfx.EventStream
-
Returns an event stream that emits the first event emitted from this
stream and then, if the next event arrives within the given duration
since the last emitted event, it is converted to an accumulator value
using initialTransformation
.
- thenAccumulateFor(Duration, Function<? super T, ? extends A>, BiFunction<? super A, ? super T, ? extends A>, Function<? super A, List<T>>, ScheduledExecutorService, Executor) - Method in interface org.reactfx.EventStream
-
- thenAccumulateFor(Duration, Supplier<? extends A>, BiFunction<? super A, ? super T, ? extends A>, Function<? super A, List<T>>) - Method in interface org.reactfx.EventStream
-
- thenAccumulateFor(Duration, Supplier<? extends A>, BiFunction<? super A, ? super T, ? extends A>, Function<? super A, List<T>>, ScheduledExecutorService, Executor) - Method in interface org.reactfx.EventStream
-
- thenIgnoreFor(Duration) - Method in interface org.reactfx.EventStream
-
Returns an event stream that emits the first event emitted from this
stream and then ignores the following events for the given duration.
- thenIgnoreFor(Duration, ScheduledExecutorService, Executor) - Method in interface org.reactfx.EventStream
-
- thenReduceFor(Duration, BinaryOperator<T>) - Method in interface org.reactfx.EventStream
-
Returns an event stream that emits the first event emitted from this
stream and then reduces all following events that arrive within the
given duration into a single event using the given reduction function.
- thenReduceFor(Duration, BinaryOperator<T>, ScheduledExecutorService, Executor) - Method in interface org.reactfx.EventStream
-
- thenRetainLatestFor(Duration) - Method in interface org.reactfx.EventStream
-
Returns an event stream that emits the first event emitted from this
stream and then remembers, but does not emit, the latest event emitted
from this stream.
- thenRetainLatestFor(Duration, ScheduledExecutorService, Executor) - Method in interface org.reactfx.EventStream
-
- threadBridge(Executor, Executor) - Method in interface org.reactfx.EventStream
-
Transfers events from one thread to another.
- threadBridgeFromFx(Executor) - Method in interface org.reactfx.EventStream
-
Transfers events from the JavaFX application thread to another thread.
- threadBridgeToFx(Executor) - Method in interface org.reactfx.EventStream
-
Transfers events to the JavaFX application thread.
- ticks(Duration) - Static method in class org.reactfx.EventStreams
-
Returns an event stream that emits periodic ticks.
- ticks(Duration, ScheduledExecutorService, Executor) - Static method in class org.reactfx.EventStreams
-
Returns an event stream that emits periodic ticks on the given
eventThreadExecutor
.
- ticks0(Duration) - Static method in class org.reactfx.EventStreams
-
Returns an event stream that emits periodic ticks.
- Timer - Interface in org.reactfx.util
-
Timer represents a delayed action.
- toArray(ListHelper<T>, IntFunction<T[]>) - Static method in class org.reactfx.util.ListHelper
-
- toBinding(T) - Method in interface org.reactfx.EventStream
-
Returns a binding that holds the most recent event emitted from this
stream.
- toEventStream() - Method in interface org.reactfx.StateMachine.StatefulStreamBuilder
-
Returns an event stream that emits a value when one of the state
machine's input streams causes the state machine to emit a value.
- Toggle - Interface in org.reactfx
-
Observable boolean that changes value when suspended.
- toLeft(Function<? super R, ? extends L>) - Method in interface org.reactfx.util.Either
-
- toObservableState() - Method in interface org.reactfx.StateMachine.ObservableStateBuilder
-
Returns a binding that reflects the current state of the state
machine.
- toOptional() - Method in interface org.reactfx.util.Try
-
- toRight(Function<? super L, ? extends R>) - Method in interface org.reactfx.util.Either
-
- ToSemigroup<T,U> - Interface in org.reactfx.util
-
- toStateStream() - Method in interface org.reactfx.StateMachine.ObservableStateBuilder
-
Returns an event stream that emits the current state of the state
machine every time it changes.
- toString() - Method in class org.reactfx.ObservableBase
-
- toString() - Method in class org.reactfx.util.BiIndex
-
- toString(List<?>) - Static method in class org.reactfx.util.Lists
-
- toString() - Method in class org.reactfx.util.LL
-
- toString() - Method in class org.reactfx.util.Tuple2
-
- toString() - Method in class org.reactfx.util.Tuple3
-
- toString() - Method in class org.reactfx.util.Tuple4
-
- toString() - Method in class org.reactfx.util.Tuple5
-
- toString() - Method in class org.reactfx.util.Tuple6
-
- transition(BiFunction<? super S, ? super I, ? extends S>) - Method in interface org.reactfx.StateMachine.ObservableStateBuilderOn
-
- transition(BiFunction<? super S, ? super I, ? extends S>) - Method in interface org.reactfx.StateMachine.StatefulStreamBuilderOn
-
- transmit(BiFunction<? super S, ? super I, Tuple2<S, Optional<O>>>) - Method in interface org.reactfx.StateMachine.ObservableStateBuilderOn
-
- transmit(BiFunction<? super S, ? super I, Tuple2<S, Optional<O>>>) - Method in interface org.reactfx.StateMachine.StatefulStreamBuilderOn
-
- TriConsumer<A,B,C> - Interface in org.reactfx.util
-
- TriFunction<A,B,C,R> - Interface in org.reactfx.util
-
- trim() - Method in interface org.reactfx.collection.ListModification
-
- trim() - Method in interface org.reactfx.collection.MaterializedListModification
-
- TriPredicate<A,B,C> - Interface in org.reactfx.util
-
- Try<T> - Interface in org.reactfx.util
-
- tryGet(Callable<? extends T>) - Static method in interface org.reactfx.util.Try
-
- Tuple2<A,B> - Class in org.reactfx.util
-
- Tuple3<A,B,C> - Class in org.reactfx.util
-
- Tuple4<A,B,C,D> - Class in org.reactfx.util
-
- Tuple5<A,B,C,D,E> - Class in org.reactfx.util
-
- Tuple6<A,B,C,D,E,F> - Class in org.reactfx.util
-
- Tuples - Class in org.reactfx.util
-
- Tuples() - Constructor for class org.reactfx.util.Tuples
-