All Implemented Interfaces:
Matcher, Component, DestructableComponent, IdentifiableComponent, IdentifiedComponent, InitializableComponent, UnmodifiableComponent

@ThreadSafe public class AndMatcher extends AbstractComposedMatcher
Matcher that implements the conjunction of matchers. That is, a given attribute value is considered to have matched if, and only if, it is returned by every composed Matcher. If any of the matchers fail then failure is returned.