@FunctionalInterface public interface CheckedDoubleSupplier
DoubleSupplier that allows for checked exceptions.
| Modifier and Type | Method and Description |
|---|---|
double |
getAsDouble()
Gets a result.
|