public interface IntSupplier extends java.util.function.IntSupplier, Try.IntSupplier<java.lang.RuntimeException>
Modifier and Type | Field and Description |
---|---|
static IntSupplier |
RANDOM |
static IntSupplier |
ZERO |
Modifier and Type | Method and Description |
---|---|
int |
getAsInt() |
static final IntSupplier ZERO
static final IntSupplier RANDOM
int getAsInt()
getAsInt
in interface java.util.function.IntSupplier
getAsInt
in interface Try.IntSupplier<java.lang.RuntimeException>