Package org.apache.commons.io.function
Interface IOIntSupplier
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Like
IntSupplier
but throws IOException
.- Since:
- 2.14.0
-
Method Summary
-
Method Details
-
asIntSupplier
- Returns:
- an UncheckedIOException Supplier.
-
getAsInt
Gets a result.- Returns:
- a result
- Throws:
IOException
- if an I/O error occurs.
-