Constructor | Description |
---|---|
OrMatcherImpl(Matcher<M>... aMatchers) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
isMatching(M aMatchee) |
Tests whether the given event is matching the mathcer's criteria.
|
public boolean isMatching(M aMatchee)
isMatching
in interface Matcher<M>
aMatchee
- The matchee used for testing matchability.Copyright © 2021. All rights reserved.