Uses of Class
io.qt.concurrent.QtConcurrent.ThreadEngineStarter
-
Uses of QtConcurrent.ThreadEngineStarter in io.qt.concurrent
Modifier and TypeMethodDescriptionstatic <T> QtConcurrent.ThreadEngineStarter<T>
QtConcurrent.startFiltered
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) static <U,
T> QtConcurrent.ThreadEngineStarter<U> QtConcurrent.startFilteredReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor) static <U,
T> QtConcurrent.ThreadEngineStarter<U> QtConcurrent.startFilteredReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOption ... 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) 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.ReduceOption ... 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 <T> QtConcurrent.ThreadEngineStarter<@QtPrimitiveType Void>
QtConcurrent.startMap
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MapFunctor<T> functor) static <U,
T> QtConcurrent.ThreadEngineStarter<U> QtConcurrent.startMapped
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<U, T> functor) static <U,
V, T> QtConcurrent.ThreadEngineStarter<U> QtConcurrent.startMappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor) 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, QtConcurrent.ReduceOption... 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) 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) 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.ReduceOption... options)