Calls filterFunctor's filter() method once for each item in sequence and returns a new Sequence of kept items.
Calls filterFunctor's filter() method once for each item in sequence and returns a new Sequence of kept items.
Calls filterFunctor's filter() method once for each item in sequence and returns a new Sequence of kept items.
Calls filterFunctor's filter() method once for each item in sequence and returns a new Sequence of kept items.
This is an overloaded method provided for convenience.
Calls filterFunction once for each item in sequence.
Calls filterFunction once for each item in sequence.
This is an overloaded method provided for convenience.
Calls filterFunction once for each item in sequence.
Calls filterFunction once for each item in sequence.
Calls function once for each item in sequence.
Calls function once for each item in sequence.
Calls function once for each item in sequence and returns a future with each mapped item as a result.
Calls function once for each item in sequence and returns a future with each mapped item as a result.
This is an overloaded method provided for convenience.
This is an overloaded method provided for convenience.
Calls mapFunction once for each item in sequence.
This is an overloaded method provided for convenience.
This is an overloaded method provided for convenience.
Calls mapFunction once for each item in sequence.
Executes the Callable using the QtConcurrent framework.
Executes the Callable using the QtConcurrent framework.
Executes the Callable using the QtConcurrent framework.
Executes the Callable using the QtConcurrent framework.
static <T,
A,
B,
C,
D,
E>
QFuture<T>
QtConcurrent.run(QtConcurrent.Callable5<T,A,B,C,D,E> runnable,
A a,
B b,
C c,
D d,
E e)
Executes the Callable using the QtConcurrent framework.
static <T,
A,
B,
C,
D,
E,
F>
QFuture<T>
QtConcurrent.run(QtConcurrent.Callable6<T,A,B,C,D,E,F> runnable,
A a,
B b,
C c,
D d,
E e,
F f)
Executes the Callable using the QtConcurrent framework.
static <T,
A,
B,
C,
D,
E,
F,
G>
QFuture<T>
QtConcurrent.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)
Executes the Callable using the QtConcurrent framework.
static <T,
A,
B,
C,
D,
E,
F,
G,
H>
QFuture<T>
QtConcurrent.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)
Executes the Callable using the QtConcurrent framework.
static <T,
A,
B,
C,
D,
E,
F,
G,
H,
I>
QFuture<T>
QtConcurrent.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)
Executes the Callable using the QtConcurrent framework.
Executes the Runnable using the QtConcurrent framework.
Executes the Runnable using the QtConcurrent framework.
Executes the Runnable using the QtConcurrent framework.
Executes the Runnable using the QtConcurrent framework.
Executes the Runnable using the QtConcurrent framework.
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.
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.
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.
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.
Executes the Callable using the QtConcurrent framework.
Executes the Callable using the QtConcurrent framework.
Executes the Callable using the QtConcurrent framework.
Executes the Callable using the QtConcurrent framework.
Executes the Callable using the QtConcurrent framework.
static <T,
A,
B,
C,
D,
E>
QFuture<T>
QtConcurrent.run(QtConcurrent.RunnableWithPromise5<T,A,B,C,D,E> runnable,
A a,
B b,
C c,
D d,
E e)
Executes the Callable using the QtConcurrent framework.
static <T,
A,
B,
C,
D,
E,
F>
QFuture<T>
QtConcurrent.run(QtConcurrent.RunnableWithPromise6<T,A,B,C,D,E,F> runnable,
A a,
B b,
C c,
D d,
E e,
F f)
Executes the Callable using the QtConcurrent framework.
static <T,
A,
B,
C,
D,
E,
F,
G>
QFuture<T>
QtConcurrent.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)
Executes the RunnableWithPromise using the QtConcurrent framework.
static <T,
A,
B,
C,
D,
E,
F,
G,
H>
QFuture<T>
QtConcurrent.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)
Executes the Callable using the QtConcurrent framework.
static <T,
A,
B,
C,
D,
E,
F,
G,
H,
I>
QFuture<T>
QtConcurrent.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)
Executes the Callable using the QtConcurrent framework.
Executes the Runnable using the QtConcurrent framework.
Executes the Runnable using the QtConcurrent framework.
Executes the Runnable using the QtConcurrent framework.
Executes the Runnable using the QtConcurrent framework.
Executes the Runnable using the QtConcurrent framework.
Executes the Runnable using the QtConcurrent framework.
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.
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.
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.
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.
Executes the Callable using the QtConcurrent framework.
Executes the Callable using the QtConcurrent framework.
Executes the Callable using the QtConcurrent framework.
Executes the Callable using the QtConcurrent framework.
static <T,
A,
B,
C,
D,
E>
QFuture<T>
QtConcurrent.run(QThreadPool threadPool,
QtConcurrent.Callable5<T,A,B,C,D,E> runnable,
A a,
B b,
C c,
D d,
E e)
Executes the Callable using the QtConcurrent framework.
static <T,
A,
B,
C,
D,
E,
F>
QFuture<T>
QtConcurrent.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)
Executes the Callable using the QtConcurrent framework.
static <T,
A,
B,
C,
D,
E,
F,
G>
QFuture<T>
QtConcurrent.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)
Executes the Callable using the QtConcurrent framework.
static <T,
A,
B,
C,
D,
E,
F,
G,
H>
QFuture<T>
QtConcurrent.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)
Executes the Callable using the QtConcurrent framework.
static <T,
A,
B,
C,
D,
E,
F,
G,
H,
I>
QFuture<T>
QtConcurrent.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)
Executes the Callable using the QtConcurrent framework.
Executes the Runnable using the QtConcurrent framework.
Executes the Runnable using the QtConcurrent framework.
Executes the Runnable using the QtConcurrent framework.
Executes the Runnable using the QtConcurrent framework.
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.
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.
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.
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.
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.
Executes the Callable using the QtConcurrent framework.
Executes the Callable using the QtConcurrent framework.
Executes the Callable using the QtConcurrent framework.
Executes the Callable using the QtConcurrent framework.
Executes the Callable using the QtConcurrent framework.
static <T,
A,
B,
C,
D,
E>
QFuture<T>
QtConcurrent.run(QThreadPool threadPool,
QtConcurrent.RunnableWithPromise5<T,A,B,C,D,E> runnable,
A a,
B b,
C c,
D d,
E e)
Executes the Callable using the QtConcurrent framework.
static <T,
A,
B,
C,
D,
E,
F>
QFuture<T>
QtConcurrent.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)
Executes the Callable using the QtConcurrent framework.
static <T,
A,
B,
C,
D,
E,
F,
G>
QFuture<T>
QtConcurrent.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)
Executes the Callable using the QtConcurrent framework.
static <T,
A,
B,
C,
D,
E,
F,
G,
H>
QFuture<T>
QtConcurrent.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)
Executes the Callable using the QtConcurrent framework.
static <T,
A,
B,
C,
D,
E,
F,
G,
H,
I>
QFuture<T>
QtConcurrent.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)
Executes the Callable using the QtConcurrent framework.
Executes the Runnable using the QtConcurrent framework.
Executes the Runnable using the QtConcurrent framework.
Executes the Runnable using the QtConcurrent framework.
Executes the Runnable using the QtConcurrent framework.
Executes the Runnable using the QtConcurrent framework.
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.
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.
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.
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.
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.
Executes the Runnable Void
using the QtConcurrent framework.
Executes the Callable callable
through the QtConcurrent framework.
Executes the Runnable Void
using the QtConcurrent framework.
Executes the Callable callable
through the QtConcurrent framework.
QtConcurrent.QPromiseTaskBuilderVoid0Arg0.spawn()
QtConcurrent.QPromiseTaskBuilderVoid1Arg1.spawn()
QtConcurrent.QPromiseTaskBuilderVoid2Arg2.spawn()
QtConcurrent.QPromiseTaskBuilderVoid3Arg3.spawn()
QtConcurrent.QPromiseTaskBuilderVoid4Arg4.spawn()
QtConcurrent.QPromiseTaskBuilderVoid5Arg5.spawn()
QtConcurrent.QPromiseTaskBuilderVoid6Arg6.spawn()
QtConcurrent.QPromiseTaskBuilderVoid7Arg7.spawn()
QtConcurrent.QPromiseTaskBuilderVoid8Arg8.spawn()
QtConcurrent.QPromiseTaskBuilderVoid9Arg9.spawn()
QtConcurrent.QTaskBuilderVoid.spawn()
QtConcurrent.QTaskBuilderVoid0Arg0.spawn()
QtConcurrent.QTaskBuilderVoid1Arg1.spawn()
QtConcurrent.QTaskBuilderVoid2Arg2.spawn()
QtConcurrent.QTaskBuilderVoid3Arg3.spawn()
QtConcurrent.QTaskBuilderVoid4Arg4.spawn()
QtConcurrent.QTaskBuilderVoid5Arg5.spawn()
QtConcurrent.QTaskBuilderVoid6Arg6.spawn()
QtConcurrent.QTaskBuilderVoid7Arg7.spawn()
QtConcurrent.QTaskBuilderVoid8Arg8.spawn()
QtConcurrent.QTaskBuilderVoid9Arg9.spawn()
QtConcurrent.QTypedPromiseTaskBuilder0Arg0.spawn()
QtConcurrent.QTypedPromiseTaskBuilder1Arg1.spawn()
QtConcurrent.QTypedPromiseTaskBuilder2Arg2.spawn()
QtConcurrent.QTypedPromiseTaskBuilder3Arg3.spawn()
QtConcurrent.QTypedPromiseTaskBuilder4Arg4.spawn()
QtConcurrent.QTypedPromiseTaskBuilder5Arg5.spawn()
QtConcurrent.QTypedPromiseTaskBuilder6Arg6.spawn()
QtConcurrent.QTypedPromiseTaskBuilder7Arg7.spawn()
QtConcurrent.QTypedPromiseTaskBuilder8Arg8.spawn()
QtConcurrent.QTypedPromiseTaskBuilder9Arg9.spawn()
QtConcurrent.QTypedTaskBuilder.spawn()
QtConcurrent.QTypedTaskBuilder0Arg0.spawn()
QtConcurrent.QTypedTaskBuilder1Arg1.spawn()
QtConcurrent.QTypedTaskBuilder2Arg2.spawn()
QtConcurrent.QTypedTaskBuilder3Arg3.spawn()
QtConcurrent.QTypedTaskBuilder4Arg4.spawn()
QtConcurrent.QTypedTaskBuilder5Arg5.spawn()
QtConcurrent.QTypedTaskBuilder6Arg6.spawn()
QtConcurrent.QTypedTaskBuilder7Arg7.spawn()
QtConcurrent.QTypedTaskBuilder8Arg8.spawn()
QtConcurrent.QTypedTaskBuilder9Arg9.spawn()