Uses of Class
org.reactfx.util.AccumulatorSize
-
Packages that use AccumulatorSize Package Description org.reactfx org.reactfx.collection org.reactfx.util org.reactfx.value -
-
Uses of AccumulatorSize in org.reactfx
Fields in org.reactfx with type parameters of type AccumulatorSize Modifier and Type Field Description private java.util.function.Function<? super A,AccumulatorSize>
AccumulativeEventStream. size
Methods in org.reactfx that return AccumulatorSize Modifier and Type Method Description protected AccumulatorSize
AbstractReducibleEventStream. sizeOf(T accum)
protected AccumulatorSize
AccumulativeEventStream. sizeOf(A accum)
protected AccumulatorSize
PausableEventStream. sizeOf(java.util.Deque<T> accum)
protected AccumulatorSize
SuppressibleEventStream. sizeOf(T accum)
protected abstract AccumulatorSize
SuspendableBase. sizeOf(A accum)
Method parameters in org.reactfx with type arguments of type AccumulatorSize Modifier and Type Method Description default <A> EventStream<T>
EventStream. accumulateWhen(javafx.beans.value.ObservableValue<java.lang.Boolean> condition, java.util.function.Supplier<? extends A> unit, java.util.function.BiFunction<? super A,? super T,? extends A> accumulation, java.util.function.Function<? super A,AccumulatorSize> size, java.util.function.Function<? super A,? extends T> head, java.util.function.Function<? super A,? extends A> tail)
Shortcut fordefault <A> SuspendableEventStream<T>
EventStream. accumulative(java.util.function.Supplier<? extends A> unit, java.util.function.BiFunction<? super A,? super T,? extends A> accumulation, java.util.function.Function<? super A,AccumulatorSize> size, java.util.function.Function<? super A,? extends T> head, java.util.function.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(java.util.function.Supplier<? extends A> unit, java.util.function.BiFunction<? super A,? super T,? extends A> reduction, java.util.function.Function<? super A,AccumulatorSize> size, java.util.function.Function<? super A,? extends T> head, java.util.function.Function<? super A,? extends A> tail)
-
Uses of AccumulatorSize in org.reactfx.collection
Methods in org.reactfx.collection that return AccumulatorSize Modifier and Type Method Description AccumulatorSize
LiveList.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 AccumulatorSize Modifier and Type Field Description private java.util.function.Function<? super A,AccumulatorSize>
AccumulativeStreamNotifications. size
Methods in org.reactfx.util that return AccumulatorSize Modifier and Type Method Description static AccumulatorSize
AccumulatorSize. fromInt(int n)
protected AccumulatorSize
AbstractReducingStreamNotifications. size(java.util.function.Consumer<? super T> observer, T accumulatedValue)
protected AccumulatorSize
AccumulativeStreamNotifications. size(java.util.function.Consumer<? super T> observer, A accumulatedValue)
protected AccumulatorSize
ListNotifications. size(LiveList.Observer<? super E,?> observer, ListModificationSequence<E> accumulatedValue)
protected AccumulatorSize
NonAccumulativeStreamNotifications. size(java.util.function.Consumer<? super T> observer, T accumulatedValue)
protected abstract AccumulatorSize
NotificationAccumulatorBase. size(O observer, A accumulatedValue)
protected AccumulatorSize
QueuingStreamNotifications. size(java.util.function.Consumer<? super T> observer, java.util.Deque<T> accumulatedValue)
static AccumulatorSize
AccumulatorSize. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AccumulatorSize[]
AccumulatorSize. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.reactfx.util with type arguments of type AccumulatorSize Modifier and Type Method Description static <T,A>
NotificationAccumulator<java.util.function.Consumer<? super T>,T,A>NotificationAccumulator. accumulativeStreamNotifications(java.util.function.Function<? super A,AccumulatorSize> size, java.util.function.Function<? super A,? extends T> head, java.util.function.Function<? super A,? extends A> tail, java.util.function.Function<? super T,? extends A> initialTransformation, java.util.function.BiFunction<? super A,? super T,? extends A> reduction)
Constructor parameters in org.reactfx.util with type arguments of type AccumulatorSize Constructor Description AccumulativeStreamNotifications(java.util.function.Function<? super A,AccumulatorSize> size, java.util.function.Function<? super A,? extends T> head, java.util.function.Function<? super A,? extends A> tail, java.util.function.Function<? super T,? extends A> initialTransformation, java.util.function.BiFunction<? super A,? super T,? extends A> reduction)
-
Uses of AccumulatorSize in org.reactfx.value
Methods in org.reactfx.value that return AccumulatorSize Modifier and Type Method Description protected AccumulatorSize
SuspendableValWrapper. sizeOf(T accum)
-