Module boolean

Source
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 Predicate taking the logical NOT of the result.
OrPredicate
Predicate that combines two Predicates, returning the OR of the results.

Traits§

PredicateBooleanExt
Predicate extension that adds boolean logic.