Interface CurrentGroup.VoidGroupTask
- Enclosing class:
- CurrentGroup
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for a task during which a certain group should be used.
- Since:
- 2.4.0
-
Method Summary
-
Method Details
-
call
Executes the task.- Throws:
IOException- if any of the code in the task throws anIOException
-