public abstract class Constraint<A>
extends java.lang.Object
| Constructor and Description |
|---|
Constraint(ConstraintType type) |
| Modifier and Type | Method and Description |
|---|---|
ConstraintType |
getType() |
abstract boolean |
test(A value) |
public Constraint(ConstraintType type)
public ConstraintType getType()
public abstract boolean test(A value)