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