public interface UncheckedBooleanSupplier extends BooleanSupplier
boolean-valued results which doesn't throw any checked exceptions.| 限定符和类型 | 字段和说明 |
|---|---|
static UncheckedBooleanSupplier |
FALSE_SUPPLIER
A supplier which always returns
false and never throws. |
static UncheckedBooleanSupplier |
TRUE_SUPPLIER
A supplier which always returns
true and never throws. |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
get()
Gets a boolean value.
|
static final UncheckedBooleanSupplier FALSE_SUPPLIER
false and never throws.static final UncheckedBooleanSupplier TRUE_SUPPLIER
true and never throws.boolean get()
get 在接口中 BooleanSupplier