Uses of Enum Class
org.reactfx.util.AccumulatorSize
Packages that use AccumulatorSize
-
Uses of AccumulatorSize in org.reactfx
Methods in org.reactfx that return 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) -
Uses of AccumulatorSize in org.reactfx.util
Subclasses with type arguments of type AccumulatorSize in org.reactfx.utilMethods in org.reactfx.util that return AccumulatorSizeModifier and TypeMethodDescriptionstatic AccumulatorSizeAccumulatorSize.fromInt(int n) static 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)