@FunctionalInterface public interface IOBooleanSupplier
BooleanSupplier but throws IOException.| Modifier and Type | Method and Description |
|---|---|
default java.util.function.BooleanSupplier |
asBooleanSupplier()
|
boolean |
getAsBoolean()
Gets a result.
|
default java.util.function.BooleanSupplier asBooleanSupplier()
boolean getAsBoolean()
throws IOException
IOException - if an I/O error occurs.