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. sizeMethods in org.reactfx that return AccumulatorSize Modifier and Type Method Description protected AccumulatorSizeAbstractReducibleEventStream. sizeOf(T accum)protected AccumulatorSizeAccumulativeEventStream. sizeOf(A accum)protected AccumulatorSizePausableEventStream. sizeOf(java.util.Deque<T> accum)protected AccumulatorSizeSuppressibleEventStream. sizeOf(T accum)protected abstract AccumulatorSizeSuspendableBase. 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 AccumulatorSizeLiveList.Observer. sizeOf(ListModificationSequence<? extends E> mods)default AccumulatorSizeLiveList.QuasiChangeObserver. sizeOf(ListModificationSequence<? extends E> mods)default AccumulatorSizeLiveList.QuasiModificationObserver. sizeOf(ListModificationSequence<? extends E> mods)protected AccumulatorSizeSuspendableListWrapper. 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. sizeMethods in org.reactfx.util that return AccumulatorSize Modifier and Type Method Description static AccumulatorSizeAccumulatorSize. fromInt(int n)protected AccumulatorSizeAbstractReducingStreamNotifications. size(java.util.function.Consumer<? super T> observer, T accumulatedValue)protected AccumulatorSizeAccumulativeStreamNotifications. size(java.util.function.Consumer<? super T> observer, A accumulatedValue)protected AccumulatorSizeListNotifications. size(LiveList.Observer<? super E,?> observer, ListModificationSequence<E> accumulatedValue)protected AccumulatorSizeNonAccumulativeStreamNotifications. size(java.util.function.Consumer<? super T> observer, T accumulatedValue)protected abstract AccumulatorSizeNotificationAccumulatorBase. size(O observer, A accumulatedValue)protected AccumulatorSizeQueuingStreamNotifications. size(java.util.function.Consumer<? super T> observer, java.util.Deque<T> accumulatedValue)static AccumulatorSizeAccumulatorSize. 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 AccumulatorSizeSuspendableValWrapper. sizeOf(T accum)
-