java.lang.Object
io.qt.concurrent.QtConcurrent
High-level APIs that make it possible to write multi-threaded programs without using low-level threading primitives
Java wrapper for Qt header file QtConcurrent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceCallable with five arguments.static interfaceCallable with five arguments.static interfaceCallable with five arguments.static interfaceCallable with five arguments.static interfaceCallable with five arguments.static interfaceCallable with six arguments.static interfaceCallable with seven arguments.static interfaceCallable with eight arguments.static interfaceCallable with nine arguments.static interfaceAn implementation of this interface is given to one of QtConcurrent's filtered() methods.static enumJava wrapper for Qt enumQtConcurrent::FutureResultstatic interfaceAn implemetation of this interface is given one to QtConcurrent's map() methods.static interfaceImplement this interface to perform a mapped operation.static classThe QTaskBuilder class is used for adjusting task parameters.static classThe QTaskBuilder class is used for adjusting task parameters.static interfaceImplement this interface in order to perform a reduce operation.static enumJava wrapper for Qt enumQtConcurrent::ReduceOptionstatic final classQFlagstype for enumQtConcurrent.ReduceOptionstatic interfaceRunnable with one argument.static interfaceRunnable with two arguments.static interfaceRunnable with three arguments.static interfaceRunnable with four arguments.static interfaceRunnable with five arguments.static interfaceRunnable with six arguments.static interfaceRunnable with seven arguments.static interfaceRunnable with eight arguments.static interfaceRunnable with nine arguments.static interfaceRunnable with typed promise.static interfaceRunnable with typed promise and one argument.static interfaceRunnable with typed promise and two arguments.static interfaceRunnable with typed promise and three arguments.static interfaceRunnable with typed promise and four arguments.static interfaceRunnable with typed promise and five arguments.static interfaceRunnable with typed promise and six arguments.static interfaceRunnable with typed promise and seven arguments.static interfaceRunnable with typed promise and eight arguments.static interfaceRunnable with typed promise and nine arguments.static interfaceRunnable with void promise.static interfaceRunnable with void promise and one arguments.static interfaceRunnable with void promise and two arguments.static interfaceRunnable with void promise and three arguments.static interfaceRunnable with void promise and four arguments.static interfaceRunnable with void promise and five arguments.static interfaceRunnable with void promise and six arguments.static interfaceRunnable with void promise and seven arguments.static interfaceRunnable with void promise and eight arguments.static interfaceRunnable with void promise and nine arguments.static final classJava wrapper for Qt's classQtConcurrent::ThreadEngineStarterstatic enumJava wrapper for Qt enumQtConcurrent::ThreadFunctionResult -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> voidblockingFilter(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) static <T> voidblockingFilter(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) static <T> QList<T> blockingFiltered(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) static <T> QList<T> blockingFiltered(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) static <U,T> U blockingFilteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor) static <U,T> U blockingFilteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOption ... options) static <U,T> U blockingFilteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOptions options) static <U,T> U blockingFilteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue) static <U,T> U blockingFilteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue, QtConcurrent.ReduceOption ... options) static <U,T> U blockingFilteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) static <U,T> U blockingFilteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor) static <U,T> U blockingFilteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOption ... options) static <U,T> U blockingFilteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOptions options) static <U,T> U blockingFilteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue) static <U,T> U blockingFilteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue, QtConcurrent.ReduceOption ... options) static <U,T> U blockingFilteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) static <T> voidblockingMap(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MapFunctor<T> functor) static <T> voidblockingMap(Collection<T> sequence, QtConcurrent.MapFunctor<T> functor) static <U,T> QList <U> blockingMapped(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<U, T> functor) static <U,T> QList <U> blockingMapped(Collection<T> sequence, QtConcurrent.MappedFunctor<U, T> functor) static <U,V, T> U blockingMappedReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor) static <U,V, T> U blockingMappedReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOption ... options) static <U,V, T> U blockingMappedReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOptions options) static <U,V, T> U blockingMappedReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue) static <U,V, T> U 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 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 blockingMappedReduced(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor) static <U,V, T> U blockingMappedReduced(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOption ... options) static <U,V, T> U blockingMappedReduced(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOptions options) static <U,V, T> U blockingMappedReduced(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue) static <U,V, T> U blockingMappedReduced(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOption ... options) static <U,V, T> U blockingMappedReduced(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) static <T> QFuture<@QtPrimitiveType Void> filter(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) static <T> QFuture<@QtPrimitiveType Void> filter(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) static <T> QFuture<T> filtered(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) static <T> QFuture<T> filtered(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) static <U,T> QFuture <U> filteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor) static <U,T> QFuture <U> filteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOption ... options) static <U,T> QFuture <U> filteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOptions options) static <U,T> QFuture <U> filteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue) static <U,T> QFuture <U> filteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue, QtConcurrent.ReduceOption ... options) static <U,T> QFuture <U> filteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) static <U,T> QFuture <U> filteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor) static <U,T> QFuture <U> filteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOption ... options) static <U,T> QFuture <U> filteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOptions options) static <U,T> QFuture <U> filteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue) static <U,T> QFuture <U> filteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue, QtConcurrent.ReduceOption ... options) static <U,T> QFuture <U> filteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) static <T> QFuture<@QtPrimitiveType Void> map(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MapFunctor<T> functor) static <T> QFuture<@QtPrimitiveType Void> map(Collection<T> sequence, QtConcurrent.MapFunctor<T> functor) static <U,T> QFuture <U> mapped(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<U, T> functor) static <U,T> QFuture <U> mapped(Collection<T> sequence, QtConcurrent.MappedFunctor<U, T> functor) static <U,V, T> QFuture <U> mappedReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor) static <U,V, T> QFuture <U> 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> 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> mappedReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue) static <U,V, T> QFuture <U> 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> 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> mappedReduced(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor) static <U,V, T> QFuture <U> mappedReduced(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOption ... options) static <U,V, T> QFuture <U> mappedReduced(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOptions options) static <U,V, T> QFuture <U> mappedReduced(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue) static <U,V, T> QFuture <U> 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> mappedReduced(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) static <T,A> QFuture <T> run(QtConcurrent.Callable1<T, A> runnable, A a) static <T,A, B> QFuture <T> run(QtConcurrent.Callable2<T, A, B> runnable, A a, B b) static <T,A, B, C>
QFuture<T> run(QtConcurrent.Callable3<T, A, B, C> runnable, A a, B b, C c) static <T,A, B, C, D>
QFuture<T> run(QtConcurrent.Callable4<T, A, B, C, D> runnable, A a, B b, C c, D d) static <T,A, B, C, D, E>
QFuture<T> run(QtConcurrent.Callable5<T, A, B, C, D, E> runnable, A a, B b, C c, D d, E e) static <A> QFuture<@QtPrimitiveType Void> run(QtConcurrent.Runnable1<A> runnable, A a) static <A,B> QFuture <@QtPrimitiveType Void> run(QtConcurrent.Runnable2<A, B> runnable, A a, B b) static <A,B, C> QFuture <@QtPrimitiveType Void> run(QtConcurrent.Runnable3<A, B, C> runnable, A a, B b, C c) static <A,B, C, D>
QFuture<@QtPrimitiveType Void> run(QtConcurrent.Runnable4<A, B, C, D> runnable, A a, B b, C c, D d) static <A,B, C, D, E>
QFuture<@QtPrimitiveType Void> run(QtConcurrent.Runnable5<A, B, C, D, E> runnable, A a, B b, C c, D d, E e) static <A,B, C, D, E, F>
QFuture<@QtPrimitiveType Void> run(QtConcurrent.Runnable6<A, B, C, D, E, F> runnable, A a, B b, C c, D d, E e, F f) static <A,B, C, D, E, F, G>
QFuture<@QtPrimitiveType Void> run(QtConcurrent.Runnable7<A, B, C, D, E, F, G> runnable, A a, B b, C c, D d, E e, F f, G g) static <A,B, C, D, E, F, G, H>
QFuture<@QtPrimitiveType Void> run(QtConcurrent.Runnable8<A, B, C, D, E, F, G, H> runnable, A a, B b, C c, D d, E e, F f, G g, H h) static <A,B, C, D, E, F, G, H, I>
QFuture<@QtPrimitiveType Void> run(QtConcurrent.Runnable9<A, B, C, D, E, F, G, H, I> runnable, A a, B b, C c, D d, E e, F f, G g, H h, I i) static <T> QFuture<T> run(QtConcurrent.RunnableWithPromise<T> runnable) static <T,A> QFuture <T> run(QtConcurrent.RunnableWithPromise1<T, A> runnable, A a) static <T,A, B> QFuture <T> run(QtConcurrent.RunnableWithPromise2<T, A, B> runnable, A a, B b) static <T,A, B, C>
QFuture<T> run(QtConcurrent.RunnableWithPromise3<T, A, B, C> runnable, A a, B b, C c) static <T,A, B, C, D>
QFuture<T> run(QtConcurrent.RunnableWithPromise4<T, A, B, C, D> runnable, A a, B b, C c, D d) static <T,A, B, C, D, E>
QFuture<T> run(QtConcurrent.RunnableWithPromise5<T, A, B, C, D, E> runnable, A a, B b, C c, D d, E e) static <T,A, B, C, D, E, F>
QFuture<T> run(QtConcurrent.RunnableWithPromise6<T, A, B, C, D, E, F> runnable, A a, B b, C c, D d, E e, F f) static <T,A, B, C, D, E, F, G>
QFuture<T> run(QtConcurrent.RunnableWithPromise7<T, A, B, C, D, E, F, G> runnable, A a, B b, C c, D d, E e, F f, G g) static <T,A, B, C, D, E, F, G, H>
QFuture<T> run(QtConcurrent.RunnableWithPromise8<T, A, B, C, D, E, F, G, H> runnable, A a, B b, C c, D d, E e, F f, G g, H h) static <T,A, B, C, D, E, F, G, H, I>
QFuture<T> run(QtConcurrent.RunnableWithPromise9<T, A, B, C, D, E, F, G, H, I> runnable, A a, B b, C c, D d, E e, F f, G g, H h, I i) static QFuture<@QtPrimitiveType Void> run(QtConcurrent.RunnableWithVoidPromise runnable) static <A> QFuture<@QtPrimitiveType Void> run(QtConcurrent.RunnableWithVoidPromise1<A> runnable, A a) static <A,B> QFuture <@QtPrimitiveType Void> run(QtConcurrent.RunnableWithVoidPromise2<A, B> runnable, A a, B b) static <A,B, C> QFuture <@QtPrimitiveType Void> run(QtConcurrent.RunnableWithVoidPromise3<A, B, C> runnable, A a, B b, C c) static <A,B, C, D>
QFuture<@QtPrimitiveType Void> run(QtConcurrent.RunnableWithVoidPromise4<A, B, C, D> runnable, A a, B b, C c, D d) static <A,B, C, D, E>
QFuture<@QtPrimitiveType Void> run(QtConcurrent.RunnableWithVoidPromise5<A, B, C, D, E> runnable, A a, B b, C c, D d, E e) static <A,B, C, D, E, F>
QFuture<@QtPrimitiveType Void> run(QtConcurrent.RunnableWithVoidPromise6<A, B, C, D, E, F> runnable, A a, B b, C c, D d, E e, F f) static <A,B, C, D, E, F, G>
QFuture<@QtPrimitiveType Void> run(QtConcurrent.RunnableWithVoidPromise7<A, B, C, D, E, F, G> runnable, A a, B b, C c, D d, E e, F f, G g) static <A,B, C, D, E, F, G, H>
QFuture<@QtPrimitiveType Void> run(QtConcurrent.RunnableWithVoidPromise8<A, B, C, D, E, F, G, H> runnable, A a, B b, C c, D d, E e, F f, G g, H h) static <A,B, C, D, E, F, G, H, I>
QFuture<@QtPrimitiveType Void> run(QtConcurrent.RunnableWithVoidPromise9<A, B, C, D, E, F, G, H, I> runnable, A a, B b, C c, D d, E e, F f, G g, H h, I i) static <T,A, B, C, D, E, F>
QFuture<T> run(QtConcurrent.Callable6<T, A, B, C, D, E, F> runnable, A a, B b, C c, D d, E e, F f) static <T,A, B, C, D, E, F, G>
QFuture<T> run(QtConcurrent.Callable7<T, A, B, C, D, E, F, G> runnable, A a, B b, C c, D d, E e, F f, G g) static <T,A, B, C, D, E, F, G, H>
QFuture<T> run(QtConcurrent.Callable8<T, A, B, C, D, E, F, G, H> runnable, A a, B b, C c, D d, E e, F f, G g, H h) static <T,A, B, C, D, E, F, G, H, I>
QFuture<T> run(QtConcurrent.Callable9<T, A, B, C, D, E, F, G, H, I> runnable, A a, B b, C c, D d, E e, F f, G g, H h, I i) static <T,A> QFuture <T> run(QThreadPool threadPool, QtConcurrent.Callable1<T, A> runnable, A a) static <T,A, B> QFuture <T> run(QThreadPool threadPool, QtConcurrent.Callable2<T, A, B> runnable, A a, B b) static <T,A, B, C>
QFuture<T> run(QThreadPool threadPool, QtConcurrent.Callable3<T, A, B, C> runnable, A a, B b, C c) static <T,A, B, C, D>
QFuture<T> run(QThreadPool threadPool, QtConcurrent.Callable4<T, A, B, C, D> runnable, A a, B b, C c, D d) static <T,A, B, C, D, E>
QFuture<T> run(QThreadPool threadPool, QtConcurrent.Callable5<T, A, B, C, D, E> runnable, A a, B b, C c, D d, E e) static <A> QFuture<@QtPrimitiveType Void> run(QThreadPool threadPool, QtConcurrent.Runnable1<A> runnable, A a) static <A,B> QFuture <@QtPrimitiveType Void> run(QThreadPool threadPool, QtConcurrent.Runnable2<A, B> runnable, A a, B b) static <A,B, C> QFuture <@QtPrimitiveType Void> run(QThreadPool threadPool, QtConcurrent.Runnable3<A, B, C> runnable, A a, B b, C c) static <A,B, C, D>
QFuture<@QtPrimitiveType Void> run(QThreadPool threadPool, QtConcurrent.Runnable4<A, B, C, D> runnable, A a, B b, C c, D d) static <A,B, C, D, E>
QFuture<@QtPrimitiveType Void> run(QThreadPool threadPool, QtConcurrent.Runnable5<A, B, C, D, E> runnable, A a, B b, C c, D d, E e) static <A,B, C, D, E, F>
QFuture<@QtPrimitiveType Void> run(QThreadPool threadPool, QtConcurrent.Runnable6<A, B, C, D, E, F> runnable, A a, B b, C c, D d, E e, F f) static <A,B, C, D, E, F, G>
QFuture<@QtPrimitiveType Void> run(QThreadPool threadPool, QtConcurrent.Runnable7<A, B, C, D, E, F, G> runnable, A a, B b, C c, D d, E e, F f, G g) static <A,B, C, D, E, F, G, H>
QFuture<@QtPrimitiveType Void> run(QThreadPool threadPool, QtConcurrent.Runnable8<A, B, C, D, E, F, G, H> runnable, A a, B b, C c, D d, E e, F f, G g, H h) static <A,B, C, D, E, F, G, H, I>
QFuture<@QtPrimitiveType Void> run(QThreadPool threadPool, QtConcurrent.Runnable9<A, B, C, D, E, F, G, H, I> runnable, A a, B b, C c, D d, E e, F f, G g, H h, I i) static <T> QFuture<T> run(QThreadPool threadPool, QtConcurrent.RunnableWithPromise<T> runnable) static <T,A> QFuture <T> run(QThreadPool threadPool, QtConcurrent.RunnableWithPromise1<T, A> runnable, A a) static <T,A, B> QFuture <T> run(QThreadPool threadPool, QtConcurrent.RunnableWithPromise2<T, A, B> runnable, A a, B b) static <T,A, B, C>
QFuture<T> run(QThreadPool threadPool, QtConcurrent.RunnableWithPromise3<T, A, B, C> runnable, A a, B b, C c) static <T,A, B, C, D>
QFuture<T> run(QThreadPool threadPool, QtConcurrent.RunnableWithPromise4<T, A, B, C, D> runnable, A a, B b, C c, D d) static <T,A, B, C, D, E>
QFuture<T> run(QThreadPool threadPool, QtConcurrent.RunnableWithPromise5<T, A, B, C, D, E> runnable, A a, B b, C c, D d, E e) static <T,A, B, C, D, E, F>
QFuture<T> run(QThreadPool threadPool, QtConcurrent.RunnableWithPromise6<T, A, B, C, D, E, F> runnable, A a, B b, C c, D d, E e, F f) static QFuture<@QtPrimitiveType Void> run(QThreadPool threadPool, QtConcurrent.RunnableWithVoidPromise runnable) static <A> QFuture<@QtPrimitiveType Void> run(QThreadPool threadPool, QtConcurrent.RunnableWithVoidPromise1<A> runnable, A a) static <A,B> QFuture <@QtPrimitiveType Void> run(QThreadPool threadPool, QtConcurrent.RunnableWithVoidPromise2<A, B> runnable, A a, B b) static <A,B, C> QFuture <@QtPrimitiveType Void> run(QThreadPool threadPool, QtConcurrent.RunnableWithVoidPromise3<A, B, C> runnable, A a, B b, C c) static <A,B, C, D>
QFuture<@QtPrimitiveType Void> run(QThreadPool threadPool, QtConcurrent.RunnableWithVoidPromise4<A, B, C, D> runnable, A a, B b, C c, D d) static <A,B, C, D, E>
QFuture<@QtPrimitiveType Void> run(QThreadPool threadPool, QtConcurrent.RunnableWithVoidPromise5<A, B, C, D, E> runnable, A a, B b, C c, D d, E e) static <A,B, C, D, E, F>
QFuture<@QtPrimitiveType Void> run(QThreadPool threadPool, QtConcurrent.RunnableWithVoidPromise6<A, B, C, D, E, F> runnable, A a, B b, C c, D d, E e, F f) static <A,B, C, D, E, F, G>
QFuture<@QtPrimitiveType Void> run(QThreadPool threadPool, QtConcurrent.RunnableWithVoidPromise7<A, B, C, D, E, F, G> runnable, A a, B b, C c, D d, E e, F f, G g) static <T,A, B, C, D, E, F>
QFuture<T> run(QThreadPool threadPool, QtConcurrent.Callable6<T, A, B, C, D, E, F> runnable, A a, B b, C c, D d, E e, F f) static <T,A, B, C, D, E, F, G>
QFuture<T> run(QThreadPool threadPool, QtConcurrent.Callable7<T, A, B, C, D, E, F, G> runnable, A a, B b, C c, D d, E e, F f, G g) static <T,A, B, C, D, E, F, G, H>
QFuture<T> run(QThreadPool threadPool, QtConcurrent.Callable8<T, A, B, C, D, E, F, G, H> runnable, A a, B b, C c, D d, E e, F f, G g, H h) static <T,A, B, C, D, E, F, G, H, I>
QFuture<T> run(QThreadPool threadPool, QtConcurrent.Callable9<T, A, B, C, D, E, F, G, H, I> runnable, A a, B b, C c, D d, E e, F f, G g, H h, I i) static <T,A, B, C, D, E, F, G>
QFuture<T> run(QThreadPool threadPool, QtConcurrent.RunnableWithPromise7<T, A, B, C, D, E, F, G> runnable, A a, B b, C c, D d, E e, F f, G g) static <T,A, B, C, D, E, F, G, H>
QFuture<T> run(QThreadPool threadPool, QtConcurrent.RunnableWithPromise8<T, A, B, C, D, E, F, G, H> runnable, A a, B b, C c, D d, E e, F f, G g, H h) static <T,A, B, C, D, E, F, G, H, I>
QFuture<T> run(QThreadPool threadPool, QtConcurrent.RunnableWithPromise9<T, A, B, C, D, E, F, G, H, I> runnable, A a, B b, C c, D d, E e, F f, G g, H h, I i) static <A,B, C, D, E, F, G, H>
QFuture<@QtPrimitiveType Void> run(QThreadPool threadPool, QtConcurrent.RunnableWithVoidPromise8<A, B, C, D, E, F, G, H> runnable, A a, B b, C c, D d, E e, F f, G g, H h) static <A,B, C, D, E, F, G, H, I>
QFuture<@QtPrimitiveType Void> run(QThreadPool threadPool, QtConcurrent.RunnableWithVoidPromise9<A, B, C, D, E, F, G, H, I> runnable, A a, B b, C c, D d, E e, F f, G g, H h, I i) static QFuture<@QtPrimitiveType Void> run(QThreadPool threadPool, Runnable runnable) static <T> QFuture<T> run(QThreadPool threadPool, Callable<T> callable) static QFuture<@QtPrimitiveType Void> static <T> QFuture<T> static <T> QtConcurrent.ThreadEngineStarter<T> startFiltered(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) static <U,T> QtConcurrent.ThreadEngineStarter <U> startFilteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor) static <U,T> QtConcurrent.ThreadEngineStarter <U> startFilteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOption ... options) static <U,T> QtConcurrent.ThreadEngineStarter <U> startFilteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOptions options) static <U,T> QtConcurrent.ThreadEngineStarter <U> startFilteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue) static <U,T> QtConcurrent.ThreadEngineStarter <U> startFilteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue, QtConcurrent.ReduceOption ... options) static <U,T> QtConcurrent.ThreadEngineStarter <U> startFilteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) static <T> QtConcurrent.ThreadEngineStarter<@QtPrimitiveType Void> startMap(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MapFunctor<T> functor) static <U,T> QtConcurrent.ThreadEngineStarter <U> startMapped(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<U, T> functor) static <U,V, T> QtConcurrent.ThreadEngineStarter <U> startMappedReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor) static <U,V, T> QtConcurrent.ThreadEngineStarter <U> 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> 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> 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> 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> startMappedReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOption... options) static <T,A> QtConcurrent.QTypedTaskBuilder1Arg0 <T, A> task(QtConcurrent.Callable1<T, A> callable) static <T,A, B> QtConcurrent.QTypedTaskBuilder2Arg0 <T, A, B> task(QtConcurrent.Callable2<T, A, B> callable) static <T,A, B, C>
QtConcurrent.QTypedTaskBuilder3Arg0<T, A, B, C> task(QtConcurrent.Callable3<T, A, B, C> callable) static <T,A, B, C, D>
QtConcurrent.QTypedTaskBuilder4Arg0<T, A, B, C, D> task(QtConcurrent.Callable4<T, A, B, C, D> callable) static <T,A, B, C, D, E>
QtConcurrent.QTypedTaskBuilder5Arg0<T, A, B, C, D, E> task(QtConcurrent.Callable5<T, A, B, C, D, E> callable) static <T,A, B, C, D, E, F>
QtConcurrent.QTypedTaskBuilder6Arg0<T, A, B, C, D, E, F> task(QtConcurrent.Callable6<T, A, B, C, D, E, F> callable) static <T,A, B, C, D, E, F, G>
QtConcurrent.QTypedTaskBuilder7Arg0<T, A, B, C, D, E, F, G> task(QtConcurrent.Callable7<T, A, B, C, D, E, F, G> callable) static <T,A, B, C, D, E, F, G, H>
QtConcurrent.QTypedTaskBuilder8Arg0<T, A, B, C, D, E, F, G, H> task(QtConcurrent.Callable8<T, A, B, C, D, E, F, G, H> callable) static <T,A, B, C, D, E, F, G, H, I>
QtConcurrent.QTypedTaskBuilder9Arg0<T, A, B, C, D, E, F, G, H, I> task(QtConcurrent.Callable9<T, A, B, C, D, E, F, G, H, I> callable) static <A> QtConcurrent.QTaskBuilderVoid1Arg0<A> task(QtConcurrent.Runnable1<A> runnable) static <A,B> QtConcurrent.QTaskBuilderVoid2Arg0 <A, B> task(QtConcurrent.Runnable2<A, B> runnable) static <A,B, C> QtConcurrent.QTaskBuilderVoid3Arg0 <A, B, C> task(QtConcurrent.Runnable3<A, B, C> runnable) static <A,B, C, D>
QtConcurrent.QTaskBuilderVoid4Arg0<A, B, C, D> task(QtConcurrent.Runnable4<A, B, C, D> runnable) static <A,B, C, D, E>
QtConcurrent.QTaskBuilderVoid5Arg0<A, B, C, D, E> task(QtConcurrent.Runnable5<A, B, C, D, E> runnable) static <A,B, C, D, E, F>
QtConcurrent.QTaskBuilderVoid6Arg0<A, B, C, D, E, F> task(QtConcurrent.Runnable6<A, B, C, D, E, F> runnable) static <A,B, C, D, E, F, G>
QtConcurrent.QTaskBuilderVoid7Arg0<A, B, C, D, E, F, G> task(QtConcurrent.Runnable7<A, B, C, D, E, F, G> runnable) static <A,B, C, D, E, F, G, H>
QtConcurrent.QTaskBuilderVoid8Arg0<A, B, C, D, E, F, G, H> task(QtConcurrent.Runnable8<A, B, C, D, E, F, G, H> runnable) static <A,B, C, D, E, F, G, H, I>
QtConcurrent.QTaskBuilderVoid9Arg0<A, B, C, D, E, F, G, H, I> task(QtConcurrent.Runnable9<A, B, C, D, E, F, G, H, I> runnable) static <T> QtConcurrent.QTypedPromiseTaskBuilder0Arg0<T> task(QtConcurrent.RunnableWithPromise<T> callable) static <T,A> QtConcurrent.QTypedPromiseTaskBuilder1Arg0 <T, A> task(QtConcurrent.RunnableWithPromise1<T, A> runnable) static <T,A, B> QtConcurrent.QTypedPromiseTaskBuilder2Arg0 <T, A, B> task(QtConcurrent.RunnableWithPromise2<T, A, B> runnable) static <T,A, B, C>
QtConcurrent.QTypedPromiseTaskBuilder3Arg0<T, A, B, C> task(QtConcurrent.RunnableWithPromise3<T, A, B, C> runnable) static <T,A, B, C, D>
QtConcurrent.QTypedPromiseTaskBuilder4Arg0<T, A, B, C, D> task(QtConcurrent.RunnableWithPromise4<T, A, B, C, D> runnable) static <T,A, B, C, D, E>
QtConcurrent.QTypedPromiseTaskBuilder5Arg0<T, A, B, C, D, E> task(QtConcurrent.RunnableWithPromise5<T, A, B, C, D, E> runnable) static <T,A, B, C, D, E, F>
QtConcurrent.QTypedPromiseTaskBuilder6Arg0<T, A, B, C, D, E, F> task(QtConcurrent.RunnableWithPromise6<T, A, B, C, D, E, F> runnable) static <T,A, B, C, D, E, F, G>
QtConcurrent.QTypedPromiseTaskBuilder7Arg0<T, A, B, C, D, E, F, G> task(QtConcurrent.RunnableWithPromise7<T, A, B, C, D, E, F, G> runnable) static <T,A, B, C, D, E, F, G, H>
QtConcurrent.QTypedPromiseTaskBuilder8Arg0<T, A, B, C, D, E, F, G, H> task(QtConcurrent.RunnableWithPromise8<T, A, B, C, D, E, F, G, H> runnable) static <T,A, B, C, D, E, F, G, H, I>
QtConcurrent.QTypedPromiseTaskBuilder9Arg0<T, A, B, C, D, E, F, G, H, I> task(QtConcurrent.RunnableWithPromise9<T, A, B, C, D, E, F, G, H, I> runnable) static QtConcurrent.QPromiseTaskBuilderVoid0Arg0task(QtConcurrent.RunnableWithVoidPromise runnable) static <A> QtConcurrent.QPromiseTaskBuilderVoid1Arg0<A> task(QtConcurrent.RunnableWithVoidPromise1<A> runnable) static <A,B> QtConcurrent.QPromiseTaskBuilderVoid2Arg0 <A, B> task(QtConcurrent.RunnableWithVoidPromise2<A, B> runnable) static <A,B, C> QtConcurrent.QPromiseTaskBuilderVoid3Arg0 <A, B, C> task(QtConcurrent.RunnableWithVoidPromise3<A, B, C> runnable) static <A,B, C, D>
QtConcurrent.QPromiseTaskBuilderVoid4Arg0<A, B, C, D> task(QtConcurrent.RunnableWithVoidPromise4<A, B, C, D> runnable) static <A,B, C, D, E>
QtConcurrent.QPromiseTaskBuilderVoid5Arg0<A, B, C, D, E> task(QtConcurrent.RunnableWithVoidPromise5<A, B, C, D, E> runnable) static <A,B, C, D, E, F>
QtConcurrent.QPromiseTaskBuilderVoid6Arg0<A, B, C, D, E, F> task(QtConcurrent.RunnableWithVoidPromise6<A, B, C, D, E, F> runnable) static <A,B, C, D, E, F, G>
QtConcurrent.QPromiseTaskBuilderVoid7Arg0<A, B, C, D, E, F, G> task(QtConcurrent.RunnableWithVoidPromise7<A, B, C, D, E, F, G> runnable) static <A,B, C, D, E, F, G, H>
QtConcurrent.QPromiseTaskBuilderVoid8Arg0<A, B, C, D, E, F, G, H> task(QtConcurrent.RunnableWithVoidPromise8<A, B, C, D, E, F, G, H> runnable) static <A,B, C, D, E, F, G, H, I>
QtConcurrent.QPromiseTaskBuilderVoid9Arg0<A, B, C, D, E, F, G, H, I> task(QtConcurrent.RunnableWithVoidPromise9<A, B, C, D, E, F, G, H, I> runnable) static QtConcurrent.QTaskBuilderVoid0Arg0static <T> QtConcurrent.QTypedTaskBuilder0Arg0<T>
-
Method Details
-
map
@QtUninvokable public static <T> QFuture<@QtPrimitiveType Void> map(Collection<T> sequence, QtConcurrent.MapFunctor<T> functor) -
blockingMap
@QtUninvokable public static <T> void blockingMap(Collection<T> sequence, QtConcurrent.MapFunctor<T> functor) -
mapped
@QtUninvokable public static <U,T> QFuture<U> mapped(Collection<T> sequence, QtConcurrent.MappedFunctor<U, T> functor) -
blockingMapped
@QtUninvokable public static <U,T> QList<U> blockingMapped(Collection<T> sequence, QtConcurrent.MappedFunctor<U, T> functor) -
mappedReduced
@QtUninvokable public static <U,V, QFuture<U> mappedReducedT> (Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor) -
mappedReduced
@QtUninvokable public static <U,V, QFuture<U> mappedReducedT> (Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOption ... options) -
mappedReduced
@QtUninvokable public static <U,V, QFuture<U> mappedReducedT> (Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOptions options) -
blockingMappedReduced
@QtUninvokable public static <U,V, U blockingMappedReducedT> (Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor) -
blockingMappedReduced
@QtUninvokable public static <U,V, U blockingMappedReducedT> (Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOption ... options) -
blockingMappedReduced
@QtUninvokable public static <U,V, U blockingMappedReducedT> (Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOptions options) -
filter
@QtUninvokable public static <T> QFuture<@QtPrimitiveType Void> filter(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) -
blockingFilter
@QtUninvokable public static <T> void blockingFilter(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) -
filtered
@QtUninvokable public static <T> QFuture<T> filtered(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) -
blockingFiltered
@QtUninvokable public static <T> QList<T> blockingFiltered(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) -
filteredReduced
@QtUninvokable public static <U,T> QFuture<U> filteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor) -
filteredReduced
@QtUninvokable public static <U,T> QFuture<U> filteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOption ... options) -
filteredReduced
@QtUninvokable public static <U,T> QFuture<U> filteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOptions options) -
blockingFilteredReduced
@QtUninvokable public static <U,T> U blockingFilteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor) -
blockingFilteredReduced
@QtUninvokable public static <U,T> U blockingFilteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOption ... options) -
blockingFilteredReduced
@QtUninvokable public static <U,T> U blockingFilteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOptions options) -
run
-
run
-
run
-
run
@QtUninvokable public static QFuture<@QtPrimitiveType Void> run(QThreadPool threadPool, Runnable runnable) -
run
@QtUninvokable public static <A> QFuture<@QtPrimitiveType Void> run(QtConcurrent.Runnable1<A> runnable, A a) -
run
@QtUninvokable public static <A> QFuture<@QtPrimitiveType Void> run(QThreadPool threadPool, QtConcurrent.Runnable1<A> runnable, A a) -
run
@QtUninvokable public static <A,B> QFuture<@QtPrimitiveType Void> run(QtConcurrent.Runnable2<A, B> runnable, A a, B b) -
run
@QtUninvokable public static <A,B> QFuture<@QtPrimitiveType Void> run(QThreadPool threadPool, QtConcurrent.Runnable2<A, B> runnable, A a, B b) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC> (QtConcurrent.Runnable3<A, B, C> runnable, A a, B b, C c) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC> (QThreadPool threadPool, QtConcurrent.Runnable3<A, B, C> runnable, A a, B b, C c) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC, D> (QtConcurrent.Runnable4<A, B, C, D> runnable, A a, B b, C c, D d) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC, D> (QThreadPool threadPool, QtConcurrent.Runnable4<A, B, C, D> runnable, A a, B b, C c, D d) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC, D, E> (QtConcurrent.Runnable5<A, B, C, D, E> runnable, A a, B b, C c, D d, E e) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC, D, E> (QThreadPool threadPool, QtConcurrent.Runnable5<A, B, C, D, E> runnable, A a, B b, C c, D d, E e) -
run
-
run
@QtUninvokable public static <T,A> QFuture<T> run(QThreadPool threadPool, QtConcurrent.Callable1<T, A> runnable, A a) -
run
@QtUninvokable public static <T,A, QFuture<T> runB> (QtConcurrent.Callable2<T, A, B> runnable, A a, B b) -
run
@QtUninvokable public static <T,A, QFuture<T> runB> (QThreadPool threadPool, QtConcurrent.Callable2<T, A, B> runnable, A a, B b) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C> (QtConcurrent.Callable3<T, A, B, C> runnable, A a, B b, C c) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C> (QThreadPool threadPool, QtConcurrent.Callable3<T, A, B, C> runnable, A a, B b, C c) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C, D> (QtConcurrent.Callable4<T, A, B, C, D> runnable, A a, B b, C c, D d) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C, D> (QThreadPool threadPool, QtConcurrent.Callable4<T, A, B, C, D> runnable, A a, B b, C c, D d) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C, D, E> (QtConcurrent.Callable5<T, A, B, C, D, E> runnable, A a, B b, C c, D d, E e) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C, D, E> (QThreadPool threadPool, QtConcurrent.Callable5<T, A, B, C, D, E> runnable, A a, B b, C c, D d, E e) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC, D, E, F> (QtConcurrent.Runnable6<A, B, C, D, E, F> runnable, A a, B b, C c, D d, E e, F f) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC, D, E, F> (QThreadPool threadPool, QtConcurrent.Runnable6<A, B, C, D, E, F> runnable, A a, B b, C c, D d, E e, F f) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC, D, E, F, G> (QtConcurrent.Runnable7<A, B, C, D, E, F, G> runnable, A a, B b, C c, D d, E e, F f, G g) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC, D, E, F, G> (QThreadPool threadPool, QtConcurrent.Runnable7<A, B, C, D, E, F, G> runnable, A a, B b, C c, D d, E e, F f, G g) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC, D, E, F, G, H> (QtConcurrent.Runnable8<A, B, C, D, E, F, G, H> runnable, A a, B b, C c, D d, E e, F f, G g, H h) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC, D, E, F, G, H> (QThreadPool threadPool, QtConcurrent.Runnable8<A, B, C, D, E, F, G, H> runnable, A a, B b, C c, D d, E e, F f, G g, H h) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC, D, E, F, G, H, I> (QtConcurrent.Runnable9<A, B, C, D, E, F, G, H, I> runnable, A a, B b, C c, D d, E e, F f, G g, H h, I i) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC, D, E, F, G, H, I> (QThreadPool threadPool, QtConcurrent.Runnable9<A, B, C, D, E, F, G, H, I> runnable, A a, B b, C c, D d, E e, F f, G g, H h, I i) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C, D, E, F> (QtConcurrent.Callable6<T, A, B, C, D, E, F> runnable, A a, B b, C c, D d, E e, F f) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C, D, E, F> (QThreadPool threadPool, QtConcurrent.Callable6<T, A, B, C, D, E, F> runnable, A a, B b, C c, D d, E e, F f) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C, D, E, F, G> (QtConcurrent.Callable7<T, A, B, C, D, E, F, G> runnable, A a, B b, C c, D d, E e, F f, G g) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C, D, E, F, G> (QThreadPool threadPool, QtConcurrent.Callable7<T, A, B, C, D, E, F, G> runnable, A a, B b, C c, D d, E e, F f, G g) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C, D, E, F, G, H> (QtConcurrent.Callable8<T, A, B, C, D, E, F, G, H> runnable, A a, B b, C c, D d, E e, F f, G g, H h) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C, D, E, F, G, H> (QThreadPool threadPool, QtConcurrent.Callable8<T, A, B, C, D, E, F, G, H> runnable, A a, B b, C c, D d, E e, F f, G g, H h) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C, D, E, F, G, H, I> (QtConcurrent.Callable9<T, A, B, C, D, E, F, G, H, I> runnable, A a, B b, C c, D d, E e, F f, G g, H h, I i) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C, D, E, F, G, H, I> (QThreadPool threadPool, QtConcurrent.Callable9<T, A, B, C, D, E, F, G, H, I> runnable, A a, B b, C c, D d, E e, F f, G g, H h, I i) -
map
@QtUninvokable public static <T> QFuture<@QtPrimitiveType Void> map(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MapFunctor<T> functor) -
blockingMap
@QtUninvokable public static <T> void blockingMap(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MapFunctor<T> functor) -
mapped
@QtUninvokable public static <U,T> QFuture<U> mapped(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<U, T> functor) -
blockingMapped
@QtUninvokable public static <U,T> QList<U> blockingMapped(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<U, T> functor) -
mappedReduced
@QtUninvokable public static <U,V, QFuture<U> mappedReducedT> (QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor) -
mappedReduced
@QtUninvokable public static <U,V, QFuture<U> mappedReducedT> (QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOption ... options) -
mappedReduced
@QtUninvokable public static <U,V, QFuture<U> mappedReducedT> (QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOptions options) -
mappedReduced
@QtUninvokable public static <U,V, QFuture<U> mappedReducedT> (QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue) -
mappedReduced
@QtUninvokable public static <U,V, QFuture<U> mappedReducedT> (QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOption ... options) -
mappedReduced
@QtUninvokable public static <U,V, QFuture<U> mappedReducedT> (QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) -
mappedReduced
@QtUninvokable public static <U,V, QFuture<U> mappedReducedT> (Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue) -
mappedReduced
@QtUninvokable public static <U,V, QFuture<U> mappedReducedT> (Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOption ... options) -
mappedReduced
@QtUninvokable public static <U,V, QFuture<U> mappedReducedT> (Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) -
blockingMappedReduced
@QtUninvokable public static <U,V, U blockingMappedReducedT> (QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor) -
blockingMappedReduced
@QtUninvokable public static <U,V, U blockingMappedReducedT> (QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOption ... options) -
blockingMappedReduced
@QtUninvokable public static <U,V, U blockingMappedReducedT> (QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOptions options) -
blockingMappedReduced
@QtUninvokable public static <U,V, U blockingMappedReducedT> (QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue) -
blockingMappedReduced
@QtUninvokable public static <U,V, U blockingMappedReducedT> (QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOption ... options) -
blockingMappedReduced
@QtUninvokable public static <U,V, U blockingMappedReducedT> (QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) -
blockingMappedReduced
@QtUninvokable public static <U,V, U blockingMappedReducedT> (Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue) -
blockingMappedReduced
@QtUninvokable public static <U,V, U blockingMappedReducedT> (Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOption ... options) -
blockingMappedReduced
@QtUninvokable public static <U,V, U blockingMappedReducedT> (Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) -
filter
@QtUninvokable public static <T> QFuture<@QtPrimitiveType Void> filter(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) -
filtered
@QtUninvokable public static <T> QFuture<T> filtered(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) -
blockingFiltered
@QtUninvokable public static <T> QList<T> blockingFiltered(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) -
blockingFilter
@QtUninvokable public static <T> void blockingFilter(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) -
filteredReduced
@QtUninvokable public static <U,T> QFuture<U> filteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor) -
filteredReduced
@QtUninvokable public static <U,T> QFuture<U> filteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOption ... options) -
filteredReduced
@QtUninvokable public static <U,T> QFuture<U> filteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOptions options) -
filteredReduced
@QtUninvokable public static <U,T> QFuture<U> filteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue) -
filteredReduced
@QtUninvokable public static <U,T> QFuture<U> filteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue, QtConcurrent.ReduceOption ... options) -
filteredReduced
@QtUninvokable public static <U,T> QFuture<U> filteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) -
filteredReduced
@QtUninvokable public static <U,T> QFuture<U> filteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue) -
filteredReduced
@QtUninvokable public static <U,T> QFuture<U> filteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue, QtConcurrent.ReduceOption ... options) -
filteredReduced
@QtUninvokable public static <U,T> QFuture<U> filteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) -
blockingFilteredReduced
@QtUninvokable public static <U,T> U blockingFilteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor) -
blockingFilteredReduced
@QtUninvokable public static <U,T> U blockingFilteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOption ... options) -
blockingFilteredReduced
@QtUninvokable public static <U,T> U blockingFilteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOptions options) -
blockingFilteredReduced
@QtUninvokable public static <U,T> U blockingFilteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue) -
blockingFilteredReduced
@QtUninvokable public static <U,T> U blockingFilteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue, QtConcurrent.ReduceOption ... options) -
blockingFilteredReduced
@QtUninvokable public static <U,T> U blockingFilteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) -
blockingFilteredReduced
@QtUninvokable public static <U,T> U blockingFilteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue) -
blockingFilteredReduced
@QtUninvokable public static <U,T> U blockingFilteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue, QtConcurrent.ReduceOption ... options) -
blockingFilteredReduced
@QtUninvokable public static <U,T> U blockingFilteredReduced(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) -
startMap
@QtUninvokable public static <T> QtConcurrent.ThreadEngineStarter<@QtPrimitiveType Void> startMap(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MapFunctor<T> functor) -
startMapped
@QtUninvokable public static <U,T> QtConcurrent.ThreadEngineStarter<U> startMapped(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<U, T> functor) -
startMappedReduced
@QtUninvokable public static <U,V, QtConcurrent.ThreadEngineStarter<U> startMappedReducedT> (QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor) -
startMappedReduced
@QtUninvokable public static <U,V, QtConcurrent.ThreadEngineStarter<U> startMappedReducedT> (QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOptions options) -
startMappedReduced
@QtUninvokable public static <U,V, QtConcurrent.ThreadEngineStarter<U> startMappedReducedT> (QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOption... options) -
startMappedReduced
@QtUninvokable public static <U,V, QtConcurrent.ThreadEngineStarter<U> startMappedReducedT> (QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue) -
startMappedReduced
@QtUninvokable public static <U,V, QtConcurrent.ThreadEngineStarter<U> startMappedReducedT> (QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) -
startMappedReduced
@QtUninvokable public static <U,V, QtConcurrent.ThreadEngineStarter<U> startMappedReducedT> (QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOption... options) -
startFilteredReduced
@QtUninvokable public static <U,T> QtConcurrent.ThreadEngineStarter<U> startFilteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor) -
startFilteredReduced
@QtUninvokable public static <U,T> QtConcurrent.ThreadEngineStarter<U> startFilteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOption ... options) -
startFilteredReduced
@QtUninvokable public static <U,T> QtConcurrent.ThreadEngineStarter<U> startFilteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOptions options) -
startFilteredReduced
@QtUninvokable public static <U,T> QtConcurrent.ThreadEngineStarter<U> startFilteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue) -
startFilteredReduced
@QtUninvokable public static <U,T> QtConcurrent.ThreadEngineStarter<U> startFilteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue, QtConcurrent.ReduceOption ... options) -
startFilteredReduced
@QtUninvokable public static <U,T> QtConcurrent.ThreadEngineStarter<U> startFilteredReduced(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) -
startFiltered
@QtUninvokable public static <T> QtConcurrent.ThreadEngineStarter<T> startFiltered(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) -
run
-
run
@QtUninvokable public static <T> QFuture<T> run(QThreadPool threadPool, QtConcurrent.RunnableWithPromise<T> runnable) -
run
@QtUninvokable public static <T,A> QFuture<T> run(QtConcurrent.RunnableWithPromise1<T, A> runnable, A a) -
run
@QtUninvokable public static <T,A> QFuture<T> run(QThreadPool threadPool, QtConcurrent.RunnableWithPromise1<T, A> runnable, A a) -
run
@QtUninvokable public static <T,A, QFuture<T> runB> (QtConcurrent.RunnableWithPromise2<T, A, B> runnable, A a, B b) -
run
@QtUninvokable public static <T,A, QFuture<T> runB> (QThreadPool threadPool, QtConcurrent.RunnableWithPromise2<T, A, B> runnable, A a, B b) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C> (QtConcurrent.RunnableWithPromise3<T, A, B, C> runnable, A a, B b, C c) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C> (QThreadPool threadPool, QtConcurrent.RunnableWithPromise3<T, A, B, C> runnable, A a, B b, C c) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C, D> (QtConcurrent.RunnableWithPromise4<T, A, B, C, D> runnable, A a, B b, C c, D d) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C, D> (QThreadPool threadPool, QtConcurrent.RunnableWithPromise4<T, A, B, C, D> runnable, A a, B b, C c, D d) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C, D, E> (QtConcurrent.RunnableWithPromise5<T, A, B, C, D, E> runnable, A a, B b, C c, D d, E e) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C, D, E> (QThreadPool threadPool, QtConcurrent.RunnableWithPromise5<T, A, B, C, D, E> runnable, A a, B b, C c, D d, E e) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C, D, E, F> (QtConcurrent.RunnableWithPromise6<T, A, B, C, D, E, F> runnable, A a, B b, C c, D d, E e, F f) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C, D, E, F> (QThreadPool threadPool, QtConcurrent.RunnableWithPromise6<T, A, B, C, D, E, F> runnable, A a, B b, C c, D d, E e, F f) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C, D, E, F, G> (QtConcurrent.RunnableWithPromise7<T, A, B, C, D, E, F, G> runnable, A a, B b, C c, D d, E e, F f, G g) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C, D, E, F, G> (QThreadPool threadPool, QtConcurrent.RunnableWithPromise7<T, A, B, C, D, E, F, G> runnable, A a, B b, C c, D d, E e, F f, G g) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C, D, E, F, G, H> (QtConcurrent.RunnableWithPromise8<T, A, B, C, D, E, F, G, H> runnable, A a, B b, C c, D d, E e, F f, G g, H h) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C, D, E, F, G, H> (QThreadPool threadPool, QtConcurrent.RunnableWithPromise8<T, A, B, C, D, E, F, G, H> runnable, A a, B b, C c, D d, E e, F f, G g, H h) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C, D, E, F, G, H, I> (QtConcurrent.RunnableWithPromise9<T, A, B, C, D, E, F, G, H, I> runnable, A a, B b, C c, D d, E e, F f, G g, H h, I i) -
run
@QtUninvokable public static <T,A, QFuture<T> runB, C, D, E, F, G, H, I> (QThreadPool threadPool, QtConcurrent.RunnableWithPromise9<T, A, B, C, D, E, F, G, H, I> runnable, A a, B b, C c, D d, E e, F f, G g, H h, I i) -
run
@QtUninvokable public static QFuture<@QtPrimitiveType Void> run(QtConcurrent.RunnableWithVoidPromise runnable) -
run
@QtUninvokable public static QFuture<@QtPrimitiveType Void> run(QThreadPool threadPool, QtConcurrent.RunnableWithVoidPromise runnable) -
run
@QtUninvokable public static <A> QFuture<@QtPrimitiveType Void> run(QtConcurrent.RunnableWithVoidPromise1<A> runnable, A a) -
run
@QtUninvokable public static <A> QFuture<@QtPrimitiveType Void> run(QThreadPool threadPool, QtConcurrent.RunnableWithVoidPromise1<A> runnable, A a) -
run
@QtUninvokable public static <A,B> QFuture<@QtPrimitiveType Void> run(QtConcurrent.RunnableWithVoidPromise2<A, B> runnable, A a, B b) -
run
@QtUninvokable public static <A,B> QFuture<@QtPrimitiveType Void> run(QThreadPool threadPool, QtConcurrent.RunnableWithVoidPromise2<A, B> runnable, A a, B b) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC> (QtConcurrent.RunnableWithVoidPromise3<A, B, C> runnable, A a, B b, C c) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC> (QThreadPool threadPool, QtConcurrent.RunnableWithVoidPromise3<A, B, C> runnable, A a, B b, C c) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC, D> (QtConcurrent.RunnableWithVoidPromise4<A, B, C, D> runnable, A a, B b, C c, D d) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC, D> (QThreadPool threadPool, QtConcurrent.RunnableWithVoidPromise4<A, B, C, D> runnable, A a, B b, C c, D d) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC, D, E> (QtConcurrent.RunnableWithVoidPromise5<A, B, C, D, E> runnable, A a, B b, C c, D d, E e) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC, D, E> (QThreadPool threadPool, QtConcurrent.RunnableWithVoidPromise5<A, B, C, D, E> runnable, A a, B b, C c, D d, E e) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC, D, E, F> (QtConcurrent.RunnableWithVoidPromise6<A, B, C, D, E, F> runnable, A a, B b, C c, D d, E e, F f) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC, D, E, F> (QThreadPool threadPool, QtConcurrent.RunnableWithVoidPromise6<A, B, C, D, E, F> runnable, A a, B b, C c, D d, E e, F f) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC, D, E, F, G> (QtConcurrent.RunnableWithVoidPromise7<A, B, C, D, E, F, G> runnable, A a, B b, C c, D d, E e, F f, G g) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC, D, E, F, G> (QThreadPool threadPool, QtConcurrent.RunnableWithVoidPromise7<A, B, C, D, E, F, G> runnable, A a, B b, C c, D d, E e, F f, G g) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC, D, E, F, G, H> (QtConcurrent.RunnableWithVoidPromise8<A, B, C, D, E, F, G, H> runnable, A a, B b, C c, D d, E e, F f, G g, H h) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC, D, E, F, G, H> (QThreadPool threadPool, QtConcurrent.RunnableWithVoidPromise8<A, B, C, D, E, F, G, H> runnable, A a, B b, C c, D d, E e, F f, G g, H h) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC, D, E, F, G, H, I> (QtConcurrent.RunnableWithVoidPromise9<A, B, C, D, E, F, G, H, I> runnable, A a, B b, C c, D d, E e, F f, G g, H h, I i) -
run
@QtUninvokable public static <A,B, QFuture<@QtPrimitiveType Void> runC, D, E, F, G, H, I> (QThreadPool threadPool, QtConcurrent.RunnableWithVoidPromise9<A, B, C, D, E, F, G, H, I> runnable, A a, B b, C c, D d, E e, F f, G g, H h, I i) -
task
- Returns:
QtConcurrent.QTaskBuilder
-
task
- Returns:
QtConcurrent.QTaskBuilder
-
task
public static <A,B> QtConcurrent.QTaskBuilderVoid2Arg0<A,B> task(QtConcurrent.Runnable2<A, B> runnable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <A,B, QtConcurrent.QTaskBuilderVoid3Arg0<A,C> B, taskC> (QtConcurrent.Runnable3<A, B, C> runnable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <A,B, QtConcurrent.QTaskBuilderVoid4Arg0<A,C, D> B, taskC, D> (QtConcurrent.Runnable4<A, B, C, D> runnable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <A,B, QtConcurrent.QTaskBuilderVoid5Arg0<A,C, D, E> B, taskC, D, E> (QtConcurrent.Runnable5<A, B, C, D, E> runnable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <A,B, QtConcurrent.QTaskBuilderVoid6Arg0<A,C, D, E, F> B, taskC, D, E, F> (QtConcurrent.Runnable6<A, B, C, D, E, F> runnable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <A,B, QtConcurrent.QTaskBuilderVoid7Arg0<A,C, D, E, F, G> B, taskC, D, E, F, G> (QtConcurrent.Runnable7<A, B, C, D, E, F, G> runnable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <A,B, QtConcurrent.QTaskBuilderVoid8Arg0<A,C, D, E, F, G, H> B, taskC, D, E, F, G, H> (QtConcurrent.Runnable8<A, B, C, D, E, F, G, H> runnable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <A,B, QtConcurrent.QTaskBuilderVoid9Arg0<A,C, D, E, F, G, H, I> B, taskC, D, E, F, G, H, I> (QtConcurrent.Runnable9<A, B, C, D, E, F, G, H, I> runnable) - Returns:
QtConcurrent.QTaskBuilder
-
task
-
task
public static <T,A> QtConcurrent.QTypedTaskBuilder1Arg0<T,A> task(QtConcurrent.Callable1<T, A> callable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <T,A, QtConcurrent.QTypedTaskBuilder2Arg0<T,B> A, taskB> (QtConcurrent.Callable2<T, A, B> callable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <T,A, QtConcurrent.QTypedTaskBuilder3Arg0<T,B, C> A, taskB, C> (QtConcurrent.Callable3<T, A, B, C> callable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <T,A, QtConcurrent.QTypedTaskBuilder4Arg0<T,B, C, D> A, taskB, C, D> (QtConcurrent.Callable4<T, A, B, C, D> callable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <T,A, QtConcurrent.QTypedTaskBuilder5Arg0<T,B, C, D, E> A, taskB, C, D, E> (QtConcurrent.Callable5<T, A, B, C, D, E> callable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <T,A, QtConcurrent.QTypedTaskBuilder6Arg0<T,B, C, D, E, F> A, taskB, C, D, E, F> (QtConcurrent.Callable6<T, A, B, C, D, E, F> callable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <T,A, QtConcurrent.QTypedTaskBuilder7Arg0<T,B, C, D, E, F, G> A, taskB, C, D, E, F, G> (QtConcurrent.Callable7<T, A, B, C, D, E, F, G> callable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <T,A, QtConcurrent.QTypedTaskBuilder8Arg0<T,B, C, D, E, F, G, H> A, taskB, C, D, E, F, G, H> (QtConcurrent.Callable8<T, A, B, C, D, E, F, G, H> callable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <T,A, QtConcurrent.QTypedTaskBuilder9Arg0<T,B, C, D, E, F, G, H, I> A, taskB, C, D, E, F, G, H, I> (QtConcurrent.Callable9<T, A, B, C, D, E, F, G, H, I> callable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static QtConcurrent.QPromiseTaskBuilderVoid0Arg0 task(QtConcurrent.RunnableWithVoidPromise runnable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <A> QtConcurrent.QPromiseTaskBuilderVoid1Arg0<A> task(QtConcurrent.RunnableWithVoidPromise1<A> runnable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <A,B> QtConcurrent.QPromiseTaskBuilderVoid2Arg0<A,B> task(QtConcurrent.RunnableWithVoidPromise2<A, B> runnable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <A,B, QtConcurrent.QPromiseTaskBuilderVoid3Arg0<A,C> B, taskC> (QtConcurrent.RunnableWithVoidPromise3<A, B, C> runnable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <A,B, QtConcurrent.QPromiseTaskBuilderVoid4Arg0<A,C, D> B, taskC, D> (QtConcurrent.RunnableWithVoidPromise4<A, B, C, D> runnable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <A,B, QtConcurrent.QPromiseTaskBuilderVoid5Arg0<A,C, D, E> B, taskC, D, E> (QtConcurrent.RunnableWithVoidPromise5<A, B, C, D, E> runnable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <A,B, QtConcurrent.QPromiseTaskBuilderVoid6Arg0<A,C, D, E, F> B, taskC, D, E, F> (QtConcurrent.RunnableWithVoidPromise6<A, B, C, D, E, F> runnable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <A,B, QtConcurrent.QPromiseTaskBuilderVoid7Arg0<A,C, D, E, F, G> B, taskC, D, E, F, G> (QtConcurrent.RunnableWithVoidPromise7<A, B, C, D, E, F, G> runnable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <A,B, QtConcurrent.QPromiseTaskBuilderVoid8Arg0<A,C, D, E, F, G, H> B, taskC, D, E, F, G, H> (QtConcurrent.RunnableWithVoidPromise8<A, B, C, D, E, F, G, H> runnable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <A,B, QtConcurrent.QPromiseTaskBuilderVoid9Arg0<A,C, D, E, F, G, H, I> B, taskC, D, E, F, G, H, I> (QtConcurrent.RunnableWithVoidPromise9<A, B, C, D, E, F, G, H, I> runnable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <T> QtConcurrent.QTypedPromiseTaskBuilder0Arg0<T> task(QtConcurrent.RunnableWithPromise<T> callable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <T,A> QtConcurrent.QTypedPromiseTaskBuilder1Arg0<T,A> task(QtConcurrent.RunnableWithPromise1<T, A> runnable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <T,A, QtConcurrent.QTypedPromiseTaskBuilder2Arg0<T,B> A, taskB> (QtConcurrent.RunnableWithPromise2<T, A, B> runnable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <T,A, QtConcurrent.QTypedPromiseTaskBuilder3Arg0<T,B, C> A, taskB, C> (QtConcurrent.RunnableWithPromise3<T, A, B, C> runnable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <T,A, QtConcurrent.QTypedPromiseTaskBuilder4Arg0<T,B, C, D> A, taskB, C, D> (QtConcurrent.RunnableWithPromise4<T, A, B, C, D> runnable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <T,A, QtConcurrent.QTypedPromiseTaskBuilder5Arg0<T,B, C, D, E> A, taskB, C, D, E> (QtConcurrent.RunnableWithPromise5<T, A, B, C, D, E> runnable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <T,A, QtConcurrent.QTypedPromiseTaskBuilder6Arg0<T,B, C, D, E, F> A, taskB, C, D, E, F> (QtConcurrent.RunnableWithPromise6<T, A, B, C, D, E, F> runnable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <T,A, QtConcurrent.QTypedPromiseTaskBuilder7Arg0<T,B, C, D, E, F, G> A, taskB, C, D, E, F, G> (QtConcurrent.RunnableWithPromise7<T, A, B, C, D, E, F, G> runnable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <T,A, QtConcurrent.QTypedPromiseTaskBuilder8Arg0<T,B, C, D, E, F, G, H> A, taskB, C, D, E, F, G, H> (QtConcurrent.RunnableWithPromise8<T, A, B, C, D, E, F, G, H> runnable) - Returns:
QtConcurrent.QTaskBuilder
-
task
public static <T,A, QtConcurrent.QTypedPromiseTaskBuilder9Arg0<T,B, C, D, E, F, G, H, I> A, taskB, C, D, E, F, G, H, I> (QtConcurrent.RunnableWithPromise9<T, A, B, C, D, E, F, G, H, I> runnable) - Returns:
QtConcurrent.QTaskBuilder
-