public interface BooleanSupplier extends BooleanSupplier, Throwables.BooleanSupplier<RuntimeException>
Modifier and Type | Field and Description |
---|---|
static BooleanSupplier |
FALSE |
static BooleanSupplier |
RANDOM |
static BooleanSupplier |
TRUE |
Modifier and Type | Method and Description |
---|---|
boolean |
getAsBoolean()
Gets the as boolean.
|
static final BooleanSupplier TRUE
static final BooleanSupplier FALSE
static final BooleanSupplier RANDOM
boolean getAsBoolean()
Throwables.BooleanSupplier
getAsBoolean
in interface BooleanSupplier
getAsBoolean
in interface Throwables.BooleanSupplier<RuntimeException>
Copyright © 2020. All rights reserved.