The rule used to combine the composite rule's predicates. all_of requires every predicate to match, in any order. in_order requires every predicate to match in the given order.
all_of
in_order
Generated using TypeDoc
The rule used to combine the composite rule's predicates.
all_ofrequires every predicate to match, in any order.in_orderrequires every predicate to match in the given order.