Interface IOCallback<T>
- Type Parameters:
T- the type of the input to the operation.
public interface IOCallback<T>
Abstract I/O callback.
- Since:
- 5.0
-
Method Summary
-
Method Details
-
execute
- Throws:
IOException
-
T - the type of the input to the operation.IOException