Interface BooleanSupplier
- All Known Subinterfaces:
UncheckedBooleanSupplier
public interface BooleanSupplier
Represents a supplier of
boolean-valued results.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BooleanSupplierA supplier which always returnsfalseand never throws.static final BooleanSupplierA supplier which always returnstrueand never throws. -
Method Summary
-
Field Details
-
FALSE_SUPPLIER
A supplier which always returnsfalseand never throws. -
TRUE_SUPPLIER
A supplier which always returnstrueand never throws.
-
-
Method Details
-
get
-