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

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