@FunctionalInterface
public interface BooleanGetter
Modifier and Type | Field and Description |
---|---|
static BooleanGetter |
FALSE |
static BooleanGetter |
TRUE |
Modifier and Type | Method and Description |
---|---|
boolean |
get() |
static final BooleanGetter TRUE
static final BooleanGetter FALSE