Uses of Interface
io.qt.concurrent.QtConcurrent.Callable8
Packages that use QtConcurrent.Callable8
-
Uses of QtConcurrent.Callable8 in io.qt.concurrent
Methods in io.qt.concurrent with parameters of type QtConcurrent.Callable8Modifier and TypeMethodDescriptionstatic <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>
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>
io.qt.concurrent.QtConcurrent.QTypedTaskBuilder8Arg0<T,A, B, C, D, E, F, G, H> QtConcurrent.task
(QtConcurrent.Callable8<T, A, B, C, D, E, F, G, H> callable)