Module org.elasticsearch.server
Interface Matcher<T>
- All Known Implementing Classes:
AbstractMatcher
public interface Matcher<T>
Returns
true or false for a given input.-
Method Summary
-
Method Details
-
matches
Returnstrueif this matchest,falseotherwise.
-