Uses of Interface
org.apache.commons.io.function.IOBooleanSupplier
-
Packages that use IOBooleanSupplier Package Description org.apache.commons.io.function Provides IO-only related functional interfaces for lambda expressions and method references. -
-
Uses of IOBooleanSupplier in org.apache.commons.io.function
Methods in org.apache.commons.io.function with parameters of type IOBooleanSupplier Modifier and Type Method Description static booleanUncheck. getAsBoolean(IOBooleanSupplier supplier)Gets the result from an IO boolean supplier.
-