Uses of Class
io.qt.concurrent.QtConcurrent.ReduceOptions
-
Uses of QtConcurrent.ReduceOptions in io.qt.concurrent
Modifier and TypeMethodDescriptionQtConcurrent.ReduceOption.asFlags()
Create a QFlags of the enum entry.QtConcurrent.ReduceOption.cleared
(QtConcurrent.ReduceOption e) Excludes other enum entry from a flag of this 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
Modifier and TypeMethodDescriptionstatic <U,
T> U QtConcurrent.blockingFilteredReduced
(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, 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) final int
QtConcurrent.ReduceOptions.compareTo
(QtConcurrent.ReduceOptions other) static <U,
T> QFuture<U> QtConcurrent.filteredReduced
(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> 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, QtConcurrent.ReduceOptions options) static <U,
T> QtConcurrent.ThreadEngineStarter<U> QtConcurrent.startFilteredReduced
(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOptions options) static <U,
V, T> QtConcurrent.ThreadEngineStarter<U> QtConcurrent.startMappedReduced
(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOptions options)