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