private static class Matchers.Any extends AbstractMatcher<java.lang.Object> implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Modifier | Constructor and Description |
---|---|
private |
Any() |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(java.lang.Object o)
Returns
true if this matches t , false otherwise. |
java.lang.Object |
readResolve() |
java.lang.String |
toString() |
and, or
private static final long serialVersionUID
public boolean matches(java.lang.Object o)
Matcher
true
if this matches t
, false
otherwise.public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object readResolve()