Uses of Interface
io.qt.core.QFuture.Consumer
-
Uses of QFuture.Consumer in io.qt.core
Modifier and TypeMethodDescriptionQFuture.onFailed
(QObject context, QFuture.Consumer<Throwable> function) QFuture.onFailed
(QObject context, Class<Failure> exceptionType, QFuture.Consumer<Failure> function) QFuture.onFailed
(QFuture.Consumer<Throwable> function) QFuture.onFailed
(Class<Failure> exceptionType, QFuture.Consumer<Failure> function) QFuture.then
(QThreadPool pool, QFuture.Consumer<T> function) QFuture.then
(QObject context, QFuture.Consumer<T> function) QFuture.then
(QFuture.Consumer<T> function) QFuture.then
(QtFuture.Launch policy, QFuture.Consumer<T> function)