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