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