boolean
-valued results which doesn't throw any checked exceptions.
Modifier and Type | Field and Description |
---|---|
public static final UncheckedBooleanSupplier | FALSE_SUPPLIER
Hides io. false and never throws.
|
public static final UncheckedBooleanSupplier | TRUE_SUPPLIER
Hides io. true and never throws.
|
Modifier and Type | Method and Description |
---|---|
public boolean |
FALSE_SUPPLIER | back to summary |
---|---|
public static final UncheckedBooleanSupplier FALSE_SUPPLIER Hides io. A supplier which always returns |
TRUE_SUPPLIER | back to summary |
---|---|
public static final UncheckedBooleanSupplier TRUE_SUPPLIER Hides io. A supplier which always returns |
get | back to summary |
---|---|
public boolean get() Redeclares io. Gets a boolean value.
|