Uses of Interface
org.reactfx.util.NotificationAccumulator
Packages that use NotificationAccumulator
-
Uses of NotificationAccumulator in org.reactfx
Fields in org.reactfx declared as NotificationAccumulatorModifier and TypeFieldDescriptionprivate final NotificationAccumulator
<O, T, ?> ObservableBase.pendingNotifications
Methods in org.reactfx that return NotificationAccumulatorModifier and TypeMethodDescriptiondefault NotificationAccumulator
<Consumer<? super T>, T, ?> ProperEventStream.defaultNotificationAccumulator()
ProperObservable.defaultNotificationAccumulator()
Constructors in org.reactfx with parameters of type NotificationAccumulatorModifierConstructorDescriptionprotected
AbstractReducibleEventStream
(EventStream<T> source, NotificationAccumulator<Consumer<? super T>, T, T> pn) (package private)
EventStreamBase
(NotificationAccumulator<Consumer<? super T>, T, ?> pn) protected
ObservableBase
(NotificationAccumulator<O, T, ?> pendingNotificationsImpl) RecursiveStream
(EventStream<T> input, NotificationAccumulator<Consumer<? super T>, T, ?> pn) protected
SuspendableBase
(EventStream<T> input, NotificationAccumulator<O, T, A> pn) protected
SuspendableEventStreamBase
(EventStream<T> source, NotificationAccumulator<Consumer<? super T>, T, A> pn) -
Uses of NotificationAccumulator in org.reactfx.collection
Methods in org.reactfx.collection that return NotificationAccumulatorModifier and TypeMethodDescriptiondefault NotificationAccumulator
<LiveList.Observer<? super E, ?>, QuasiListChange<? extends E>, ?> ProperLiveList.defaultNotificationAccumulator()
-
Uses of NotificationAccumulator in org.reactfx.util
Classes in org.reactfx.util that implement NotificationAccumulatorModifier and TypeClassDescription(package private) class
(package private) final class
(package private) final class
(package private) final class
(package private) class
NotificationAccumulatorBase<O,
V, A> (package private) final class
(package private) final class
(package private) final class
(package private) final class
Methods in org.reactfx.util that return NotificationAccumulatorModifier and TypeMethodDescriptionstatic <T,
A> NotificationAccumulator <Consumer<? super T>, T, A> NotificationAccumulator.accumulativeStreamNotifications
(Function<? super A, AccumulatorSize> size, Function<? super A, ? extends T> head, Function<? super A, ? extends A> tail, Function<? super T, ? extends A> initialTransformation, BiFunction<? super A, ? super T, ? extends A> reduction) static <E> NotificationAccumulator
<LiveList.Observer<? super E, ?>, QuasiListChange<? extends E>, ListModificationSequence<E>> NotificationAccumulator.listNotifications()
static <T> NotificationAccumulator
<Consumer<? super T>, T, T> NotificationAccumulator.nonAccumulativeStreamNotifications()
static <T> NotificationAccumulator
<Consumer<? super T>, T, Deque<T>> NotificationAccumulator.queuingStreamNotifications()
static <T> NotificationAccumulator
<Consumer<? super T>, T, T> NotificationAccumulator.reducingStreamNotifications
(BinaryOperator<T> reduction) static <T> NotificationAccumulator
<Consumer<? super T>, T, T> NotificationAccumulator.retainLatestStreamNotifications()
static <T> NotificationAccumulator
<Consumer<? super T>, T, T> NotificationAccumulator.retainOldestValNotifications()
-
Uses of NotificationAccumulator in org.reactfx.value
Methods in org.reactfx.value that return NotificationAccumulatorModifier and TypeMethodDescriptiondefault NotificationAccumulator
<Consumer<? super T>, T, ?> ProperVal.defaultNotificationAccumulator()