Package org.apache.tapestry5.ioc
Interface IOOperation<T>
- 
public interface IOOperation<T>
An operation that, when performed, returns a value (likeInvokable, but may throw anIOException.- Since:
 - 5.4
 - See Also:
 OperationTracker.perform(String, IOOperation)
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tperform()Perform an operation and return a value, or throw the exception. 
 - 
 
- 
- 
Method Detail
- 
perform
T perform() throws IOException
Perform an operation and return a value, or throw the exception.- Throws:
 IOException
 
 - 
 
 -