Interface QtConcurrent.RunnableWithPromise1<T,A>

Type Parameters:
A -
Enclosing class:
QtConcurrent
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface QtConcurrent.RunnableWithPromise1<T,A>
Runnable with typed promise and one argument.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(QPromise<T> promise, A a)
     
  • Method Details

    • run

      void run(QPromise<T> promise, A a)
      Parameters:
      promise - typed promise to receive the method result
      a -
      See Also: