@FunctionalInterface public interface CheckedBooleanSupplier
BooleanSupplier that allows for checked exceptions.
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAsBoolean()
Gets a result.
|