CRecipe Predicates
object CRecipePredicates
Combinator functions for composing CRecipePredicate instances.
Every combinator derives the composed predicate's CRecipePredicate.name from the names of its operands, so a composed predicate reports its own structure in diagnostic logs.
See also
Functions
Link copied to clipboard
Combines this predicate with predicates using logical AND.
Link copied to clipboard
Combines this predicate with other using logical AND.
Link copied to clipboard
Returns predicate carrying name as its CRecipePredicate.name.
Link copied to clipboard
Combines this predicate with predicates and passes when at least n of them pass.
Link copied to clipboard
Combines this predicate with other using logical OR.