public interface IOOperation<T>
Invokable
, but may throw an IOException
.OperationTracker.perform(String, IOOperation)
Modifier and Type | Method and Description |
---|---|
T |
perform()
Perform an operation and return a value, or throw the exception.
|
T perform() throws IOException
IOException
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.