Package org.linkki.util
Class BooleanSuppliers
java.lang.Object
org.linkki.util.BooleanSuppliers
-
Method Summary
Modifier and TypeMethodDescriptionstatic BooleanSuppliernegate(BooleanSupplier original) Returns a boolean supplier that represents the logical negation of the given boolean supplier.
-
Method Details
-
negate
Returns a boolean supplier that represents the logical negation of the given boolean supplier.- Parameters:
original- the boolean supplier to be negated- Returns:
- a boolean supplier that represents the logical negation of the given boolean supplier
-