?? IOSupplier<T>
- ????:
T
- the return type of the operations.
- ????:
- ????????, ????? lambda ??????????????
Like
Supplier
but throws IOException
.- ???????:
- 2.7
-
????
-
??????
-
get
Gets a result.- ??:
- a result
- ??:
IOException
- if an IO error occurs whilst supplying the value.
-