|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.elasticsearch.common.inject.matcher.AbstractMatcher<T>
public abstract class AbstractMatcher<T>
Implements and() and or().
| Constructor Summary | |
|---|---|
AbstractMatcher()
|
|
| Method Summary | |
|---|---|
Matcher<T> |
and(Matcher<? super T> other)
Returns a new matcher which returns true if both this and the
given matcher return true. |
Matcher<T> |
or(Matcher<? super T> other)
Returns a new matcher which returns true if either this or the
given matcher return true. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.elasticsearch.common.inject.matcher.Matcher |
|---|
matches |
| Constructor Detail |
|---|
public AbstractMatcher()
| Method Detail |
|---|
public Matcher<T> and(Matcher<? super T> other)
Matchertrue if both this and the
given matcher return true.
and in interface Matcher<T>public Matcher<T> or(Matcher<? super T> other)
Matchertrue if either this or the
given matcher return true.
or in interface Matcher<T>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||