T
- Type of entity to match.public class OrMatcher<T> extends Matcher<T>
Note: No child matchers will always return true.
Constructor and Description |
---|
OrMatcher()
Constructor.
|
OrMatcher(Matcher<T>... matchers)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addMatcher(Matcher<T> matcher)
Method to add new matchers.
|
boolean |
matches(T entity)
Method to check an entity.
|
filter, markMatching
Copyright © 2019 Communote team. All rights reserved.