Package | Description |
---|---|
org.apache.commons.io.function |
Provides IO-only related functional interfaces for lambda expressions and method references.
|
Modifier and Type | Method and Description |
---|---|
static long |
Uncheck.getAsLong(IOLongSupplier supplier)
Gets the result from an IO long supplier.
|
static long |
Uncheck.getAsLong(IOLongSupplier supplier,
java.util.function.Supplier<java.lang.String> message)
Gets the result from an IO long supplier.
|