static <T> void
blockingMap(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MapFunctor<T> functor)
blockingMap(Collection<T> sequence, QtConcurrent.MapFunctor<T> functor)
static <T> QFuture<Void>
map(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MapFunctor<T> functor)
map(Collection<T> sequence, QtConcurrent.MapFunctor<T> functor)