Expand description
Definition of boolean logic combinators over Predicate
s.
Structs§
- AndPredicate
- Predicate that combines two
Predicate
s, returning the AND of the results. - NotPredicate
- Predicate that returns a
Predicate
taking the logical NOT of the result. - OrPredicate
- Predicate that combines two
Predicate
s, returning the OR of the results.
Traits§
- Predicate
Boolean Ext Predicate
extension that adds boolean logic.