Uses of Class
io.qt.core.QFuture
Packages that use QFuture
-
Uses of QFuture in io.qt.concurrent
Methods in io.qt.concurrent that return QFutureModifier and TypeMethodDescriptionstatic <T> QFuture<@QtPrimitiveType Void>
QtConcurrent.filter
(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
(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 <T> QFuture<@QtPrimitiveType Void>
QtConcurrent.map
(Collection<T> sequence, QtConcurrent.MapFunctor<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
(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 <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 <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 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.ThreadEngineStarter.startAsynchronously()
-
Uses of QFuture in io.qt.core
Methods in io.qt.core that return QFutureModifier and TypeMethodDescriptionQFuture.clone()
QFutureInterface.future()
QFutureWatcher.future()
Methods in io.qt.core that return types with arguments of type QFutureMethods in io.qt.core with parameters of type QFutureModifier and TypeMethodDescriptionfinal void
boolean
final void
final void
Constructors in io.qt.core with parameters of type QFuture