Uses of Interface
io.qt.concurrent.QtConcurrent.MappedFunctor
-
Uses of QtConcurrent.MappedFunctor in io.qt.concurrent
Methods in io.qt.concurrent with parameters of type QtConcurrent.MappedFunctorModifier and TypeMethodDescriptionstatic <U,T> QList<U> QtConcurrent.blockingMapped(Collection<T> sequence, QtConcurrent.MappedFunctor<U, T> functor) 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,T> QFuture<U> QtConcurrent.mapped(Collection<T> sequence, QtConcurrent.MappedFunctor<U, T> functor) 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,T> QtConcurrent.ThreadEngineStarter<U> QtConcurrent.startMapped(Collection<T> sequence, QtConcurrent.MappedFunctor<U, T> functor) static <U,V, T> QtConcurrent.ThreadEngineStarter<U> QtConcurrent.startMappedReduced(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(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOptions options)