Class AllTypePredicate

java.lang.Object
org.sonar.python.types.v2.matchers.AllTypePredicate
All Implemented Interfaces:
TypePredicate

public class AllTypePredicate extends Object implements TypePredicate
TypePredicate implementation that requires all provided type predicates to pass (AND logic). Combines results using TriBool.and() semantics.