Class AbstractComposedMatcher

All Implemented Interfaces:
Matcher, Component, DestructableComponent, IdentifiableComponent, IdentifiedComponent, InitializableComponent, UnmodifiableComponent
Direct Known Subclasses:
AndMatcher, OrMatcher

public abstract class AbstractComposedMatcher extends AbstractIdentifiableInitializableComponent implements Matcher, UnmodifiableComponent
Base class for Matcher implementations that are compositions of two or more other Matchers.