Uses of Class
io.qt.concurrent.QtConcurrent.ReduceOptions
Packages that use QtConcurrent.ReduceOptions
-
Uses of QtConcurrent.ReduceOptions in io.qt.concurrent
Methods in io.qt.concurrent that return QtConcurrent.ReduceOptionsModifier and TypeMethodDescriptionQtConcurrent.ReduceOption.asFlags()
Create a QFlags of the enum entry.QtConcurrent.ReduceOptions.clone()
Clones the flagsQtConcurrent.ReduceOption.combined
(QtConcurrent.ReduceOption e) Combines this entry with other enum entry.QtConcurrent.ReduceOptions.combined
(QtConcurrent.ReduceOption e) Combines this flags with enum entry.static QtConcurrent.ReduceOptions
QtConcurrent.ReduceOption.flags
(QtConcurrent.ReduceOption ... values) Creates a newQtConcurrent.ReduceOptions
from the entries.QtConcurrent.ReduceOptions.setFlag
(QtConcurrent.ReduceOption e) Sets the flage
QtConcurrent.ReduceOptions.setFlag
(QtConcurrent.ReduceOption e, boolean on) Sets or clears the flagflag
Methods in io.qt.concurrent with parameters of type QtConcurrent.ReduceOptionsModifier and TypeMethodDescriptionstatic <U,
T> U QtConcurrent.blockingFilteredReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOptions options) static <U,
T> U QtConcurrent.blockingFilteredReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) static <U,
T> U QtConcurrent.blockingFilteredReduced
(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOptions options) static <U,
T> U QtConcurrent.blockingFilteredReduced
(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) static <U,
V, T> U QtConcurrent.blockingMappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOptions options) static <U,
V, T> U QtConcurrent.blockingMappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) static <U,
V, T> U QtConcurrent.blockingMappedReduced
(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOptions options) static <U,
V, T> U QtConcurrent.blockingMappedReduced
(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) final int
QtConcurrent.ReduceOptions.compareTo
(QtConcurrent.ReduceOptions other) static <U,
T> QFuture<U> QtConcurrent.filteredReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOptions options) static <U,
T> QFuture<U> QtConcurrent.filteredReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) static <U,
T> QFuture<U> QtConcurrent.filteredReduced
(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOptions options) static <U,
T> QFuture<U> QtConcurrent.filteredReduced
(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) static <U,
V, T> QFuture<U> QtConcurrent.mappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOptions options) static <U,
V, T> QFuture<U> QtConcurrent.mappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) static <U,
V, T> QFuture<U> QtConcurrent.mappedReduced
(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOptions options) static <U,
V, T> QFuture<U> QtConcurrent.mappedReduced
(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) static <U,
T> QtConcurrent.ThreadEngineStarter<U> QtConcurrent.startFilteredReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOptions options) static <U,
T> QtConcurrent.ThreadEngineStarter<U> QtConcurrent.startFilteredReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) static <U,
V, T> QtConcurrent.ThreadEngineStarter<U> QtConcurrent.startMappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOptions options) static <U,
V, T> QtConcurrent.ThreadEngineStarter<U> QtConcurrent.startMappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options)