@FunctionalInterface public interface CheckedLongSupplier
LongSupplier that allows for checked exceptions.
| Modifier and Type | Method and Description |
|---|---|
long |
getAsLong()
Gets a result.
|