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(Collection<T> sequence, QtConcurrent.MapFunctor<T> functor) Calls function once for each item in sequence.QtConcurrent.map(Collection<T> sequence, QtConcurrent.MapFunctor<T> functor) Calls function once for each item in sequence.