Package com.google.inject.matcher
Class AbstractMatcher<T>
- java.lang.Object
-
- com.google.inject.matcher.AbstractMatcher<T>
-
-
Constructor Summary
Constructors Constructor Description AbstractMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Matcher<T>
and(Matcher<? super T> other)
Returns a new matcher which returnstrue
if both this and the given matcher returntrue
.Matcher<T>
or(Matcher<? super T> other)
Returns a new matcher which returnstrue
if either this or the given matcher returntrue
.
-