| Interface | Description |
|---|---|
| Matchable |
Interface classes can implement to be able to be marked es matched.
|
| Class | Description |
|---|---|
| AbstractMatchable |
Default implementation for the
Matchable interface. |
| AndMatcher<T> |
Matcher, representing an AND confunction of sub matchers.
|
| Matcher<T> |
Abstract common class for entity matchers with helper methods.
|
| OrMatcher<T> |
Matcher, representing an OR conjunction of sub matchers.
|
Copyright © 2019 Communote team. All rights reserved.