M
- The matchee type.
See http://code.mycila.com/wiki/MycilaEvent
PathMatcher
, RegExpMatcher
, WildcardMatcher
AndMatcherImpl
, AnyMatcherImpl
, EqualWithMatcherImpl
, GreaterOrEqualThanMatcherImpl
, GreaterThanMatcherImpl
, IsAssignableFromMatcherImpl
, LessOrEqualThanMatcherImpl
, LessThanMatcherImpl
, NoneMatcherImpl
, NotEqualWithMatcherImpl
, NotMatcherImpl
, OrMatcherImpl
, PathMatcherImpl
, RegExpMatcherImpl
public interface Matcher<M>
Modifier and Type | Method | Description |
---|---|---|
boolean |
isMatching(M aMatchee) |
Tests whether the given event is matching the mathcer's criteria.
|
boolean isMatching(M aMatchee)
aMatchee
- The matchee used for testing matchability.Copyright © 2021. All rights reserved.