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