Interface IOOperation<T>


public interface IOOperation<T>
An operation that, when performed, returns a value (like Invokable, but may throw an IOException.
Since:
5.4
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Perform an operation and return a value, or throw the exception.