E
- Thrown exception.@FunctionalInterface
public interface FailableShortSupplier<E extends java.lang.Throwable>
IntSupplier
but for short
that declares a Throwable
.Modifier and Type | Method and Description |
---|---|
short |
getAsShort()
Supplies an int.
|