com.google.inject.matcher.Matcher<T> |
Known Indirect Subclasses |
Returns true
or false
for a given input.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a new matcher which returns
true if both this and the
given matcher return true . | |||||||||||
Returns
true if this matches t , false otherwise. | |||||||||||
Returns a new matcher which returns
true if either this or the
given matcher return true . |
Returns a new matcher which returns true
if both this and the
given matcher return true
.
Returns true
if this matches t
, false
otherwise.
Returns a new matcher which returns true
if either this or the
given matcher return true
.