Module is.codion.swing.common.model
Interface ProgressWorker.ResultTask<T>
- Type Parameters:
T- the task result type
- All Known Subinterfaces:
ProgressWorker.ResultTaskHandler<T>
- Enclosing class:
ProgressWorker<T,V>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A background task producing a result.
-
Method Summary
-
Method Details
-
execute
Executes the task.- Returns:
- the task result
- Throws:
Exception- in case of an exception
-