CMatter Predicates
object CMatterPredicates
Combinator functions for composing CMatterPredicate instances.
Every combinator derives the composed predicate's CMatterPredicate.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 CMatterPredicate.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.