static <T> QVoidFuture |
QtConcurrent.filter(QThreadPool threadPool,
Collection<T> sequence,
QtConcurrent.FilteredFunctor<T> filteredFunctor) |
Calls filterFunctor's filter() method once for each item in sequence and returns a new Sequence of kept items.
|
static <T> QVoidFuture |
QtConcurrent.filter(Collection<T> sequence,
QtConcurrent.FilteredFunctor<T> filteredFunctor) |
Calls filterFunctor's filter() method once for each item in sequence and returns a new Sequence of kept items.
|
static <T> QVoidFuture |
QtConcurrent.map(QThreadPool threadPool,
Collection<T> sequence,
QtConcurrent.MapFunctor<T> functor) |
Calls function once for each item in sequence.
|
static <T> QVoidFuture |
QtConcurrent.map(Collection<T> sequence,
QtConcurrent.MapFunctor<T> functor) |
Calls function once for each item in sequence.
|
static <A> QVoidFuture |
QtConcurrent.run(QtConcurrent.Runnable1<A> runnable,
A a) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B> QVoidFuture |
QtConcurrent.run(QtConcurrent.Runnable2<A,B> runnable,
A a,
B b) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C> QVoidFuture |
QtConcurrent.run(QtConcurrent.Runnable3<A,B,C> runnable,
A a,
B b,
C c) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C,
D> QVoidFuture |
QtConcurrent.run(QtConcurrent.Runnable4<A,B,C,D> runnable,
A a,
B b,
C c,
D d) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C,
D,
E> QVoidFuture |
QtConcurrent.run(QtConcurrent.Runnable5<A,B,C,D,E> runnable,
A a,
B b,
C c,
D d,
E e) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C,
D,
E,
F> QVoidFuture |
QtConcurrent.run(QtConcurrent.Runnable6<A,B,C,D,E,F> runnable,
A a,
B b,
C c,
D d,
E e,
F f) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C,
D,
E,
F,
G> QVoidFuture |
QtConcurrent.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) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C,
D,
E,
F,
G,
H> QVoidFuture |
QtConcurrent.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) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C,
D,
E,
F,
G,
H,
I> QVoidFuture |
QtConcurrent.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) |
Executes the Runnable using the QtConcurrent framework.
|
static QVoidFuture |
QtConcurrent.run(QtConcurrent.RunnableWithVoidPromise runnable) |
Executes the Runnable using the QtConcurrent framework.
|
static <A> QVoidFuture |
QtConcurrent.run(QtConcurrent.RunnableWithVoidPromise1<A> runnable,
A a) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B> QVoidFuture |
QtConcurrent.run(QtConcurrent.RunnableWithVoidPromise2<A,B> runnable,
A a,
B b) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C> QVoidFuture |
QtConcurrent.run(QtConcurrent.RunnableWithVoidPromise3<A,B,C> runnable,
A a,
B b,
C c) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C,
D> QVoidFuture |
QtConcurrent.run(QtConcurrent.RunnableWithVoidPromise4<A,B,C,D> runnable,
A a,
B b,
C c,
D d) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C,
D,
E> QVoidFuture |
QtConcurrent.run(QtConcurrent.RunnableWithVoidPromise5<A,B,C,D,E> runnable,
A a,
B b,
C c,
D d,
E e) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C,
D,
E,
F> QVoidFuture |
QtConcurrent.run(QtConcurrent.RunnableWithVoidPromise6<A,B,C,D,E,F> runnable,
A a,
B b,
C c,
D d,
E e,
F f) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C,
D,
E,
F,
G> QVoidFuture |
QtConcurrent.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) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C,
D,
E,
F,
G,
H> QVoidFuture |
QtConcurrent.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) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C,
D,
E,
F,
G,
H,
I> QVoidFuture |
QtConcurrent.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) |
Executes the Runnable using the QtConcurrent framework.
|
static <A> QVoidFuture |
QtConcurrent.run(QThreadPool threadPool,
QtConcurrent.Runnable1<A> runnable,
A a) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B> QVoidFuture |
QtConcurrent.run(QThreadPool threadPool,
QtConcurrent.Runnable2<A,B> runnable,
A a,
B b) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C> QVoidFuture |
QtConcurrent.run(QThreadPool threadPool,
QtConcurrent.Runnable3<A,B,C> runnable,
A a,
B b,
C c) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C,
D> QVoidFuture |
QtConcurrent.run(QThreadPool threadPool,
QtConcurrent.Runnable4<A,B,C,D> runnable,
A a,
B b,
C c,
D d) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C,
D,
E> QVoidFuture |
QtConcurrent.run(QThreadPool threadPool,
QtConcurrent.Runnable5<A,B,C,D,E> runnable,
A a,
B b,
C c,
D d,
E e) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C,
D,
E,
F> QVoidFuture |
QtConcurrent.run(QThreadPool threadPool,
QtConcurrent.Runnable6<A,B,C,D,E,F> runnable,
A a,
B b,
C c,
D d,
E e,
F f) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C,
D,
E,
F,
G> QVoidFuture |
QtConcurrent.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) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C,
D,
E,
F,
G,
H> QVoidFuture |
QtConcurrent.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) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C,
D,
E,
F,
G,
H,
I> QVoidFuture |
QtConcurrent.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) |
Executes the Runnable using the QtConcurrent framework.
|
static QVoidFuture |
QtConcurrent.run(QThreadPool threadPool,
QtConcurrent.RunnableWithVoidPromise runnable) |
Executes the Runnable using the QtConcurrent framework.
|
static <A> QVoidFuture |
QtConcurrent.run(QThreadPool threadPool,
QtConcurrent.RunnableWithVoidPromise1<A> runnable,
A a) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B> QVoidFuture |
QtConcurrent.run(QThreadPool threadPool,
QtConcurrent.RunnableWithVoidPromise2<A,B> runnable,
A a,
B b) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C> QVoidFuture |
QtConcurrent.run(QThreadPool threadPool,
QtConcurrent.RunnableWithVoidPromise3<A,B,C> runnable,
A a,
B b,
C c) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C,
D> QVoidFuture |
QtConcurrent.run(QThreadPool threadPool,
QtConcurrent.RunnableWithVoidPromise4<A,B,C,D> runnable,
A a,
B b,
C c,
D d) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C,
D,
E> QVoidFuture |
QtConcurrent.run(QThreadPool threadPool,
QtConcurrent.RunnableWithVoidPromise5<A,B,C,D,E> runnable,
A a,
B b,
C c,
D d,
E e) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C,
D,
E,
F> QVoidFuture |
QtConcurrent.run(QThreadPool threadPool,
QtConcurrent.RunnableWithVoidPromise6<A,B,C,D,E,F> runnable,
A a,
B b,
C c,
D d,
E e,
F f) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C,
D,
E,
F,
G> QVoidFuture |
QtConcurrent.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) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C,
D,
E,
F,
G,
H> QVoidFuture |
QtConcurrent.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) |
Executes the Runnable using the QtConcurrent framework.
|
static <A,
B,
C,
D,
E,
F,
G,
H,
I> QVoidFuture |
QtConcurrent.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) |
Executes the Runnable using the QtConcurrent framework.
|
static QVoidFuture |
QtConcurrent.run(QThreadPool threadPool,
Runnable runnable) |
Executes the Runnable Void using the QtConcurrent framework.
|
static QVoidFuture |
QtConcurrent.run(Runnable runnable) |
Executes the Runnable Void using the QtConcurrent framework.
|
QVoidFuture |
QtConcurrent.QPromiseTaskBuilderVoid0Arg0.spawn() |
|
QVoidFuture |
QtConcurrent.QPromiseTaskBuilderVoid1Arg1.spawn() |
|
QVoidFuture |
QtConcurrent.QPromiseTaskBuilderVoid2Arg2.spawn() |
|
QVoidFuture |
QtConcurrent.QPromiseTaskBuilderVoid3Arg3.spawn() |
|
QVoidFuture |
QtConcurrent.QPromiseTaskBuilderVoid4Arg4.spawn() |
|
QVoidFuture |
QtConcurrent.QPromiseTaskBuilderVoid5Arg5.spawn() |
|
QVoidFuture |
QtConcurrent.QPromiseTaskBuilderVoid6Arg6.spawn() |
|
QVoidFuture |
QtConcurrent.QPromiseTaskBuilderVoid7Arg7.spawn() |
|
QVoidFuture |
QtConcurrent.QPromiseTaskBuilderVoid8Arg8.spawn() |
|
QVoidFuture |
QtConcurrent.QPromiseTaskBuilderVoid9Arg9.spawn() |
|
QVoidFuture |
QtConcurrent.QTaskBuilderVoid.spawn() |
|
QVoidFuture |
QtConcurrent.QTaskBuilderVoid0Arg0.spawn() |
|
QVoidFuture |
QtConcurrent.QTaskBuilderVoid1Arg1.spawn() |
|
QVoidFuture |
QtConcurrent.QTaskBuilderVoid2Arg2.spawn() |
|
QVoidFuture |
QtConcurrent.QTaskBuilderVoid3Arg3.spawn() |
|
QVoidFuture |
QtConcurrent.QTaskBuilderVoid4Arg4.spawn() |
|
QVoidFuture |
QtConcurrent.QTaskBuilderVoid5Arg5.spawn() |
|
QVoidFuture |
QtConcurrent.QTaskBuilderVoid6Arg6.spawn() |
|
QVoidFuture |
QtConcurrent.QTaskBuilderVoid7Arg7.spawn() |
|
QVoidFuture |
QtConcurrent.QTaskBuilderVoid8Arg8.spawn() |
|
QVoidFuture |
QtConcurrent.QTaskBuilderVoid9Arg9.spawn() |
|