Uses of Class
io.qt.core.QFuture
-
Uses of QFuture in io.qt.concurrent
Modifier and TypeMethodDescriptionstatic <T> QFuture
<@QtPrimitiveType Void> QtConcurrent.filter
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) static <T> QFuture
<@QtPrimitiveType Void> QtConcurrent.filter
(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) static <T> QFuture
<T> QtConcurrent.filtered
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) static <T> QFuture
<T> QtConcurrent.filtered
(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor) static <U,
T> QFuture <U> QtConcurrent.filteredReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor) static <U,
T> QFuture <U> QtConcurrent.filteredReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOption ... options) static <U,
T> QFuture <U> QtConcurrent.filteredReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOptions options) static <U,
T> QFuture <U> QtConcurrent.filteredReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue) static <U,
T> QFuture <U> QtConcurrent.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> QtConcurrent.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> QtConcurrent.filteredReduced
(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor) static <U,
T> QFuture <U> QtConcurrent.filteredReduced
(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOption ... options) static <U,
T> QFuture <U> QtConcurrent.filteredReduced
(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, QtConcurrent.ReduceOptions options) static <U,
T> QFuture <U> QtConcurrent.filteredReduced
(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue) static <U,
T> QFuture <U> QtConcurrent.filteredReduced
(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue, QtConcurrent.ReduceOption ... options) static <U,
T> QFuture <U> QtConcurrent.filteredReduced
(Collection<T> sequence, QtConcurrent.FilteredFunctor<T> filteredFunctor, QtConcurrent.ReduceFunctor<U, T> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) static <T> QFuture
<@QtPrimitiveType Void> QtConcurrent.map
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MapFunctor<T> functor) static <T> QFuture
<@QtPrimitiveType Void> QtConcurrent.map
(Collection<T> sequence, QtConcurrent.MapFunctor<T> functor) static <U,
T> QFuture <U> QtConcurrent.mapped
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<U, T> functor) static <U,
T> QFuture <U> QtConcurrent.mapped
(Collection<T> sequence, QtConcurrent.MappedFunctor<U, T> functor) static <U,
V, T> QFuture <U> QtConcurrent.mappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor) static <U,
V, T> QFuture <U> QtConcurrent.mappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOption ... options) static <U,
V, T> QFuture <U> QtConcurrent.mappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOptions options) static <U,
V, T> QFuture <U> QtConcurrent.mappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue) static <U,
V, T> QFuture <U> QtConcurrent.mappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOption ... options) static <U,
V, T> QFuture <U> QtConcurrent.mappedReduced
(QThreadPool threadPool, Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) static <U,
V, T> QFuture <U> QtConcurrent.mappedReduced
(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor) static <U,
V, T> QFuture <U> QtConcurrent.mappedReduced
(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOption ... options) static <U,
V, T> QFuture <U> QtConcurrent.mappedReduced
(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, QtConcurrent.ReduceOptions options) static <U,
V, T> QFuture <U> QtConcurrent.mappedReduced
(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue) static <U,
V, T> QFuture <U> QtConcurrent.mappedReduced
(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOption ... options) static <U,
V, T> QFuture <U> QtConcurrent.mappedReduced
(Collection<T> sequence, QtConcurrent.MappedFunctor<V, T> functor, QtConcurrent.ReduceFunctor<U, V> reduceFunctor, U initialValue, QtConcurrent.ReduceOptions options) static <T,
A> QFuture <T> QtConcurrent.run
(QtConcurrent.Callable1<T, A> runnable, A a) static <T,
A, B> QFuture <T> QtConcurrent.run
(QtConcurrent.Callable2<T, A, B> runnable, A a, B b) static <T,
A, B, C>
QFuture<T> QtConcurrent.run
(QtConcurrent.Callable3<T, A, B, C> runnable, A a, B b, C c) static <T,
A, B, C, D>
QFuture<T> QtConcurrent.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> QtConcurrent.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> QtConcurrent.run
(QtConcurrent.Runnable1<A> runnable, A a) static <A,
B> QFuture <@QtPrimitiveType Void> QtConcurrent.run
(QtConcurrent.Runnable2<A, B> runnable, A a, B b) static <A,
B, C> QFuture <@QtPrimitiveType Void> QtConcurrent.run
(QtConcurrent.Runnable3<A, B, C> runnable, A a, B b, C c) static <A,
B, C, D>
QFuture<@QtPrimitiveType Void> QtConcurrent.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> QtConcurrent.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> QtConcurrent.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> 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) static <A,
B, C, D, E, F, G, H>
QFuture<@QtPrimitiveType Void> 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) static <A,
B, C, D, E, F, G, H, I>
QFuture<@QtPrimitiveType Void> 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) static <T> QFuture
<T> QtConcurrent.run
(QtConcurrent.RunnableWithPromise<T> runnable) static <T,
A> QFuture <T> QtConcurrent.run
(QtConcurrent.RunnableWithPromise1<T, A> runnable, A a) static <T,
A, B> QFuture <T> QtConcurrent.run
(QtConcurrent.RunnableWithPromise2<T, A, B> runnable, A a, B b) static <T,
A, B, C>
QFuture<T> QtConcurrent.run
(QtConcurrent.RunnableWithPromise3<T, A, B, C> runnable, A a, B b, C c) static <T,
A, B, C, D>
QFuture<T> QtConcurrent.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> QtConcurrent.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> QtConcurrent.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> 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) 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) 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) static QFuture
<@QtPrimitiveType Void> QtConcurrent.run
(QtConcurrent.RunnableWithVoidPromise runnable) static <A> QFuture
<@QtPrimitiveType Void> QtConcurrent.run
(QtConcurrent.RunnableWithVoidPromise1<A> runnable, A a) static <A,
B> QFuture <@QtPrimitiveType Void> QtConcurrent.run
(QtConcurrent.RunnableWithVoidPromise2<A, B> runnable, A a, B b) static <A,
B, C> QFuture <@QtPrimitiveType Void> QtConcurrent.run
(QtConcurrent.RunnableWithVoidPromise3<A, B, C> runnable, A a, B b, C c) static <A,
B, C, D>
QFuture<@QtPrimitiveType Void> QtConcurrent.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> QtConcurrent.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> QtConcurrent.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> 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) static <A,
B, C, D, E, F, G, H>
QFuture<@QtPrimitiveType Void> 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) static <A,
B, C, D, E, F, G, H, I>
QFuture<@QtPrimitiveType Void> 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) 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) 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) 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) 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) static <T,
A> QFuture <T> QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.Callable1<T, A> runnable, A a) static <T,
A, B> QFuture <T> QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.Callable2<T, A, B> runnable, A a, B b) static <T,
A, B, C>
QFuture<T> QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.Callable3<T, A, B, C> runnable, A a, B b, C c) static <T,
A, B, C, D>
QFuture<T> QtConcurrent.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> QtConcurrent.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> QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.Runnable1<A> runnable, A a) static <A,
B> QFuture <@QtPrimitiveType Void> QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.Runnable2<A, B> runnable, A a, B b) static <A,
B, C> QFuture <@QtPrimitiveType Void> QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.Runnable3<A, B, C> runnable, A a, B b, C c) static <A,
B, C, D>
QFuture<@QtPrimitiveType Void> QtConcurrent.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> QtConcurrent.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> 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) static <A,
B, C, D, E, F, G>
QFuture<@QtPrimitiveType Void> 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) static <A,
B, C, D, E, F, G, H>
QFuture<@QtPrimitiveType Void> 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) static <A,
B, C, D, E, F, G, H, I>
QFuture<@QtPrimitiveType Void> 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) static <T> QFuture
<T> QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.RunnableWithPromise<T> runnable) static <T,
A> QFuture <T> QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.RunnableWithPromise1<T, A> runnable, A a) static <T,
A, B> QFuture <T> QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.RunnableWithPromise2<T, A, B> runnable, A a, B b) static <T,
A, B, C>
QFuture<T> QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.RunnableWithPromise3<T, A, B, C> runnable, A a, B b, C c) static <T,
A, B, C, D>
QFuture<T> QtConcurrent.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> QtConcurrent.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> 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) static QFuture
<@QtPrimitiveType Void> QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.RunnableWithVoidPromise runnable) static <A> QFuture
<@QtPrimitiveType Void> QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.RunnableWithVoidPromise1<A> runnable, A a) static <A,
B> QFuture <@QtPrimitiveType Void> QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.RunnableWithVoidPromise2<A, B> runnable, A a, B b) static <A,
B, C> QFuture <@QtPrimitiveType Void> QtConcurrent.run
(QThreadPool threadPool, QtConcurrent.RunnableWithVoidPromise3<A, B, C> runnable, A a, B b, C c) static <A,
B, C, D>
QFuture<@QtPrimitiveType Void> QtConcurrent.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> QtConcurrent.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> 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) static <A,
B, C, D, E, F, G>
QFuture<@QtPrimitiveType Void> 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) 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) 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) 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) 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) 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) 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) 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) static <A,
B, C, D, E, F, G, H>
QFuture<@QtPrimitiveType Void> 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) static <A,
B, C, D, E, F, G, H, I>
QFuture<@QtPrimitiveType Void> 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) static QFuture
<@QtPrimitiveType Void> QtConcurrent.run
(QThreadPool threadPool, Runnable runnable) static <T> QFuture
<T> QtConcurrent.run
(QThreadPool threadPool, Callable<T> callable) static QFuture
<@QtPrimitiveType Void> static <T> QFuture
<T> 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.QTaskBuilder.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()
QFuture
<T> QtConcurrent.QTypedPromiseTaskBuilder0Arg0.spawn()
QFuture
<T> QtConcurrent.QTypedPromiseTaskBuilder1Arg1.spawn()
QFuture
<T> QtConcurrent.QTypedPromiseTaskBuilder2Arg2.spawn()
QFuture
<T> QtConcurrent.QTypedPromiseTaskBuilder3Arg3.spawn()
QFuture
<T> QtConcurrent.QTypedPromiseTaskBuilder4Arg4.spawn()
QFuture
<T> QtConcurrent.QTypedPromiseTaskBuilder5Arg5.spawn()
QFuture
<T> QtConcurrent.QTypedPromiseTaskBuilder6Arg6.spawn()
QFuture
<T> QtConcurrent.QTypedPromiseTaskBuilder7Arg7.spawn()
QFuture
<T> QtConcurrent.QTypedPromiseTaskBuilder8Arg8.spawn()
QFuture
<T> QtConcurrent.QTypedPromiseTaskBuilder9Arg9.spawn()
QFuture
<T> QtConcurrent.QTypedTaskBuilder0Arg0.spawn()
QFuture
<T> QtConcurrent.QTypedTaskBuilder1Arg1.spawn()
QFuture
<T> QtConcurrent.QTypedTaskBuilder2Arg2.spawn()
QFuture
<T> QtConcurrent.QTypedTaskBuilder3Arg3.spawn()
QFuture
<T> QtConcurrent.QTypedTaskBuilder4Arg4.spawn()
QFuture
<T> QtConcurrent.QTypedTaskBuilder5Arg5.spawn()
QFuture
<T> QtConcurrent.QTypedTaskBuilder6Arg6.spawn()
QFuture
<T> QtConcurrent.QTypedTaskBuilder7Arg7.spawn()
QFuture
<T> QtConcurrent.QTypedTaskBuilder8Arg8.spawn()
QFuture
<T> QtConcurrent.QTypedTaskBuilder9Arg9.spawn()
QtConcurrent.ThreadEngineStarter.startAsynchronously()
-
Uses of QFuture in io.qt.core
Modifier and TypeMethodDescriptionQFuture.clone()
QtFuture.connect
(QMetaObject.AbstractPrivateSignal0 signal) static <A> QFuture
<A> QtFuture.connect
(QMetaObject.AbstractPrivateSignal1<A> signal) QtFuture.connect
(QMetaObject.AbstractPrivateSignal2<A, B> signal) static <A,
B, C> QFuture <QtFuture.Tuple3<A, B, C>> QtFuture.connect
(QMetaObject.AbstractPrivateSignal3<A, B, C> signal) static <A,
B, C, D>
QFuture<QtFuture.Tuple4<A, B, C, D>> QtFuture.connect
(QMetaObject.AbstractPrivateSignal4<A, B, C, D> signal) static <A,
B, C, D, E>
QFuture<QtFuture.Tuple5<A, B, C, D, E>> QtFuture.connect
(QMetaObject.AbstractPrivateSignal5<A, B, C, D, E> signal) static <A,
B, C, D, E, F>
QFuture<QtFuture.Tuple6<A, B, C, D, E, F>> QtFuture.connect
(QMetaObject.AbstractPrivateSignal6<A, B, C, D, E, F> signal) static <A,
B, C, D, E, F, G>
QFuture<QtFuture.Tuple7<A, B, C, D, E, F, G>> QtFuture.connect
(QMetaObject.AbstractPrivateSignal7<A, B, C, D, E, F, G> signal) static <A,
B, C, D, E, F, G, H>
QFuture<QtFuture.Tuple8<A, B, C, D, E, F, G, H>> QtFuture.connect
(QMetaObject.AbstractPrivateSignal8<A, B, C, D, E, F, G, H> signal) static <A,
B, C, D, E, F, G, H, I>
QFuture<QtFuture.Tuple9<A, B, C, D, E, F, G, H, I>> QtFuture.connect
(QMetaObject.AbstractPrivateSignal9<A, B, C, D, E, F, G, H, I> signal) QFutureInterface.future()
QFutureWatcher.future()
QPromise.future()
QtFuture.makeExceptionalFuture
(Throwable exception) QtFuture.makeReadyFuture()
static <T> QFuture
<T> QtFuture.makeReadyFuture
(Collection<T> values) static <T> QFuture
<T> QtFuture.makeReadyFuture
(T value) QFuture.onCanceled
(QObject context, Runnable function) QFuture.onCanceled
(QObject context, Supplier<T> function) QFuture.onCanceled
(Runnable function) QFuture.onCanceled
(Supplier<T> function) <R> QFuture
<R> QFuture.then
(QtFuture.Launch policy, Consumer<QFuture<T>> function) <R> QFuture
<R> QFuture.then
(QtFuture.Launch policy, Function<QFuture<T>, R> function) QFuture.then
(QThreadPool pool, Consumer<QFuture<T>> function) <R> QFuture
<R> QFuture.then
(QThreadPool pool, Function<QFuture<T>, R> function) <R> QFuture
<R> <U> QFuture
<U> QtFuture.whenAll
(Collection<QFuture<?>> futures) QtFuture.whenAny
(Collection<QFuture<?>> futures) Modifier and TypeMethodDescriptionQFutureSynchronizer.futures()
QtFuture.whenAll
(Collection<QFuture<?>> futures) QtFuture.whenAny
(Collection<QFuture<?>> futures) Modifier and TypeMethodDescriptionfinal void
final void
final void
Modifier and TypeMethodDescription<R> QFuture
<R> QFuture.then
(QtFuture.Launch policy, Consumer<QFuture<T>> function) <R> QFuture
<R> QFuture.then
(QtFuture.Launch policy, Function<QFuture<T>, R> function) QFuture.then
(QThreadPool pool, Consumer<QFuture<T>> function) <R> QFuture
<R> QFuture.then
(QThreadPool pool, Function<QFuture<T>, R> function) <R> QFuture
<R> QtFuture.whenAll
(Collection<QFuture<?>> futures) QtFuture.whenAny
(Collection<QFuture<?>> futures)