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 ReduceOptions 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.ReduceOptionsQtConcurrent.ReduceOption.flags(QtConcurrent.ReduceOption ... values) Creates a newQtConcurrent.ReduceOptionsfrom the entries.QtConcurrent.ReduceOptions.setFlag(QtConcurrent.ReduceOption e) Sets the flageQtConcurrent.ReduceOptions.setFlag(QtConcurrent.ReduceOption e, boolean on) Sets or clears the flagflagMethods in io.qt.concurrent with parameters of type QtConcurrent.ReduceOptionsModifier 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 intQtConcurrent.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)