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

Traits§