@FunctionalInterface public interface IOIntSupplier
IntSupplier but throws IOException.| Modifier and Type | Method and Description |
|---|---|
default java.util.function.IntSupplier |
asIntSupplier()
|
int |
getAsInt()
Gets a result.
|
default java.util.function.IntSupplier asIntSupplier()
int getAsInt()
throws IOException
IOException - if an I/O error occurs.