@FunctionalInterface public interface CheckedIntSupplier
IntSupplier that allows for checked exceptions.
| Modifier and Type | Method and Description |
|---|---|
int |
getAsInt()
Gets a result.
|