public class AnyValue extends BaseConstraint<Object>
| Constructor and Description |
|---|
AnyValue() |
public 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.