@FunctionalInterface public interface IOLongSupplier
LongSupplier but throws IOException.| Modifier and Type | Method and Description |
|---|---|
default java.util.function.LongSupplier |
asSupplier()
|
long |
getAsLong()
Gets a result.
|
default java.util.function.LongSupplier asSupplier()
long getAsLong()
throws IOException
IOException - if an I/O error occurs.