Package com.io7m.calino.vanilla.internal
Interface CLNIOOperationType<T>
- Type Parameters:
T- The returned value
public interface CLNIOOperationType<T>
An I/O operation.
-
Method Summary
-
Method Details
-
execute
Execute the operation.- Returns:
- A value
- Throws:
IOException- On errors
-