Module predicates::boolean
source · Expand description
Definition of boolean logic combinators over Predicates.
Structs
- Predicate that combines two
Predicates, returning the AND of the results. - Predicate that returns a
Predicatetaking the logical NOT of the result. - Predicate that combines two
Predicates, returning the OR of the results.
Traits
Predicateextension that adds boolean logic.