Uses of Interface
io.qt.concurrent.QtConcurrent.MapFunctor
-
Uses of QtConcurrent.MapFunctor in io.qt.concurrent
Modifier and TypeMethodDescriptionstatic <T> void
QtConcurrent.blockingMap
(Collection<T> sequence, QtConcurrent.MapFunctor<T> functor) static <T> QFuture
<@QtPrimitiveType Void> QtConcurrent.map
(Collection<T> sequence, QtConcurrent.MapFunctor<T> functor) static <T> QtConcurrent.ThreadEngineStarter
<@QtPrimitiveType Void> QtConcurrent.startMap
(Collection<T> sequence, QtConcurrent.MapFunctor<T> functor)