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.sizeMethods in org.reactfx that return AccumulatorSizeModifier and TypeMethodDescriptionprotected final AccumulatorSizeprotected AccumulatorSizeprotected AccumulatorSizeprotected AccumulatorSizeprotected abstract AccumulatorSizeMethod 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 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
Subclasses with type arguments of type AccumulatorSize in org.reactfx.utilFields in org.reactfx.util with type parameters of type AccumulatorSizeModifier and TypeFieldDescriptionprivate final Function<? super A, AccumulatorSize> AccumulativeStreamNotifications.sizeMethods in org.reactfx.util that return AccumulatorSizeModifier and TypeMethodDescriptionstatic AccumulatorSizeAccumulatorSize.fromInt(int n) protected final AccumulatorSizeprotected AccumulatorSizeprotected AccumulatorSizeListNotifications.size(LiveList.Observer<? super E, ?> observer, ListModificationSequence<E> accumulatedValue) protected AccumulatorSizeprotected abstract AccumulatorSizeprotected AccumulatorSizestatic AccumulatorSizeReturns 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