Interface TaskPool.Task<I,E extends Exception>
- Type Parameters:
I- item type being processedE- exception class which may be raised
- Enclosing class:
- TaskPool
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback invoked to process an item.
-
Method Summary