public class AnyValue extends BaseConstraint<Object>
| Constructor and Description |
|---|
AnyValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(Object t)
Returns
true if a value satisfies the constraint. |
boolean |
equals(Object obj) |
int |
hashCode() |
toStringpublic boolean accepts(Object t)
true if a value satisfies the constraint.t - the value.true if the value satisfies the constraint, false if it does not.Copyright © 2018. All Rights Reserved.