Package org.apache.commons.io.function
Interface IOBooleanSupplier
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Like 
BooleanSupplier but throws IOException.- Since:
- 2.19.0
- 
Method Summary
- 
Method Details- 
asBooleanSupplier- Returns:
- an UncheckedIOException Supplier.
 
- 
getAsBooleanGets a result.- Returns:
- a result
- Throws:
- IOException- if an I/O error occurs.
 
 
-