boolean
-valued results.
Modifier and Type | Field and Description |
---|---|
public static final BooleanSupplier | FALSE_SUPPLIER
A supplier which always returns |
public static final BooleanSupplier | TRUE_SUPPLIER
A supplier which always returns |
Modifier and Type | Method and Description |
---|---|
public boolean |
FALSE_SUPPLIER | back to summary |
---|---|
public static final BooleanSupplier FALSE_SUPPLIER A supplier which always returns |
TRUE_SUPPLIER | back to summary |
---|---|
public static final BooleanSupplier TRUE_SUPPLIER A supplier which always returns |
get | back to summary |
---|---|
public boolean get() throws Exception Gets a boolean value.
|