Module qtjambi.concurrent
Package io.qt.concurrent
Interface QtConcurrent.Callable7<T,A,B,C,D,E,F,G>
- Type Parameters:
T-A-B-C-D-E-F-G-
- 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.
Callable with seven arguments.
- See Also:
-
Method Summary
-
Method Details
-
call
- Parameters:
a-b-c-d-e-f-g-- Returns:
- result of callable
- See Also:
-