Uses of Interface
org.apache.commons.io.function.IOIntSupplier
-
Packages that use IOIntSupplier Package Description org.apache.commons.io.function Provides IO-only related functional interfaces for lambda expressions and method references. -
-
Uses of IOIntSupplier in org.apache.commons.io.function
Methods in org.apache.commons.io.function with parameters of type IOIntSupplier Modifier and Type Method Description static int
Uncheck. getAsInt(IOIntSupplier supplier)
Gets the result from an IO int supplier.static int
Uncheck. getAsInt(IOIntSupplier supplier, java.util.function.Supplier<java.lang.String> message)
Gets the result from an IO int supplier.
-