Uses of Enum Class
org.reactfx.util.AccumulatorSize
Packages that use AccumulatorSize
-
Uses of AccumulatorSize in org.reactfx
Fields in org.reactfx with type parameters of type AccumulatorSizeModifier and TypeFieldDescriptionprivate final Function
<? super A, AccumulatorSize> AccumulativeEventStream.size
Methods in org.reactfx that return AccumulatorSizeModifier and TypeMethodDescriptionprotected final AccumulatorSize
protected AccumulatorSize
protected AccumulatorSize
protected AccumulatorSize
protected abstract AccumulatorSize
Method parameters in org.reactfx with type arguments of type AccumulatorSizeModifier and TypeMethodDescriptiondefault <A> EventStream
<T> EventStream.accumulateWhen
(javafx.beans.value.ObservableValue<Boolean> condition, Supplier<? extends A> unit, BiFunction<? super A, ? super T, ? extends A> accumulation, Function<? super A, AccumulatorSize> size, Function<? super A, ? extends T> head, Function<? super A, ? extends A> tail) Shortcut fordefault <A> SuspendableEventStream
<T> EventStream.accumulative
(Supplier<? extends A> unit, BiFunction<? super A, ? super T, ? extends A> accumulation, Function<? super A, AccumulatorSize> size, Function<? super A, ? extends T> head, Function<? super A, ? extends A> tail) A variation onEventStream.accumulative(Function, BiFunction, Function, Function, Function)
to use when it is more convenient to provide a unit element of the accumulation than to transform the initial event to a cumulative value.default <A> EventStream
<T> EventStream.onRecurseAccumulate
(Supplier<? extends A> unit, BiFunction<? super A, ? super T, ? extends A> reduction, Function<? super A, AccumulatorSize> size, Function<? super A, ? extends T> head, Function<? super A, ? extends A> tail) -
Uses of AccumulatorSize in org.reactfx.collection
Methods in org.reactfx.collection that return AccumulatorSizeModifier and TypeMethodDescriptionLiveList.Observer.sizeOf
(ListModificationSequence<? extends E> mods) default AccumulatorSize
LiveList.QuasiChangeObserver.sizeOf
(ListModificationSequence<? extends E> mods) default AccumulatorSize
LiveList.QuasiModificationObserver.sizeOf
(ListModificationSequence<? extends E> mods) protected AccumulatorSize
SuspendableListWrapper.sizeOf
(ListModificationSequence<E> accum) -
Uses of AccumulatorSize in org.reactfx.util
Fields in org.reactfx.util with type parameters of type AccumulatorSizeModifier and TypeFieldDescriptionprivate final Function
<? super A, AccumulatorSize> AccumulativeStreamNotifications.size
Methods in org.reactfx.util that return AccumulatorSizeModifier and TypeMethodDescriptionstatic AccumulatorSize
AccumulatorSize.fromInt
(int n) protected final AccumulatorSize
protected AccumulatorSize
protected AccumulatorSize
ListNotifications.size
(LiveList.Observer<? super E, ?> observer, ListModificationSequence<E> accumulatedValue) protected AccumulatorSize
protected abstract AccumulatorSize
protected AccumulatorSize
static AccumulatorSize
Returns the enum constant of this class with the specified name.static AccumulatorSize[]
AccumulatorSize.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.reactfx.util with type arguments of type AccumulatorSizeModifier 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) Constructor parameters in org.reactfx.util with type arguments of type AccumulatorSizeModifierConstructorDescription(package private)
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) -
Uses of AccumulatorSize in org.reactfx.value
Methods in org.reactfx.value that return AccumulatorSize