public interface ShortSupplier extends Try.ShortSupplier<java.lang.RuntimeException>
Modifier and Type | Field and Description |
---|---|
static ShortSupplier |
RANDOM |
static ShortSupplier |
ZERO |
Modifier and Type | Method and Description |
---|---|
short |
getAsShort() |
static final ShortSupplier ZERO
static final ShortSupplier RANDOM
short getAsShort()
getAsShort
in interface Try.ShortSupplier<java.lang.RuntimeException>