?? IOSupplier<T>

????:
T - the return type of the operations.
????:
????????, ????? lambda ??????????????

@FunctionalInterface public interface IOSupplier<T>
Like Supplier but throws IOException.
???????:
2.7
  • ????

    ??????
    ??
    ??
    get()
    Gets a result.
  • ??????