Uses of Interface
io.qt.concurrent.QtConcurrent.MapFunctor
-
Uses of QtConcurrent.MapFunctor in io.qt.concurrent
Methods in io.qt.concurrent with parameters of type QtConcurrent.MapFunctorModifier and TypeMethodDescriptionstatic <T> voidQtConcurrent.blockingMap(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MapFunctor<T> functor) static <T> voidQtConcurrent.blockingMap(Collection<T> sequence, QtConcurrent.MapFunctor<T> functor) QtConcurrent.map(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MapFunctor<T> functor) QtConcurrent.map(Collection<T> sequence, QtConcurrent.MapFunctor<T> functor) static <T> QtConcurrent.ThreadEngineStarter<Void>QtConcurrent.startMap(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MapFunctor<T> functor)