Google Guice - Core Library 4.0.0.redhat-1
- java.lang.Object
-
- com.google.inject.matcher.AbstractMatcher<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
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 com.google.inject.matcher.Matcher
matches
-
-
Constructor Detail
-
AbstractMatcher
public AbstractMatcher()
Google Guice - Core Library 4.0.0.redhat-1
Copyright © 2006-2018 Google, Inc.. All Rights Reserved.