A filter class that combines multiple filters using a logical AND operation.
This class creates a composite filter that returns True only if all of its
constituent filters return True.
-
predicates
A tuple of predicate functions converted from the input filters.
- Type:
tuple