Interface UnixFSUtils.IOOperation<T>
- Type Parameters:
T
- the result type
- Enclosing class:
UnixFSUtils
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Defines an operation which may throw an instance of
IOException
-
Method Summary
-
Method Details
-
perform
Performs the operation.- Returns:
- the calculated value of the operation.
- Throws:
IOException
- for any reason.
-