Uses of Interface
org.apache.commons.io.function.IOLongSupplier
Package
Description
Provides IO-only related functional interfaces for lambda expressions and method references.
-
Uses of IOLongSupplier in org.apache.commons.io.function
Modifier and TypeMethodDescriptionstatic long
Uncheck.getAsLong
(IOLongSupplier supplier) Gets the result from an IO long supplier.static long
Uncheck.getAsLong
(IOLongSupplier supplier, Supplier<String> message) Gets the result from an IO long supplier.