matchers
Table of Contents
Interfaces
- MatcherInterface
- MatcherInterface should be implemented by all matchers that are used in a filter.
Classes
- Base
- Base class for matchers that are used in a filter.
- GreaterThan
- Checks if the given value is greater than the base one.
- GreaterThanOrEqual
- Checks if the given value is greater than or equal the base one.
- LowerThan
- Checks if the given value is lower than the base one.
- SameAs
- Checks if the given value is exactly or partially same as the base one.