public interface BooleanSupplier extends java.util.function.BooleanSupplier, Try.BooleanSupplier<java.lang.RuntimeException>
Modifier and Type | Field and Description |
---|---|
static BooleanSupplier |
FALSE |
static BooleanSupplier |
RANDOM |
static BooleanSupplier |
TRUE |
Modifier and Type | Method and Description |
---|---|
boolean |
getAsBoolean() |
static final BooleanSupplier TRUE
static final BooleanSupplier FALSE
static final BooleanSupplier RANDOM
boolean getAsBoolean()
getAsBoolean
in interface java.util.function.BooleanSupplier
getAsBoolean
in interface Try.BooleanSupplier<java.lang.RuntimeException>