Uses of Class
io.qt.core.QtFuture.Launch
Package | Description |
---|---|
io.qt.core |
-
Uses of QtFuture.Launch in io.qt.core
Methods in io.qt.core that return QtFuture.Launch Modifier and Type Method Description static QtFuture.Launch
QtFuture.Launch. resolve(int value)
Returns the corresponding enum entry for the given value.static QtFuture.Launch
QtFuture.Launch. valueOf(String name)
Returns the enum constant of this type with the specified name.static QtFuture.Launch[]
QtFuture.Launch. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type QtFuture.Launch Modifier and Type Method Description QVoidFuture
QFuture. then(QtFuture.Launch policy, Consumer<QFuture<T>> function)
<R> QFuture<R>
QFuture. then(QtFuture.Launch policy, Function<QFuture<T>,R> function)
QVoidFuture
QVoidFuture. then(QtFuture.Launch policy, Consumer<QVoidFuture> function)
<R> QFuture<R>
QVoidFuture. then(QtFuture.Launch policy, Function<QVoidFuture,R> function)