Uses of Interface
io.qt.concurrent.QtConcurrent.MappedFunctor
-
Uses of QtConcurrent.MappedFunctor in io.qt.concurrent
Modifier and TypeMethodDescriptionstatic <U,
T> QList <U> QtConcurrent.blockingMapped
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<U, T> functor) static <U,
T> QList <U> QtConcurrent.blockingMapped
(Collection<T> sequence, QtConcurrent.MappedFunctor<U, T> functor) static <U,
V, T> U QtConcurrent.blockingMappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor) static <U,
V, T> U QtConcurrent.blockingMappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOption ... options) static <U,
V, T> U QtConcurrent.blockingMappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOptions options) static <U,
V, T> U QtConcurrent.blockingMappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue) static <U,
V, T> U QtConcurrent.blockingMappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOption ... options) static <U,
V, T> U QtConcurrent.blockingMappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) static <U,
V, T> U QtConcurrent.blockingMappedReduced
(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor) static <U,
V, T> U QtConcurrent.blockingMappedReduced
(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOption ... options) static <U,
V, T> U QtConcurrent.blockingMappedReduced
(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOptions options) static <U,
V, T> U QtConcurrent.blockingMappedReduced
(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue) static <U,
V, T> U QtConcurrent.blockingMappedReduced
(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOption ... options) static <U,
V, T> U QtConcurrent.blockingMappedReduced
(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) static <U,
T> QFuture <U> QtConcurrent.mapped
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<U, T> functor) static <U,
T> QFuture <U> QtConcurrent.mapped
(Collection<T> sequence, QtConcurrent.MappedFunctor<U, T> functor) static <U,
V, T> QFuture <U> QtConcurrent.mappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor) static <U,
V, T> QFuture <U> QtConcurrent.mappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOption ... options) static <U,
V, T> QFuture <U> QtConcurrent.mappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOptions options) static <U,
V, T> QFuture <U> QtConcurrent.mappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue) static <U,
V, T> QFuture <U> QtConcurrent.mappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOption ... options) static <U,
V, T> QFuture <U> QtConcurrent.mappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) static <U,
V, T> QFuture <U> QtConcurrent.mappedReduced
(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor) static <U,
V, T> QFuture <U> QtConcurrent.mappedReduced
(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOption ... options) static <U,
V, T> QFuture <U> QtConcurrent.mappedReduced
(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOptions options) static <U,
V, T> QFuture <U> QtConcurrent.mappedReduced
(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue) static <U,
V, T> QFuture <U> QtConcurrent.mappedReduced
(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOption ... options) static <U,
V, T> QFuture <U> QtConcurrent.mappedReduced
(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) static <U,
T> QtConcurrent.ThreadEngineStarter <U> QtConcurrent.startMapped
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<U, T> functor) static <U,
V, T> QtConcurrent.ThreadEngineStarter <U> QtConcurrent.startMappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor) static <U,
V, T> QtConcurrent.ThreadEngineStarter <U> QtConcurrent.startMappedReduced
(QThreadPool threadPool, 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
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOption... options) static <U,
V, T> QtConcurrent.ThreadEngineStarter <U> QtConcurrent.startMappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue) static <U,
V, T> QtConcurrent.ThreadEngineStarter <U> QtConcurrent.startMappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) static <U,
V, T> QtConcurrent.ThreadEngineStarter <U> QtConcurrent.startMappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOption... options)